Skip to content

Commit 15f1713

Browse files
committed
Add CHANGELOG for prereleases
1 parent bedb8b0 commit 15f1713

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/release.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes
55

66
Unreleased
77
----------
8+
89
* Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9
910
and 3.10 on Linux and MacOS, the docs about ZFPY is also available.
1011
By :user:`Haiying Xu <halehawk>`, `John Kirkham <jakirkham>`, `Ryan Abernathey <rabernat>` :
@@ -13,9 +14,28 @@ Unreleased
1314
* Add support of alternative array classes (other than NumPy arrays)
1415
By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`305`.
1516

16-
* Add ability to find codecs via entrypoints
17+
* Add ability to find codecs via entrypoint `numcodecs.codecs`.
1718
By :user:`Martin Durant <martindurant>`, :issue:`290`.
1819

20+
* Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec
21+
By :user:`Haiying Xu <halehawk>`, :issue:`307`.
22+
23+
* Fix macOS Python 3.10
24+
By :user:`John Kirkham <jakirkham>`, :issue:`311`.
25+
26+
* chore: bump cibuildwheel version, use action
27+
By :user:`Henry Schreiner <henryiii>`, :issue:`309`.
28+
29+
* Codex: make encode and decode @abstractmethods
30+
By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`306`.
31+
32+
* Fix expected result test for Shuffle.
33+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`282`.
34+
35+
* Multiple code linting fixes.
36+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`,
37+
:issue:`295`, :issue:`294`, :issue:`293`, and :issue:`292`.
38+
1939
.. _release_0.9.1:
2040

2141
0.9.1

0 commit comments

Comments
 (0)