Skip to content

Commit e381503

Browse files
authored
Merge pull request #108 from alimanfoo/micro_v2.1.4
Micro release 2.1.4
2 parents eef8940 + ca1aac5 commit e381503

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/release.rst

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

4+
.. _release_2.1.4:
5+
6+
2.1.4
7+
-----
8+
9+
Resolved an issue where calling ``hasattr`` on a ``Group`` object erroneously returned a
10+
``KeyError`` (`#88 <https://github.com/alimanfoo/zarr/issues/88>`_,
11+
`#95 <https://github.com/alimanfoo/zarr/issues/95>`_,
12+
`Vincent Schut <https://github.com/vincentschut>`_)
13+
414
.. _release_2.1.3:
515

616
2.1.3
@@ -75,16 +85,16 @@ API docs for more information.
7585
Filters
7686
~~~~~~~
7787

78-
Support has been added for configuring filters to preprocess chunk data prior
79-
to compression. See the tutorial section on :ref:`tutorial_filters` and the
88+
Support has been added for configuring filters to preprocess chunk data prior
89+
to compression. See the tutorial section on :ref:`tutorial_filters` and the
8090
:mod:`zarr.codecs` API docs for more information.
8191

8292
Other changes
8393
~~~~~~~~~~~~~
8494

85-
To accommodate support for hierarchies and filters, the Zarr metadata format
86-
has been modified. See the :ref:`spec_v2` for more information. To migrate an
87-
array stored using Zarr version 1.x, use the :func:`zarr.storage.migrate_1to2`
95+
To accommodate support for hierarchies and filters, the Zarr metadata format
96+
has been modified. See the :ref:`spec_v2` for more information. To migrate an
97+
array stored using Zarr version 1.x, use the :func:`zarr.storage.migrate_1to2`
8898
function.
8999

90100
The bundled Blosc library has been upgraded to version 1.11.0.

0 commit comments

Comments
 (0)