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