Skip to content

Commit adc430a

Browse files
authored
2.9.0 release notes (#812)
* 2.9.0 release notes * Remove aiobotocore 1.4.0
1 parent da88aa3 commit adc430a

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

docs/release.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,59 @@
11
Release notes
22
=============
33

4+
.. _unreleased:
5+
46
Unreleased
57
----------
68

9+
.. _release_2.9.0:
10+
11+
712
This release of Zarr Python is the first release of Zarr to not support Python 3.6.
813

14+
Enhancements
15+
~~~~~~~~~~~~
16+
17+
* Update ABSStore for compatibility with newer `azure.storage.blob`.
18+
By :user:`Tom Augspurger <TomAugspurger>`; :issue:`759`.
19+
20+
* Pathlib support.
21+
By :user:`Chris Barnes <clbarnes>`; :issue:`768`.
22+
23+
Documentation
24+
~~~~~~~~~~~~~
25+
26+
* Clarify that arbitrary key/value pairs are OK for attributes.
27+
By :user:`Stephan Hoyer <shoyer>`; :issue:`751`.
28+
29+
* Clarify how to manually convert a DirectoryStore to a ZipStore.
30+
By :user:`pmav99 <pmav99>`; :issue:`763`.
31+
32+
Bug fixes
33+
~~~~~~~~~
34+
35+
* Fix dimension_separator support.
36+
By :user:`Josh Moore <joshmoore>`; :issue:`775`.
37+
38+
* Extract ABSStore to zarr._storage.absstore.
39+
By :user:`Josh Moore <joshmoore>`; :issue:`781`.
40+
41+
* avoid NumPy 1.21.0 due to https://github.com/numpy/numpy/issues/19325
42+
By :user:`Greggory Lee <grlee77>`; :issue:`791`.
43+
44+
Maintenance
45+
~~~~~~~~~~~
46+
47+
* Drop 3.6 builds.
48+
By :user:`Josh Moore <joshmoore>`; :issue:`774`, :issue:`778`.
49+
50+
* Fix build with Sphinx 4.
51+
By :user:`Elliott Sales de Andrade <QuLogic>`; :issue:`799`.
52+
53+
* TST: add missing assert in test_hexdigest.
54+
By :user:`Greggory Lee <grlee77>`; :issue:`801`.
55+
56+
957
.. _release_2.8.3:
1058

1159
2.8.3

requirements_dev_optional.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ pytest-doctestplus==0.10.1
1919
h5py==3.3.0
2020
s3fs==2021.6.0
2121
fsspec==2021.6.0
22+
aiobotocore!=1.4.0
2223
moto[server]>=1.3.14

0 commit comments

Comments
 (0)