Skip to content

Commit 34204b1

Browse files
authored
Merge pull request #664 from Carreau/finish-2.6
2 parents baab540 + cb1e8a5 commit 34204b1

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/release.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
Release 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+
2133
2.5.0
2234
-----
2335

0 commit comments

Comments
 (0)