1
1
Release notes
2
2
=============
3
3
4
+
5
+ .. _release_0.5.4 :
6
+
7
+ 0.5.4
8
+ -----
9
+
10
+ * The bundled c-blosc sources have been upgraded to version 1.14.0 (:issue: `71 `).
11
+
12
+
4
13
.. _release_0.5.3 :
5
14
6
15
0.5.3
@@ -12,13 +21,15 @@ Release notes
12
21
* The bundled c-blosc library has been updated to version 1.13.4 (:issue: `63 `,
13
22
:issue: `64 `).
14
23
24
+
15
25
.. _release_0.5.2 :
16
26
17
27
0.5.2
18
28
-----
19
29
20
30
* Add support for encoding None values in VLen... codecs (:issue: `59 `).
21
31
32
+
22
33
.. _release_0.5.1 :
23
34
24
35
0.5.1
@@ -30,6 +41,7 @@ Release notes
30
41
('O') and unicode ('U') dtypes and disallowed bytes ('S') dtypes because
31
42
these do not round-trip through JSON configuration.
32
43
44
+
33
45
.. _release_0.5.0 :
34
46
35
47
0.5.0
@@ -40,6 +52,7 @@ Release notes
40
52
(:class: `numcodecs.vlen.VLenBytes `) and variable-length numerical arrays
41
53
((:class: `numcodecs.vlen.VLenArray `) (:issue: `56 `).
42
54
55
+
43
56
.. _release_0.4.1 :
44
57
45
58
0.4.1
@@ -48,6 +61,7 @@ Release notes
48
61
* Resolved an issue where providing an array with dtype ``object `` as the destination
49
62
when decoding could cause segaults with some codecs (:issue: `55 `).
50
63
64
+
51
65
.. _release_0.4.0 :
52
66
53
67
0.4.0
@@ -56,6 +70,7 @@ Release notes
56
70
* Added a new :class: `numcodecs.json.JSON ` codec as an alternative for encoding of
57
71
object arrays (:issue: `54 `).
58
72
73
+
59
74
.. _release_0.3.1 :
60
75
61
76
0.3.1
@@ -65,6 +80,7 @@ Release notes
65
80
:class: `numcodecs.blosc.Blosc ` codec for compatibility and consistency with previous
66
81
code.
67
82
83
+
68
84
.. _release_0.3.0 :
69
85
70
86
0.3.0
@@ -91,13 +107,15 @@ Release notes
91
107
* Arrays with datetime64 or timedelta64 can now be passed directly to compressor codecs
92
108
(:issue: `39 `, :issue: `46 `).
93
109
110
+
94
111
.. _release_0.2.1 :
95
112
96
113
0.2.1
97
114
-----
98
115
99
116
The bundled c-blosc libary has been upgraded to version 1.11.3 (:issue: `34 `, :issue: `35 `).
100
117
118
+
101
119
.. _release_0.2.0 :
102
120
103
121
0.2.0
@@ -119,6 +137,7 @@ Maintenance work:
119
137
that break backwards-compatibility with data encoded using a previous release of numcodecs
120
138
(:issue: `30 `, :issue: `33 `).
121
139
140
+
122
141
.. _release_0.1.1 :
123
142
124
143
0.1.1
@@ -128,6 +147,7 @@ This release includes a small modification to the setup.py script to provide gre
128
147
how compiler options for different instruction sets are configured (:issue: `24 `,
129
148
:issue: `27 `).
130
149
150
+
131
151
.. _release_0.1.0 :
132
152
133
153
0.1.0
@@ -184,13 +204,15 @@ Maintenance work:
184
204
`coveralls <https://coveralls.io/github/alimanfoo/numcodecs?branch=master >`_
185
205
(:issue: `15 `, :issue: `20 `).
186
206
207
+
187
208
.. _release_0.0.1 :
188
209
189
210
0.0.1
190
211
-----
191
212
192
213
Fixed project description in setup.py.
193
214
215
+
194
216
.. _release_0.0.0 :
195
217
196
218
0.0.0
0 commit comments