@@ -216,17 +216,17 @@ Typing
216216Maintenance
217217~~~~~~~~~~~
218218
219- * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
219+ * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
220220 The dependency relationship is now reversed: the test suite imports this class from ``zarr-python ``.
221221 By :user: `Davis Bennett <d-v-b> ` :issue: `1601 `.
222222
223- * [V3] Update minimum supported Python and Numpy versions.
223+ * [V3] Update minimum supported Python and Numpy versions.
224224 By :user: `Joe Hamman <jhamman> ` :issue: `1638 `
225225
226226* use src layout and use hatch for packaging.
227227 By :user: `Davis Bennett <d-v-b> ` :issue: `1592 `.
228228
229- * temporarily disable mypy in v3 directory.
229+ * temporarily disable mypy in v3 directory.
230230 By :user: `Joe Hamman <jhamman> ` :issue: `1649 `.
231231
232232* create hatch test env.
@@ -313,10 +313,10 @@ Maintenance
313313Documentation
314314~~~~~~~~~~~~~
315315
316- * Specify docs hatch env for v3 branch.
316+ * Specify docs hatch env for v3 branch.
317317 By :user: `Max Jones <maxrjones> ` :issue: `1655 `.
318318
319- * Development installation/contributing docs updates.
319+ * Development installation/contributing docs updates.
320320 By :user: `Alden Keefe Sampson <aldenks> ` :issue: `1643 `.
321321
322322* chore: update project settings per scientific python repo-review.
@@ -334,7 +334,7 @@ Enhancements
334334~~~~~~~~~~~~
335335* Added support for creating a copy of data when converting a `zarr.Array `
336336 to a numpy array.
337- By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
337+ By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
338338 :user: `Joe Hamman <jhamman> ` (:issue: `2123 `).
339339
340340Maintenance
@@ -2189,7 +2189,7 @@ Other changes
21892189~~~~~~~~~~~~~
21902190
21912191To accommodate support for hierarchies and filters, the Zarr metadata format
2192- has been modified. See the :ref: ` spec_v2 ` for more information. To migrate an
2192+ has been modified. See the `` spec_v2 ` ` for more information. To migrate an
21932193array stored using Zarr version 1.x, use the :func: `zarr.storage.migrate_1to2 `
21942194function.
21952195
@@ -2235,14 +2235,14 @@ abstraction layer between the core array logic and data storage (:issue:`21`).
22352235In this release, any
22362236object that implements the ``MutableMapping `` interface can be used as
22372237an array store. See the tutorial sections on :ref: `tutorial_persist `
2238- and :ref: `tutorial_storage `, the :ref: ` spec_v1 `, and the
2238+ and :ref: `tutorial_storage `, the `` spec_v1 ` `, and the
22392239:mod: `zarr.storage ` module documentation for more information.
22402240
22412241Please note also that the file organization and file name conventions
22422242used when storing a Zarr array in a directory on the file system have
22432243changed. Persistent Zarr arrays created using previous versions of the
22442244software will not be compatible with this version. See the
2245- :mod: `zarr.storage ` API docs and the :ref: ` spec_v1 ` for more
2245+ :mod: `zarr.storage ` API docs and the `` spec_v1 ` ` for more
22462246information.
22472247
22482248Compression
@@ -2255,7 +2255,7 @@ as the default compressor, however other compressors including zlib,
22552255BZ2 and LZMA are also now supported via the Python standard
22562256library. New compressors can also be dynamically registered for use
22572257with Zarr. See the tutorial sections on :ref: `tutorial_compress ` and
2258- :ref: `tutorial_tips_blosc `, the :ref: ` spec_v1 `, and the
2258+ :ref: `tutorial_tips_blosc `, the `` spec_v1 ` `, and the
22592259:mod: `zarr.compressors ` module documentation for more information.
22602260
22612261Synchronization
0 commit comments