Releases: spencerkclark/xpartition
v2025.03.0
This release adds two new features following the release of zarr version 3.0. #25 enables specifying the zarr_format
when writing a store if one would prefer to use a different format than the default, and #28 facilitates writing sharded stores through the specification of inner_chunks
. Unrelated to zarr version 3.0, #25 also enables specifying the mode
during initialization, allowing one to overwrite an existing store without an error.
v0.2.2
This minor release enables compatibility with NumPy version 2.0, thanks to @jpdunc23 in #24. It also includes an earlier bug fix to prevent possible coordinate corruption during writes with the PartitionMapper
approach (#20). This was a similar issue to what was addressed in #17 for the traditional ds.partition.write
approach.
v0.2.1
Bump version: 0.2.0 → 0.2.1 (#18) This bumps the version of xpartition for a new release to include the fix in #17.
v0.2.0
Bump version: 0.1.0 → 0.2.0
v0.1.0
Bump version: 0.0.0 → 0.1.0