Skip to content

Commit 58a80dc

Browse files
committed
release notes [ci skip]
1 parent b41df41 commit 58a80dc

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

docs/release.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release notes
22
=============
33

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+
413
.. _release_0.6.0:
514

615
0.6.0
@@ -18,10 +27,10 @@ Release notes
1827
* Updated the msgpack dependency (by :user:`Jerome Kelleher <jeromekelleher>`;
1928
:issue:`74`, :issue:`75`).
2029

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
2231
:user:`Anand S <anandtrex>`; :issue:`82`).
2332

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
2534
:user:`Marcus Kinsella <mckinsel>`, :issue:`83`; and :user:`Tom White <tomwhite>`,
2635
:issue:`93`).
2736

@@ -40,13 +49,13 @@ Release notes
4049
some codecs, and also simplifies the implementation of some codecs, improving
4150
code readability and maintainability. By :user:`John Kirkham <jakirkham>` and
4251
: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>`,
4655
:issue:`136`.
4756

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
5059
buffer is exceeded. By :user:`Jerome Kelleher <jeromekelleher>`, :issue:`80`,
5160
:issue:`81`.
5261

0 commit comments

Comments
 (0)