diff --git a/changes/2950.bufgix.rst b/changes/2950.bufgix.rst deleted file mode 100644 index 67cd61f377..0000000000 --- a/changes/2950.bufgix.rst +++ /dev/null @@ -1 +0,0 @@ -Specifying the memory order of Zarr format 2 arrays using the ``order`` keyword argument has been fixed. diff --git a/changes/2962.fix.rst b/changes/2962.fix.rst deleted file mode 100644 index 83d24b72ce..0000000000 --- a/changes/2962.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Internally use `typesize` constructor parameter for :class:`numcodecs.blosc.Blosc` to improve compression ratios back to the v2-package levels. \ No newline at end of file diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f8b00f83e7..a89046dd6d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,8 @@ Bugfixes To reproduce the behaviour in previous zarr-python versions when ``compressor=None`` was passed, pass ``compressor='auto'`` instead. (:issue:`3039`) - Fixed the typing of ``dimension_names`` arguments throughout so that it now accepts iterables that contain `None` alongside `str`. (:issue:`3045`) - Using various functions to open data with ``mode='a'`` no longer deletes existing data in the store. (:issue:`3062`) +- Internally use `typesize` constructor parameter for :class:`numcodecs.blosc.Blosc` to improve compression ratios back to the v2-package levels. (:issue:`2962`) +- Specifying the memory order of Zarr format 2 arrays using the ``order`` keyword argument has been fixed. (:issue:`2950`) Misc