|
1 | 1 | Release notes
|
2 | 2 | =============
|
3 | 3 |
|
4 |
| -.. release_2.2.0rc1 |
| 4 | +.. _release_2.2.0rc1: |
5 | 5 |
|
6 | 6 | 2.2.0rc1
|
7 | 7 | --------
|
8 | 8 |
|
| 9 | +To install the release candidate version:: |
| 10 | + |
| 11 | + $ pip install --pre zarr==2.2.0rc1 |
| 12 | + |
| 13 | + |
9 | 14 | Enhancements
|
10 | 15 | ~~~~~~~~~~~~
|
11 | 16 |
|
@@ -119,6 +124,9 @@ Enhancements
|
119 | 124 | continue to work, however a warning will be raised to encourage use of the
|
120 | 125 | ``object_codec`` parameter. :issue:`208`, :issue:`212`.
|
121 | 126 |
|
| 127 | +* **Added support for ``datetime64`` and ``timedelta64`` data types**; |
| 128 | + :issue:`85`, :issue:`215`. |
| 129 | + |
122 | 130 | Bug fixes
|
123 | 131 | ~~~~~~~~~
|
124 | 132 |
|
@@ -146,14 +154,8 @@ Documentation
|
146 | 154 | * Some changes have been made to the :ref:`spec_v2` document to clarify
|
147 | 155 | ambiguities and add some missing information. These changes do not break compatibility
|
148 | 156 | 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. |
157 | 159 | * A new :ref:`tutorial_indexing` section has been added to the tutorial.
|
158 | 160 | * A new :ref:`tutorial_strings` section has been added to the tutorial
|
159 | 161 | (:issue:`135`, :issue:`175`).
|
|
0 commit comments