@@ -39,6 +39,8 @@ Dependency Changes
3939 fsspec and any relevant implementations (e.g. s3fs) before using the ``RemoteStore ``.
4040 By :user: `Joe Hamman <jhamman> ` :issue: `2391 `.
4141
42+ * ``RemoteStore `` was renamed to ``FsspecStore ``.
43+ By :user: `Joe Hamman <jhamman> ` :issue: `2557 `.
4244
4345.. release_3.0.0-alpha:
4446
@@ -216,17 +218,17 @@ Typing
216218Maintenance
217219~~~~~~~~~~~
218220
219- * 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.
220222 The dependency relationship is now reversed: the test suite imports this class from ``zarr-python ``.
221223 By :user: `Davis Bennett <d-v-b> ` :issue: `1601 `.
222224
223- * [V3] Update minimum supported Python and Numpy versions.
225+ * [V3] Update minimum supported Python and Numpy versions.
224226 By :user: `Joe Hamman <jhamman> ` :issue: `1638 `
225227
226228* use src layout and use hatch for packaging.
227229 By :user: `Davis Bennett <d-v-b> ` :issue: `1592 `.
228230
229- * temporarily disable mypy in v3 directory.
231+ * temporarily disable mypy in v3 directory.
230232 By :user: `Joe Hamman <jhamman> ` :issue: `1649 `.
231233
232234* create hatch test env.
@@ -313,10 +315,10 @@ Maintenance
313315Documentation
314316~~~~~~~~~~~~~
315317
316- * Specify docs hatch env for v3 branch.
318+ * Specify docs hatch env for v3 branch.
317319 By :user: `Max Jones <maxrjones> ` :issue: `1655 `.
318320
319- * Development installation/contributing docs updates.
321+ * Development installation/contributing docs updates.
320322 By :user: `Alden Keefe Sampson <aldenks> ` :issue: `1643 `.
321323
322324* chore: update project settings per scientific python repo-review.
@@ -334,7 +336,7 @@ Enhancements
334336~~~~~~~~~~~~
335337* Added support for creating a copy of data when converting a `zarr.Array `
336338 to a numpy array.
337- By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
339+ By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
338340 :user: `Joe Hamman <jhamman> ` (:issue: `2123 `).
339341
340342Maintenance
@@ -2189,7 +2191,7 @@ Other changes
21892191~~~~~~~~~~~~~
21902192
21912193To 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
2194+ has been modified. See the `` spec_v2 ` ` for more information. To migrate an
21932195array stored using Zarr version 1.x, use the :func: `zarr.storage.migrate_1to2 `
21942196function.
21952197
@@ -2235,14 +2237,14 @@ abstraction layer between the core array logic and data storage (:issue:`21`).
22352237In this release, any
22362238object that implements the ``MutableMapping `` interface can be used as
22372239an array store. See the tutorial sections on :ref: `tutorial_persist `
2238- and :ref: `tutorial_storage `, the :ref: ` spec_v1 `, and the
2240+ and :ref: `tutorial_storage `, the `` spec_v1 ` `, and the
22392241:mod: `zarr.storage ` module documentation for more information.
22402242
22412243Please note also that the file organization and file name conventions
22422244used when storing a Zarr array in a directory on the file system have
22432245changed. Persistent Zarr arrays created using previous versions of the
22442246software will not be compatible with this version. See the
2245- :mod: `zarr.storage ` API docs and the :ref: ` spec_v1 ` for more
2247+ :mod: `zarr.storage ` API docs and the `` spec_v1 ` ` for more
22462248information.
22472249
22482250Compression
@@ -2255,7 +2257,7 @@ as the default compressor, however other compressors including zlib,
22552257BZ2 and LZMA are also now supported via the Python standard
22562258library. New compressors can also be dynamically registered for use
22572259with Zarr. See the tutorial sections on :ref: `tutorial_compress ` and
2258- :ref: `tutorial_tips_blosc `, the :ref: ` spec_v1 `, and the
2260+ :ref: `tutorial_tips_blosc `, the `` spec_v1 ` `, and the
22592261:mod: `zarr.compressors ` module documentation for more information.
22602262
22612263Synchronization
0 commit comments