Skip to content

Commit 80a09d7

Browse files
authored
(chore): release notes cleanup (#3074)
* (chore): release notes cleanup * (chore): add double space
1 parent 5710726 commit 80a09d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

changes/2950.bufgix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2962.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Bugfixes
3131
To reproduce the behaviour in previous zarr-python versions when ``compressor=None`` was passed, pass ``compressor='auto'`` instead. (:issue:`3039`)
3232
- Fixed the typing of ``dimension_names`` arguments throughout so that it now accepts iterables that contain `None` alongside `str`. (:issue:`3045`)
3333
- Using various functions to open data with ``mode='a'`` no longer deletes existing data in the store. (:issue:`3062`)
34+
- Internally use `typesize` constructor parameter for :class:`numcodecs.blosc.Blosc` to improve compression ratios back to the v2-package levels. (:issue:`2962`)
35+
- Specifying the memory order of Zarr format 2 arrays using the ``order`` keyword argument has been fixed. (:issue:`2950`)
3436

3537

3638
Misc

0 commit comments

Comments
 (0)