Skip to content

Releases: cubed-dev/cubed

0.20.0

15 Jan 12:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0...0.20.0

0.19.0

02 Dec 10:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.19.0

0.18.0

08 Oct 08:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

0.17.0

13 Sep 08:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

08 Aug 08:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.16.0

0.15.0

06 Jun 14:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.3...0.15.0

0.14.3

29 Apr 07:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.2...0.14.3

0.14.2

17 Apr 10:43
Compare
Choose a tag to compare

What's Changed

  • Allow networkx 3.3 now that pydot issue has been fixed by @tomwhite in #445
  • Change drop_axis to default to None rather than an empty list in map_blocks by @tomwhite in #446
  • Add a groupby_reduction function for use in Flox by @tomwhite in #442

Full Changelog: 0.14.1...0.14.2

0.14.1

12 Apr 11:19
Compare
Choose a tag to compare

What's Changed

  • Providing filesystem credentials through storage_options by @balanz24 in #436
  • Only use oindex for advanced indexing (int arrays) by @tomwhite in #440
  • Deprecate misspelled aggegrate_func in favour of aggregate_func by @tomwhite in #444

New Contributors

Full Changelog: 0.14.0...0.14.1

0.14.0

21 Mar 10:49
Compare
Choose a tag to compare

What's Changed

  • Handle zero-length slices in index function by @tomwhite in #401
  • Run unit tests on Python 3.11 on Linux by @tomwhite in #405
  • Update examples to use Python 3.11 by @tomwhite in #406
  • Remove unused lazy_full function (replaced by virtual_full) by @tomwhite in #409
  • Delegate dtype functions to backend array API by @tomwhite in #410
  • Add a 'processes' executor that runs using local processes by @tomwhite in #411
  • Mark stack operation as not fusable by @tomwhite in #415
  • Track source array names in PrimitiveOperation by @tomwhite in #416
  • Fix Modal deprecations by @tomwhite in #417
  • Make the new multiple-inputs optimization function the default by @tomwhite in #412
  • Add cloudpickle dependency following #411 ('processes' executor) by @tomwhite in #421
  • Documentation corrections following optimization improvements by @tomwhite in #423
  • Add name property to all executors by @tomwhite in #424
  • Build Lithops images for every push to main by @tomwhite in #422
  • Make Lithops example names consistent with benchmarks and other executors by @tomwhite in #425
  • Delete existing Lithops image before rebuilding by @tomwhite in #427
  • Rename block_function to key_function in blockwise by @tomwhite in #426
  • Use executor name rather than class name by @tomwhite in #430
  • Remove unused sync version of Modal executor by @tomwhite in #431
  • Change total_nbytes to total_nbytes_written by @tomwhite in #433
  • Fix deprecation warning on logger.warn by @tomwhite in #434

Full Changelog: 0.13.0...0.14.0