Highlights
Cubed now runs on GPUs, supports Python array API standard 2024.12, can use obstore, and can write to regions of Zarr arrays.
What's Changed
- Update to use latest array-api-tests tag by @tomwhite in #765
- Ensure chunks are square for
eye
by @tomwhite in #763 - Make fsspec a test only dependency by @tomwhite in #766
- Add instructions for running examples on Ray cluster on AWS by @tomwhite in #769
- Basic support for device arrays by @TomAugspurger in #772
- Misc dtype fixes by @tomwhite in #771
- Reduce fsspec usage in tests by @tomwhite in #776
- Revert modal test change back to running on fsspec by @tomwhite in #777
- Array API 2024 additions by @tomwhite in #779
- Implement
diff
by @tomwhite in #781 - Exclude Zarr 3.1.2 due to zarr-developers/zarr-python#3406 by @tomwhite in #787
- Update slides - August 2025 by @tomwhite in #786
- Separate store and array name for intermediate storage by @tomwhite in #785
- Factor out dtype-related normalization functions by @tomwhite in #788
- Fix Modal CI by @tomwhite in #790
- Add support for zarrs-python by @tomwhite in #789
- Docs for Zarr storage backends by @tomwhite in #791
- Add Cubed logo by @tomwhite in #792
- Add option to run examples on Lithops AWS lambda with obstore by @tomwhite in #778
- Allow Modal secret name to be specified in config by @tomwhite in #793
- Add
cumulative_prod
by @tomwhite in #795 - Add support for complex floating-point data types in
mean
by @tomwhite in #796 - Run Modal tests on S3 using obstore by @tomwhite in #794
- Misc array API improvements by @tomwhite in #798
- Declare support for Array API 2024.12 by @tomwhite in #797
- Support region(s) in
to_zarr
andstore
by @tomwhite in #799 - Use Cubed version of array assertion functions in tests by @tomwhite in #802
New Contributors
- @TomAugspurger made their first contribution in #772
Full Changelog: 0.22.0...0.23.0