|
1 | 1 | Release notes
|
2 | 2 | =============
|
3 | 3 |
|
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. |
5 | 8 |
|
6 |
| -Unreleased |
7 |
| ----------- |
| 9 | + .. _unreleased: |
8 | 10 |
|
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 | +~~~~~~~~~~~~ |
13 | 21 |
|
14 | 22 | * Add support of alternative array classes (other than NumPy arrays)
|
15 | 23 | By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`305`.
|
16 | 24 |
|
17 | 25 | * Add ability to find codecs via entrypoint `numcodecs.codecs`.
|
18 | 26 | By :user:`Martin Durant <martindurant>`, :issue:`290`.
|
19 | 27 |
|
| 28 | +* Add bitround codec |
| 29 | + By :user:`Ryan Abernathy <rabernat>` and :user:`Martin Durant <martindurant>`, :issue:`298`. |
| 30 | + |
20 | 31 | * Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec
|
21 | 32 | By :user:`Haiying Xu <halehawk>`, :issue:`307`.
|
22 | 33 |
|
23 |
| -* Fix macOS Python 3.10 |
24 |
| - By :user:`John Kirkham <jakirkham>`, :issue:`311`. |
| 34 | +Bug fixes |
| 35 | +~~~~~~~~~ |
25 | 36 |
|
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`. |
28 | 41 |
|
29 | 42 | * Codex: make encode and decode @abstractmethods
|
30 | 43 | By :user:`Mads R. B. Kristensen <madsbk>`, :issue:`306`.
|
31 | 44 |
|
32 | 45 | * Fix expected result test for Shuffle.
|
33 | 46 | By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`282`.
|
34 | 47 |
|
| 48 | +Maintenance |
| 49 | +~~~~~~~~~~~ |
| 50 | + |
35 | 51 | * Multiple code linting fixes.
|
36 | 52 | By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`,
|
37 | 53 | :issue:`295`, :issue:`294`, :issue:`293`, and :issue:`292`.
|
38 | 54 |
|
39 |
| -* Add bitround codec |
40 |
| - By :user:`Ryan Abernathy <rabernat>` and :user:`Martin Durant <martindurant>`, :issue:`298`. |
41 |
| - |
42 | 55 | * Drop Python 3.6
|
43 | 56 | By :user:`Josh Moore <joshmoore>`, :issue:`318`.
|
44 | 57 |
|
| 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 | + |
45 | 76 | .. _release_0.9.1:
|
46 | 77 |
|
47 | 78 | 0.9.1
|
|
0 commit comments