File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,32 @@ Release notes
1818 See `GH1777 <https://github.com/zarr-developers/zarr-python/issues/1777 >`_ for more details on the upcoming
1919 3.0 release.
2020
21+ .. release_3.0.0-beta:
22+
23+ 3.0.0-beta series
24+ -----------------
25+
26+ .. warning ::
27+ Zarr-Python 3.0.0-beta is a pre-release of the upcoming 3.0 release. This release is not feature complete or
28+ expected to be ready for production applications.
29+
30+ .. note ::
31+ The complete release notes for 3.0 have not been added to this document yet. See the
32+ `3.0.0-beta <https://github.com/zarr-developers/zarr-python/releases/tag/v3.0.0-beta >`_ release on GitHub
33+ for a record of changes included in this release.
34+
35+ Dependency Changes
36+ ~~~~~~~~~~~~~~~~~~
37+
38+ * fsspec was moved from a required dependency to an optional one. Users should install
39+ fsspec and any relevant implementations (e.g. s3fs) before using the ``RemoteStore ``.
40+ By :user: `Joe Hamman <jhamman> ` :issue: `2391 `.
41+
42+
2143.. release_3.0.0-alpha:
2244
23- 3.0.0-alpha
24- -----------
45+ 3.0.0-alpha series
46+ ------------------
2547
2648.. warning ::
2749 Zarr-Python 3.0.0-alpha is a pre-release of the upcoming 3.0 release. This release is not feature complete or
You can’t perform that action at this time.
0 commit comments