From 373f0459d02a3bf5a0ef8e3b95be58608b625b93 Mon Sep 17 00:00:00 2001 From: ilan-gold Date: Tue, 20 May 2025 11:55:50 +0200 Subject: [PATCH 1/2] (chore): release notes cleanup --- changes/2950.bufgix.rst | 1 - changes/2962.fix.rst | 1 - docs/release-notes.rst | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 changes/2950.bufgix.rst delete mode 100644 changes/2962.fix.rst 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..2223d25f16 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,8 +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 ~~~~ From 344edc1b6ef1fe42c59d31e4aceb0aa2e924fbbf Mon Sep 17 00:00:00 2001 From: ilan-gold Date: Tue, 20 May 2025 11:57:48 +0200 Subject: [PATCH 2/2] (chore): add double space --- docs/release-notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2223d25f16..a89046dd6d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,8 @@ Bugfixes - 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 ~~~~