Skip to content

Commit 0b4cf11

Browse files
authored
0.10.0 release notes (zarr-developers#330)
* 0.10.0 release notes * Fix formatting in release notes
1 parent 4ca5246 commit 0b4cf11

File tree

1 file changed

+45
-14
lines changed

1 file changed

+45
-14
lines changed

docs/release.rst

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,78 @@
11
Release notes
22
=============
33

4-
.. _unreleased:
4+
..
5+
# Unindent the section between releases in order
6+
# to document your changes. On releases it will be
7+
# re-indented so that it does not show up in the notes.
58
6-
Unreleased
7-
----------
9+
.. _unreleased:
810

9-
* Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9
10-
and 3.10 on Linux and MacOS, the docs about ZFPY is also available.
11-
By :user:`Haiying Xu <halehawk>`, `John Kirkham <jakirkham>`, `Ryan Abernathey <rabernat>` :
12-
issue:`303`.
11+
Unreleased
12+
----------
13+
14+
.. _release_0.10.0:
15+
16+
0.10.0
17+
------
18+
19+
Enhancements
20+
~~~~~~~~~~~~
1321

1422
* Add support of alternative array classes (other than NumPy arrays)
1523
By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`305`.
1624

1725
* Add ability to find codecs via entrypoint `numcodecs.codecs`.
1826
By :user:`Martin Durant <martindurant>`, :issue:`290`.
1927

28+
* Add bitround codec
29+
By :user:`Ryan Abernathy <rabernat>` and :user:`Martin Durant <martindurant>`, :issue:`298`.
30+
2031
* Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec
2132
By :user:`Haiying Xu <halehawk>`, :issue:`307`.
2233

23-
* Fix macOS Python 3.10
24-
By :user:`John Kirkham <jakirkham>`, :issue:`311`.
34+
Bug fixes
35+
~~~~~~~~~
2536

26-
* chore: bump cibuildwheel version, use action
27-
By :user:`Henry Schreiner <henryiii>`, :issue:`309`.
37+
* Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9
38+
and 3.10 on Linux and MacOS, the docs about ZFPY is also available.
39+
By :user:`Haiying Xu <halehawk>`, :user:`John Kirkham <jakirkham>`,
40+
:user:`Ryan Abernathey <rabernat>` :issue:`303`.
2841

2942
* Codex: make encode and decode @abstractmethods
3043
By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`306`.
3144

3245
* Fix expected result test for Shuffle.
3346
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`282`.
3447

48+
Maintenance
49+
~~~~~~~~~~~
50+
3551
* Multiple code linting fixes.
3652
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`,
3753
:issue:`295`, :issue:`294`, :issue:`293`, and :issue:`292`.
3854

39-
* Add bitround codec
40-
By :user:`Ryan Abernathy <rabernat>` and :user:`Martin Durant <martindurant>`, :issue:`298`.
41-
4255
* Drop Python 3.6
4356
By :user:`Josh Moore <joshmoore>`, :issue:`318`.
4457

58+
* Fix macOS Python 3.10
59+
By :user:`John Kirkham <jakirkham>`, :issue:`311`.
60+
61+
* chore: bump cibuildwheel version, use action
62+
By :user:`Henry Schreiner <henryiii>`, :issue:`309`.
63+
64+
* Specify `language` as `'en'` instead of `None`.
65+
By :user:`John Kirkham <jakirkham>`, :issue:`329`.
66+
67+
* Move `master` to `main`.
68+
By :user:`John Kirkham <jakirkham>`, :issue:`322`.
69+
70+
* Drop `fastparquet` benchmark.
71+
By :user:`John Kirkham <jakirkham>`, :issue:`321`.
72+
73+
* Trim wheel builds.
74+
By :user:`John Kirkham <jakirkham>`, :issue:`320`.
75+
4576
.. _release_0.9.1:
4677

4778
0.9.1

0 commit comments

Comments
 (0)