@@ -216,17 +216,17 @@ Typing
216
216
Maintenance
217
217
~~~~~~~~~~~
218
218
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.
220
220
The dependency relationship is now reversed: the test suite imports this class from ``zarr-python ``.
221
221
By :user: `Davis Bennett <d-v-b> ` :issue: `1601 `.
222
222
223
- * [V3] Update minimum supported Python and Numpy versions.
223
+ * [V3] Update minimum supported Python and Numpy versions.
224
224
By :user: `Joe Hamman <jhamman> ` :issue: `1638 `
225
225
226
226
* use src layout and use hatch for packaging.
227
227
By :user: `Davis Bennett <d-v-b> ` :issue: `1592 `.
228
228
229
- * temporarily disable mypy in v3 directory.
229
+ * temporarily disable mypy in v3 directory.
230
230
By :user: `Joe Hamman <jhamman> ` :issue: `1649 `.
231
231
232
232
* create hatch test env.
@@ -313,10 +313,10 @@ Maintenance
313
313
Documentation
314
314
~~~~~~~~~~~~~
315
315
316
- * Specify docs hatch env for v3 branch.
316
+ * Specify docs hatch env for v3 branch.
317
317
By :user: `Max Jones <maxrjones> ` :issue: `1655 `.
318
318
319
- * Development installation/contributing docs updates.
319
+ * Development installation/contributing docs updates.
320
320
By :user: `Alden Keefe Sampson <aldenks> ` :issue: `1643 `.
321
321
322
322
* chore: update project settings per scientific python repo-review.
@@ -334,7 +334,7 @@ Enhancements
334
334
~~~~~~~~~~~~
335
335
* Added support for creating a copy of data when converting a `zarr.Array `
336
336
to a numpy array.
337
- By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
337
+ By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
338
338
:user: `Joe Hamman <jhamman> ` (:issue: `2123 `).
339
339
340
340
Maintenance
@@ -2189,7 +2189,7 @@ Other changes
2189
2189
~~~~~~~~~~~~~
2190
2190
2191
2191
To 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
2193
2193
array stored using Zarr version 1.x, use the :func: `zarr.storage.migrate_1to2 `
2194
2194
function.
2195
2195
@@ -2235,14 +2235,14 @@ abstraction layer between the core array logic and data storage (:issue:`21`).
2235
2235
In this release, any
2236
2236
object that implements the ``MutableMapping `` interface can be used as
2237
2237
an 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
2239
2239
:mod: `zarr.storage ` module documentation for more information.
2240
2240
2241
2241
Please note also that the file organization and file name conventions
2242
2242
used when storing a Zarr array in a directory on the file system have
2243
2243
changed. Persistent Zarr arrays created using previous versions of the
2244
2244
software 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
2246
2246
information.
2247
2247
2248
2248
Compression
@@ -2255,7 +2255,7 @@ as the default compressor, however other compressors including zlib,
2255
2255
BZ2 and LZMA are also now supported via the Python standard
2256
2256
library. New compressors can also be dynamically registered for use
2257
2257
with 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
2259
2259
:mod: `zarr.compressors ` module documentation for more information.
2260
2260
2261
2261
Synchronization
0 commit comments