@@ -14,15 +14,23 @@ Release notes
14
14
15
15
.. _unreleased :
16
16
17
- Unreleased
18
- ----------
17
+ 0.16.0
18
+ ------
19
19
20
20
Enhancements
21
21
~~~~~~~~~~~~
22
22
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,
25
28
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 `
26
34
27
35
Removals
28
36
~~~~~~~~
@@ -41,29 +49,26 @@ has always been experimental and there is no equivalent in the official
41
49
blsoc Python package.
42
50
By :user: `David Stansby <dstansby> `, :issue: `712 `
43
51
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
+
44
60
0.15.1
45
61
------
46
62
47
63
Improvements
48
64
~~~~~~~~~~~~
49
65
* Raise a custom `UnknownCodecError ` when trying to retrieve an unavailable codec.
50
66
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> `
55
67
56
68
Fixes
57
69
~~~~~
58
70
* Remove redundant ``id `` from codec metadata serialization in Zarr3 codecs.
59
71
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 `
67
72
68
73
.. _release_0.15.0 :
69
74
0 commit comments