Skip to content

Micro release 2.1.4 #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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