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 1
1
Release notes
2
2
=============
3
3
4
+ 2.6.0
5
+ -----
4
6
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.
9
8
10
9
* End Python 3.5 support.
11
10
By :user: `Chris Barnes <clbarnes> `; :issue: `602 `.
12
11
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
14
13
``mode='r' `` :issue: `269 `
15
14
16
15
* Add `Array ` tests for FSStore.
17
16
By :user: `Andrew Fulton <andrewfulton9> `; :issue: `644 `.
18
17
19
18
* fix a bug in which ``attrs `` would not be copied on the root when using ``copy_all ``; :issue: `613 `
20
19
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
+
21
33
2.5.0
22
34
-----
23
35
You can’t perform that action at this time.
0 commit comments