We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d145e0b commit 5a9d3c5Copy full SHA for 5a9d3c5
docs/release.rst
@@ -5,6 +5,9 @@ Release notes
5
Next release
6
------------
7
8
+
9
+This release will be the last to support Python 3.5, next version of Zarr will be Python 3.6+.
10
11
* `DirectoryStore` now uses `os.scandir`, which should make listing large store
12
faster, :issue:`563`
13
@@ -14,6 +17,8 @@ Next release
14
17
* Fix minor bug in `N5Store`.
15
18
By :user:`gsakkis`, :issue:`550`.
16
19
20
+* add new `FSStore` to open any ``fsspec`` supported protocol :issue:`546`
21
22
* Improve error message in Jupyter when trying to use the ``ipytree`` widget
23
without ``ipytree`` installed.
24
By :user:`Zain Patel <mzjp2>`; :issue:`537`
0 commit comments