@@ -218,17 +218,17 @@ Typing
218
218
Maintenance
219
219
~~~~~~~~~~~
220
220
221
- * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
221
+ * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
222
222
The dependency relationship is now reversed: the test suite imports this class from ``zarr-python ``.
223
223
By :user: `Davis Bennett <d-v-b> ` :issue: `1601 `.
224
224
225
- * [V3] Update minimum supported Python and Numpy versions.
225
+ * [V3] Update minimum supported Python and Numpy versions.
226
226
By :user: `Joe Hamman <jhamman> ` :issue: `1638 `
227
227
228
228
* use src layout and use hatch for packaging.
229
229
By :user: `Davis Bennett <d-v-b> ` :issue: `1592 `.
230
230
231
- * temporarily disable mypy in v3 directory.
231
+ * temporarily disable mypy in v3 directory.
232
232
By :user: `Joe Hamman <jhamman> ` :issue: `1649 `.
233
233
234
234
* create hatch test env.
@@ -315,10 +315,10 @@ Maintenance
315
315
Documentation
316
316
~~~~~~~~~~~~~
317
317
318
- * Specify docs hatch env for v3 branch.
318
+ * Specify docs hatch env for v3 branch.
319
319
By :user: `Max Jones <maxrjones> ` :issue: `1655 `.
320
320
321
- * Development installation/contributing docs updates.
321
+ * Development installation/contributing docs updates.
322
322
By :user: `Alden Keefe Sampson <aldenks> ` :issue: `1643 `.
323
323
324
324
* chore: update project settings per scientific python repo-review.
@@ -336,7 +336,7 @@ Enhancements
336
336
~~~~~~~~~~~~
337
337
* Added support for creating a copy of data when converting a `zarr.Array `
338
338
to a numpy array.
339
- By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
339
+ By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
340
340
:user: `Joe Hamman <jhamman> ` (:issue: `2123 `).
341
341
342
342
Maintenance
@@ -2191,7 +2191,7 @@ Other changes
2191
2191
~~~~~~~~~~~~~
2192
2192
2193
2193
To accommodate support for hierarchies and filters, the Zarr metadata format
2194
- has been modified. See the :ref: ` spec_v2 ` for more information. To migrate an
2194
+ has been modified. See the `` spec_v2 ` ` for more information. To migrate an
2195
2195
array stored using Zarr version 1.x, use the :func: `zarr.storage.migrate_1to2 `
2196
2196
function.
2197
2197
@@ -2237,14 +2237,14 @@ abstraction layer between the core array logic and data storage (:issue:`21`).
2237
2237
In this release, any
2238
2238
object that implements the ``MutableMapping `` interface can be used as
2239
2239
an array store. See the tutorial sections on :ref: `tutorial_persist `
2240
- and :ref: `tutorial_storage `, the :ref: ` spec_v1 `, and the
2240
+ and :ref: `tutorial_storage `, the `` spec_v1 ` `, and the
2241
2241
:mod: `zarr.storage ` module documentation for more information.
2242
2242
2243
2243
Please note also that the file organization and file name conventions
2244
2244
used when storing a Zarr array in a directory on the file system have
2245
2245
changed. Persistent Zarr arrays created using previous versions of the
2246
2246
software will not be compatible with this version. See the
2247
- :mod: `zarr.storage ` API docs and the :ref: ` spec_v1 ` for more
2247
+ :mod: `zarr.storage ` API docs and the `` spec_v1 ` ` for more
2248
2248
information.
2249
2249
2250
2250
Compression
@@ -2257,7 +2257,7 @@ as the default compressor, however other compressors including zlib,
2257
2257
BZ2 and LZMA are also now supported via the Python standard
2258
2258
library. New compressors can also be dynamically registered for use
2259
2259
with Zarr. See the tutorial sections on :ref: `tutorial_compress ` and
2260
- :ref: `tutorial_tips_blosc `, the :ref: ` spec_v1 `, and the
2260
+ :ref: `tutorial_tips_blosc `, the `` spec_v1 ` `, and the
2261
2261
:mod: `zarr.compressors ` module documentation for more information.
2262
2262
2263
2263
Synchronization
0 commit comments