@@ -14,15 +14,23 @@ Release notes
1414
1515.. _unreleased :
1616
17- Unreleased
18- ----------
17+ 0.16.0
18+ ------
1919
2020Enhancements
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 `
31+ * ``Checksum32 `` is now an abstract base clase, with ``checksum() `` as an abstract method.
32+ This helps ensure that any subclasses implement the ``checksum() `` method.
33+ :issue: `711 `
2634
2735Removals
2836~~~~~~~~
@@ -41,29 +49,26 @@ has always been experimental and there is no equivalent in the official
4149blsoc Python package.
4250By :user: `David Stansby <dstansby> `, :issue: `712 `
4351
52+ Maintenance
53+ ~~~~~~~~~~~
54+ * Replace internal ``Buffer `` usage with ``memoryview ``\ s.
55+ By :user: `John Kirkham <jakirkham> `, :issue: `656 `
56+ * Bump the minimum macOS deployment target for x86_64 to 10.13.
57+ By :user: `Agriya Khetarpal <agriyakhetarpal> `, :issue: `288 `.
58+
59+
44600.15.1
4561------
4662
4763Improvements
4864~~~~~~~~~~~~
4965* Raise a custom `UnknownCodecError ` when trying to retrieve an unavailable codec.
5066 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> `
5567
5668Fixes
5769~~~~~
5870* Remove redundant ``id `` from codec metadata serialization in Zarr3 codecs.
5971 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 `
6772
6873.. _release_0.15.0 :
6974
0 commit comments