Skip to content

Commit 4ff3975

Browse files
committed
Update release notes for 2.6
1 parent baab540 commit 4ff3975

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/release.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,35 @@ Release notes
55
Next Release
66
------------
77

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.
912

1013
* End Python 3.5 support.
1114
By :user:`Chris Barnes <clbarnes>`; :issue:`602`.
1215

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
1417
``mode='r'`` :issue:`269`
1518

1619
* Add `Array` tests for FSStore.
1720
By :user:`Andrew Fulton <andrewfulton9>`; :issue: `644`.
1821

1922
* fix a bug in which ``attrs`` would not be copied on the root when using ``copy_all``; :issue:`613`
2023

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+
2137
2.5.0
2238
-----
2339

0 commit comments

Comments
 (0)