@@ -10,7 +10,7 @@ Bug fixes
10
10
~~~~~~~~~
11
11
12
12
* Makes ``azure-storage-blob `` optional for testing.
13
- By :user: `John Kirkham <jakirkham> `; :issue: `419 `, :issue: `420 `
13
+ By :user: `John Kirkham <jakirkham> `; :issue: `419 `, :issue: `420 `.
14
14
15
15
16
16
.. _release_2.3.0 :
@@ -56,7 +56,7 @@ Enhancements
56
56
* **New storage class for N5 containers **. The :class: `zarr.n5.N5Store ` has been
57
57
added, which uses :class: `zarr.storage.NestedDirectoryStore ` to support
58
58
reading and writing from and to N5 containers.
59
- By :user: `Jan Funke <funkey> ` and :user: `John Kirkham <jakirkham> `
59
+ By :user: `Jan Funke <funkey> ` and :user: `John Kirkham <jakirkham> `.
60
60
61
61
Bug fixes
62
62
~~~~~~~~~
@@ -67,7 +67,7 @@ Bug fixes
67
67
:issue: `263 `.
68
68
69
69
* Avoid raising in :class: `zarr.storage.DirectoryStore `'s ``__setitem__ `` when file already exists.
70
- By :user: `Justin Swaney <jmswaney> `, :issue: `272 `, :issue: `318 `
70
+ By :user: `Justin Swaney <jmswaney> `, :issue: `272 `, :issue: `318 `.
71
71
72
72
* The required version of the `numcodecs <http://numcodecs.rtfd.io >`_ package has been upgraded
73
73
to 0.6.2, which has enabled some code simplification and fixes a failing test involving
@@ -81,24 +81,24 @@ Bug fixes
81
81
compressors (by :user: `John Kirkham <jakirkham> `; :issue: `344 `).
82
82
83
83
* Ensure ``DictStore `` contains only ``bytes `` to facilitate comparisons and protect against writes.
84
- By :user: `John Kirkham <jakirkham> `, :issue: `350 `
84
+ By :user: `John Kirkham <jakirkham> `, :issue: `350 `.
85
85
86
86
* Test and fix an issue (w.r.t. fill values) when storing complex data to ``Array ``.
87
- By :user: `John Kirkham <jakirkham> `, :issue: `363 `
87
+ By :user: `John Kirkham <jakirkham> `, :issue: `363 `.
88
88
89
89
* Always use a ``tuple `` when indexing a NumPy ``ndarray ``.
90
- By :user: `John Kirkham <jakirkham> `, :issue: `376 `
90
+ By :user: `John Kirkham <jakirkham> `, :issue: `376 `.
91
91
92
92
* Ensure when ``Array `` uses a ``dict ``-based chunk store that it only contains
93
93
``bytes `` to facilitate comparisons and protect against writes. Drop the copy
94
94
for the no filter/compressor case as this handles that case.
95
- By :user: `John Kirkham <jakirkham> `, :issue: `359 `
95
+ By :user: `John Kirkham <jakirkham> `, :issue: `359 `.
96
96
97
97
Maintenance
98
98
~~~~~~~~~~~
99
99
100
100
* Simplify directory creation and removal in ``DirectoryStore.rename ``.
101
- By :user: `John Kirkham <jakirkham> `, :issue: `249 `
101
+ By :user: `John Kirkham <jakirkham> `, :issue: `249 `.
102
102
103
103
* CI and test environments have been upgraded to include Python 3.7, drop Python 3.4, and
104
104
upgrade all pinned package requirements. :user: `Alistair Miles <alimanfoo> `, :issue: `308 `.
@@ -124,8 +124,6 @@ Maintenance
124
124
* Test validity of stores' contents.
125
125
By :user: `John Kirkham <jakirkham> `, :issue: `359 `, :issue: `408 `.
126
126
127
- Acknowledgments
128
- ~~~~~~~~~~~~~~~
129
127
130
128
.. _release_2.2.0 :
131
129
0 commit comments