Skip to content

Commit

Permalink
add release notes for v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 26, 2017
1 parent 70f7c1d commit ca1aac5
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release notes
=============

.. _release_2.1.4:

2.1.4
-----

Resolved an issue where calling ``hasattr`` on a ``Group`` object erroneously returned a
``KeyError`` (`#88 <https://github.com/alimanfoo/zarr/issues/88>`_,
`#95 <https://github.com/alimanfoo/zarr/issues/95>`_,
`Vincent Schut <https://github.com/vincentschut>`_)

.. _release_2.1.3:

2.1.3
Expand Down Expand Up @@ -75,16 +85,16 @@ API docs for more information.
Filters
~~~~~~~

Support has been added for configuring filters to preprocess chunk data prior
to compression. See the tutorial section on :ref:`tutorial_filters` and the
Support has been added for configuring filters to preprocess chunk data prior
to compression. See the tutorial section on :ref:`tutorial_filters` and the
:mod:`zarr.codecs` API docs for more information.

Other changes
~~~~~~~~~~~~~

To accommodate support for hierarchies and filters, the Zarr metadata format
has been modified. See the :ref:`spec_v2` for more information. To migrate an
array stored using Zarr version 1.x, use the :func:`zarr.storage.migrate_1to2`
To accommodate support for hierarchies and filters, the Zarr metadata format
has been modified. See the :ref:`spec_v2` for more information. To migrate an
array stored using Zarr version 1.x, use the :func:`zarr.storage.migrate_1to2`
function.

The bundled Blosc library has been upgraded to version 1.11.0.
Expand Down

0 comments on commit ca1aac5

Please sign in to comment.