Skip to content

Commit 870fabd

Browse files
d-v-bmaxrjones
andauthored
chore/3.2.0 release notes (zarr-developers#3927)
* docs: label removals as such * docs: remove claim that sharding supports truncated boundary chunks * chore: add more changelog entries * Remove 3722; not wired up * Update 3802.feature.md * Update 3802.feature.md --------- Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
1 parent ac667c1 commit 870fabd

7 files changed

Lines changed: 3 additions & 0 deletions

File tree

changes/3793.misc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Skip the read-before-write step when a write covers an entire shard, eliminating an unnecessary `get` on full-shard overwrites with the sharding codec.

changes/3800.misc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename the `DimensionNames` type to `DimensionNamesLike` to reflect that it models the wide input type that is narrowed to the `dimension_names` attribute on V3 array metadata, matching the `XLike` naming convention used by other input-narrowing types.

changes/3863.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix handling of `NaT` default fill values for `datetime64` and `timedelta64` data types. Equality checks now use `numpy.isnat` so that the default fill value compares correctly against `NaT`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)