File tree 1 file changed +15
-5
lines changed 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
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
+
4
14
.. _release_2.1.3 :
5
15
6
16
2.1.3
@@ -75,16 +85,16 @@ API docs for more information.
75
85
Filters
76
86
~~~~~~~
77
87
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
80
90
:mod: `zarr.codecs ` API docs for more information.
81
91
82
92
Other changes
83
93
~~~~~~~~~~~~~
84
94
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 `
88
98
function.
89
99
90
100
The bundled Blosc library has been upgraded to version 1.11.0.
You can’t perform that action at this time.
0 commit comments