Skip to content

Commit 648154d

Browse files
committed
2.7.1 Release notes
1 parent 449ed26 commit 648154d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/release.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Release notes
22
=============
33

4+
.. _release_2.7.1:
5+
6+
2.7.1
7+
-----
8+
9+
Bug fixes
10+
~~~~~~~~~
11+
12+
* Update Array to respect FSStore's key_separator (#718)
13+
By :user:`Gregory R. Lee <grlee77>`; :issue:`718`.
14+
15+
.. _release_2.7.0:
16+
417
2.7.0
518
-----
619

@@ -13,7 +26,6 @@ Enhancements
1326
* Add capability to partially read and decompress chunks
1427
By :user:`Andrew Fulton <andrewfulton9>`; :issue:`667`.
1528

16-
1729
Bug fixes
1830
~~~~~~~~~
1931

@@ -38,12 +50,16 @@ Bug fixes
3850
:issue:`679`, :issue:`680`, :issue:`682`, :issue:`684`, :issue:`685`, :issue:`686`,
3951
:issue:`687`, :issue:`695`, :issue:`706`.
4052

53+
.. _release_2.6.1:
54+
4155
2.6.1
4256
-----
4357

4458
* Minor build fix
4559
By :user:`Matthias Bussonnier <Carreau>`; :issue:`666`.
4660

61+
.. _release_2.6.0:
62+
4763
2.6.0
4864
-----
4965

@@ -85,10 +101,11 @@ merged PR tagged with the 2.6 milestone.
85101
creating an ``Array``, or when using ``open_array``. No option exists yet to
86102
apply partial read and decompress on a per-operation basis.
87103

104+
.. _release_2.5.0:
105+
88106
2.5.0
89107
-----
90108

91-
92109
This release will be the last to support Python 3.5, next version of Zarr will be Python 3.6+.
93110

94111
* `DirectoryStore` now uses `os.scandir`, which should make listing large store

0 commit comments

Comments
 (0)