0.16.0
What's Changed
- Improve documentation around Array API support by @tomwhite in #477
- Speed up tests by @JosepSampe in #478
- Add normalize_shape since it is not in Zarr's public API by @tomwhite in #479
- Implement virtual array indexing using ndindex by @tomwhite in #441
- Ndindex indexing by @tomwhite in #481
- Pluggable backend storage by @tomwhite in #480
- Ensure integer arrays used for indexing are NumPy arrays by @tomwhite in #485
- Indicate that we support both 2021.12 and 2022.12 versions of the Array API by @tomwhite in #487
- TensorStore storage by @tomwhite in #483
- Update slides - June 2024 by @tomwhite in #489
- Fail with NotImplementedError if backend Zarr is missing nchunks_initialized by @tomwhite in #491
- Zarr v3 by @tomwhite in #484
- Remove print for local executors by @tomwhite in #506
- document what needs to be installed to run climatology anomaly example by @rbavery in #501
- Document how to run examples on local machine using
processes
by @tomwhite in #507 - Check
allowed_mem
does not exceed total on machine forprocesses
executor by @tomwhite in #517 - Warn if peak mem exceeds
allowed_mem
by @tomwhite in #516 - Remove
max_tasks_per_child=1
limitation from processes executor by @tomwhite in #515 - Zarr Python v3 updates by @tomwhite in #523
- Modal progress fix by @tomwhite in #522
- Delete local context directories on exit by @tomwhite in #524
- Update demo notebooks by @tomwhite in #525
- Update CUBED_CONFIG path in example README.md by @thodson-usgs in #530
- Implement
flip
by @tomwhite in #528 - Add better test for local paths in
delete_on_exit
by @tomwhite in #532 - Deprecate
cubed.extensions
and move tocubed.diagnostics
by @tomwhite in #533 - Turning on JAX tests for all PRs. by @alxmrs in #537
- Improve set-up instructions for examples by @tomwhite in #534
- Configuration documentation by @tomwhite in #535
- Adding
compile_function
as execute option. by @alxmrs in #536 - Diagnostics documentation by @tomwhite in #540
New Contributors
- @JosepSampe made their first contribution in #478
- @rbavery made their first contribution in #501
- @thodson-usgs made their first contribution in #530
- @alxmrs made their first contribution in #537
Full Changelog: 0.15.0...0.16.0