Skip to content

Commit 784d30f

Browse files
committed
release notes
1 parent ae13583 commit 784d30f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/release.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ Enhancements
9595
* **Arrays with one or more zero-length dimensions** are now fully supported; by
9696
:user:`Prakhar Goel <newt0311>`, :issue:`150`, :issue:`154`, :issue:`160`.
9797

98+
* **The .zattrs key is now optional** and will now only be created if at least one
99+
custom attribute has been set; :issue:`121`, :issue:`200`.
100+
98101
Bug fixes
99102
~~~~~~~~~
100103

@@ -120,13 +123,16 @@ Documentation
120123
~~~~~~~~~~~~~
121124

122125
* Some changes have been made to the :ref:`spec_v2` document to clarify
123-
ambiguities and add some missing information. These changes do not modify any
124-
of the material previously implemented, and so the changes have been made
126+
ambiguities and add some missing information. These changes do not break compatibility
127+
with any of the material as previously implemented, and so the changes have been made
125128
in-place in the document without incrementing the document version number. The
126129
specification now describes how bytes fill values should be encoded and
127130
decoded for arrays with a fixed-length byte string data type (:issue:`165`,
128-
:issue:`176`). The specification now also clarifies that datetime64 and
129-
timedelta64 data types are not supported in this version (:issue:`85`).
131+
:issue:`176`). The specification now clarifies that datetime64 and
132+
timedelta64 data types are not supported in this version (:issue:`85`). The
133+
specification now clarifies that the '.zattrs' key does not have to be present for
134+
either arrays or groups, and if absent then custom attributes should be treated as
135+
empty.
130136
* A new :ref:`tutorial_indexing` section has been added to the tutorial.
131137
* A new :ref:`tutorial_strings` section has been added to the tutorial
132138
(:issue:`135`, :issue:`175`).

0 commit comments

Comments
 (0)