1
1
Release notes
2
2
=============
3
3
4
+ .. _release_0.6.1 :
5
+
6
+ 0.6.1
7
+ -----
8
+
9
+ * Resolved minor issue in backwards-compatibility tests (by :user: `Alistair Miles
10
+ <alimanfoo> `, :issue: `138 `, :issue: `139 `).
11
+
12
+
4
13
.. _release_0.6.0 :
5
14
6
15
0.6.0
@@ -18,10 +27,10 @@ Release notes
18
27
* Updated the msgpack dependency (by :user: `Jerome Kelleher <jeromekelleher> `;
19
28
:issue: `74 `, :issue: `75 `).
20
29
21
- * Added support for ppc64le architecture by updating `cpuinfo.py ` from upstream (by
30
+ * Added support for ppc64le architecture by updating `cpuinfo.py ` from upstream (by
22
31
:user: `Anand S <anandtrex> `; :issue: `82 `).
23
32
24
- * Allow :class: `Blosc ` compressor to run on systems where locks are not present (by
33
+ * Allow :class: `numcodecs.blosc. Blosc ` compressor to run on systems where locks are not present (by
25
34
:user: `Marcus Kinsella <mckinsel> `, :issue: `83 `; and :user: `Tom White <tomwhite> `,
26
35
:issue: `93 `).
27
36
@@ -40,13 +49,13 @@ Release notes
40
49
some codecs, and also simplifies the implementation of some codecs, improving
41
50
code readability and maintainability. By :user: `John Kirkham <jakirkham> ` and
42
51
:user: `Alistair Miles <alimanfoo> `; :issue: `119 `, :issue: `121 `, :issue: `128 `.
43
-
44
- * Return values from encode() and decode() methods are now returned as numpy
45
- arrays for consistency across codecs. By :user: `John Kirkham <jakirkham> `,
52
+
53
+ * Return values from encode() and decode() methods are now returned as numpy
54
+ arrays for consistency across codecs. By :user: `John Kirkham <jakirkham> `,
46
55
:issue: `136 `.
47
56
48
- * Improvements to handling of errors in the :class: `numcodecs.blosc.Blosc ` and
49
- :class: `numcodecs.lz4.LZ4 ` codecs when the maximum allowed size of an input
57
+ * Improvements to handling of errors in the :class: `numcodecs.blosc.Blosc ` and
58
+ :class: `numcodecs.lz4.LZ4 ` codecs when the maximum allowed size of an input
50
59
buffer is exceeded. By :user: `Jerome Kelleher <jeromekelleher> `, :issue: `80 `,
51
60
:issue: `81 `.
52
61
0 commit comments