File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ 2.6.0
5+ -----
46
5- Next Release
6- ------------
7-
8- This release will be the first release of Zarr not supporting Python 3.5.
7+ This release od Zarr Python is is the first release of Zarr to not supporting Python 3.5.
98
109* End Python 3.5 support.
1110 By :user: `Chris Barnes <clbarnes> `; :issue: `602 `.
1211
13- * Fix ``open_group/open_array `` to allow opening of readonly store with
12+ * Fix ``open_group/open_array `` to allow opening of read-only store with
1413 ``mode='r' `` :issue: `269 `
1514
1615* Add `Array ` tests for FSStore.
1716 By :user: `Andrew Fulton <andrewfulton9> `; :issue: `644 `.
1817
1918* fix a bug in which ``attrs `` would not be copied on the root when using ``copy_all ``; :issue: `613 `
2019
20+ * Fix ``FileNotFoundError `` with dask/s3fs :issue: `649 `
21+
22+ * Fix flaky fixture in test_storage.py :issue: `652 `
23+
24+ * Fix FSStore getitems fails with arrays that have a 0 length shape dimension :issue: `644 `
25+
26+ * Use async to fetch/write result concurrently when possible. :issue: `536 `, See `this comment
27+ <https://github.com/zarr-developers/zarr-python/issues/536#issuecomment-721253094> `_ for some performance analysis
28+ showing order of magnitude faster response in some benchmark.
29+
30+ See `this link <https://github.com/zarr-developers/zarr-python/milestone/11?closed=1> ` for the full list of closed and
31+ merged PR tagged with the 2.6 milestone.
32+
21332.5.0
2234-----
2335
You can’t perform that action at this time.
0 commit comments