We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ea40d commit b281bc9Copy full SHA for b281bc9
docs/release-notes.rst
@@ -13,7 +13,9 @@ Bug fixes
13
14
* Fixes a bug that prevented reading Zarr format 2 data with consolidated metadata written using ``zarr-python`` version 2 (:issue:`2694`).
15
16
-* Ensure that compressor=None results in no compression when writing Zarr format 2 data (:issue:`2708`)
+* Ensure that compressor=None results in no compression when writing Zarr format 2 data (:issue:`2708`).
17
+
18
+* Improves consistency of reprs, open/close behavior, and equality checking across Stores (:issue:`2693`).
19
20
Behaviour changes
21
~~~~~~~~~~~~~~~~~
0 commit comments