Skip to content

Commit 6748354

Browse files
committed
edit release notes
1 parent e385d27 commit 6748354

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/release.rst

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

4-
.. release_2.2.0rc1
4+
.. _release_2.2.0rc1:
55

66
2.2.0rc1
77
--------
88

9+
To install the release candidate version::
10+
11+
$ pip install --pre zarr==2.2.0rc1
12+
13+
914
Enhancements
1015
~~~~~~~~~~~~
1116

@@ -119,6 +124,9 @@ Enhancements
119124
continue to work, however a warning will be raised to encourage use of the
120125
``object_codec`` parameter. :issue:`208`, :issue:`212`.
121126

127+
* **Added support for ``datetime64`` and ``timedelta64`` data types**;
128+
:issue:`85`, :issue:`215`.
129+
122130
Bug fixes
123131
~~~~~~~~~
124132

@@ -146,14 +154,8 @@ Documentation
146154
* Some changes have been made to the :ref:`spec_v2` document to clarify
147155
ambiguities and add some missing information. These changes do not break compatibility
148156
with any of the material as previously implemented, and so the changes have been made
149-
in-place in the document without incrementing the document version number. The
150-
specification now describes how bytes fill values should be encoded and
151-
decoded for arrays with a fixed-length byte string data type (:issue:`165`,
152-
:issue:`176`). The specification now clarifies that datetime64 and
153-
timedelta64 data types are not supported in this version (:issue:`85`). The
154-
specification now clarifies that the '.zattrs' key does not have to be present for
155-
either arrays or groups, and if absent then custom attributes should be treated as
156-
empty.
157+
in-place in the document without incrementing the document version number. See the
158+
section on :ref:`spec_v2_changes` in the specification document for more information.
157159
* A new :ref:`tutorial_indexing` section has been added to the tutorial.
158160
* A new :ref:`tutorial_strings` section has been added to the tutorial
159161
(:issue:`135`, :issue:`175`).

0 commit comments

Comments
 (0)