Skip to content

Commit f6ced1e

Browse files
authored
very minor edits to release.rst
1 parent 46516de commit f6ced1e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/release.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Bug fixes
1010
~~~~~~~~~
1111

1212
* 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`.
1414

1515

1616
.. _release_2.3.0:
@@ -56,7 +56,7 @@ Enhancements
5656
* **New storage class for N5 containers**. The :class:`zarr.n5.N5Store` has been
5757
added, which uses :class:`zarr.storage.NestedDirectoryStore` to support
5858
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>`.
6060

6161
Bug fixes
6262
~~~~~~~~~
@@ -67,7 +67,7 @@ Bug fixes
6767
:issue:`263`.
6868

6969
* 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`.
7171

7272
* The required version of the `numcodecs <http://numcodecs.rtfd.io>`_ package has been upgraded
7373
to 0.6.2, which has enabled some code simplification and fixes a failing test involving
@@ -81,24 +81,24 @@ Bug fixes
8181
compressors (by :user:`John Kirkham <jakirkham>`; :issue:`344`).
8282

8383
* 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`.
8585

8686
* 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`.
8888

8989
* 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`.
9191

9292
* Ensure when ``Array`` uses a ``dict``-based chunk store that it only contains
9393
``bytes`` to facilitate comparisons and protect against writes. Drop the copy
9494
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`.
9696

9797
Maintenance
9898
~~~~~~~~~~~
9999

100100
* Simplify directory creation and removal in ``DirectoryStore.rename``.
101-
By :user:`John Kirkham <jakirkham>`, :issue:`249`
101+
By :user:`John Kirkham <jakirkham>`, :issue:`249`.
102102

103103
* CI and test environments have been upgraded to include Python 3.7, drop Python 3.4, and
104104
upgrade all pinned package requirements. :user:`Alistair Miles <alimanfoo>`, :issue:`308`.
@@ -124,8 +124,6 @@ Maintenance
124124
* Test validity of stores' contents.
125125
By :user:`John Kirkham <jakirkham>`, :issue:`359`, :issue:`408`.
126126

127-
Acknowledgments
128-
~~~~~~~~~~~~~~~
129127

130128
.. _release_2.2.0:
131129

0 commit comments

Comments
 (0)