Skip to content

Commit 0140bb6

Browse files
committed
Update changelog for 0.16
1 parent b588f0f commit 0140bb6

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/release.rst

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ Release notes
1414

1515
.. _unreleased:
1616

17-
Unreleased
18-
----------
17+
0.16.0
18+
------
1919

2020
Enhancements
2121
~~~~~~~~~~~~
2222

23-
* Add support for the Linux aarch64 architecture, and bump the minimum
24-
macOS deployment target for x86_64 to 10.13.
23+
* Add ``typesize`` argument to ``Blosc`` to allow for buffers that are passed to ``encode``
24+
use that information. zarr v3 currently has its Blosc codec as bytes-to-bytes but does retain
25+
the size information so using it here allows for massive compression ratio gains.
26+
By :user:`Ilan Gold <ilan-gold>`
27+
* Add support for the Linux aarch64 architecture,
2528
By :user:`Agriya Khetarpal <agriyakhetarpal>`, :issue:`288`.
29+
* Preallocate output buffers and resize directly as needed.
30+
By :user:`John Kirkham <jakirkham>`, :issue:`656`
2631

2732
Removals
2833
~~~~~~~~
@@ -41,29 +46,26 @@ has always been experimental and there is no equivalent in the official
4146
blsoc Python package.
4247
By :user:`David Stansby <dstansby>`, :issue:`712`
4348

49+
Maintenance
50+
~~~~~~~~~~~
51+
* Replace internal ``Buffer`` usage with ``memoryview``\ s.
52+
By :user:`John Kirkham <jakirkham>`, :issue:`656`
53+
* Bump the minimum macOS deployment target for x86_64 to 10.13.
54+
By :user:`Agriya Khetarpal <agriyakhetarpal>`, :issue:`288`.
55+
56+
4457
0.15.1
4558
------
4659

4760
Improvements
4861
~~~~~~~~~~~~
4962
* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec.
5063
By :user:`Cas Wognum <cwognum>`.
51-
* Add ``typesize`` argument to ``Blosc`` to allow for buffers that are passed to ``encode``
52-
use that information. zarr v3 currently has its Blosc codec as bytes-to-bytes but does retain
53-
the size information so using it here allows for massive compression ratio gains.
54-
By :user:`Ilan Gold <ilan-gold>`
5564

5665
Fixes
5766
~~~~~
5867
* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs.
5968
By :user:`Norman Rzepka <normanrz>`, :issue:`685`
60-
* Preallocate output buffers and resize directly as needed.
61-
By :user:`John Kirkham <jakirkham>`, :issue:`656`
62-
63-
Maintenance
64-
~~~~~~~~~~~
65-
* Replace internal ``Buffer`` usage with ``memoryview``\ s.
66-
By :user:`John Kirkham <jakirkham>`, :issue:`656`
6769

6870
.. _release_0.15.0:
6971

0 commit comments

Comments
 (0)