diff --git a/docs/release.rst b/docs/release.rst index abb761d28b..cc23b81255 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -1,11 +1,59 @@ Release notes ============= +.. _unreleased: + Unreleased ---------- +.. _release_2.9.0: + + This release of Zarr Python is the first release of Zarr to not support Python 3.6. +Enhancements +~~~~~~~~~~~~ + +* Update ABSStore for compatibility with newer `azure.storage.blob`. + By :user:`Tom Augspurger `; :issue:`759`. + +* Pathlib support. + By :user:`Chris Barnes `; :issue:`768`. + +Documentation +~~~~~~~~~~~~~ + +* Clarify that arbitrary key/value pairs are OK for attributes. + By :user:`Stephan Hoyer `; :issue:`751`. + +* Clarify how to manually convert a DirectoryStore to a ZipStore. + By :user:`pmav99 `; :issue:`763`. + +Bug fixes +~~~~~~~~~ + +* Fix dimension_separator support. + By :user:`Josh Moore `; :issue:`775`. + +* Extract ABSStore to zarr._storage.absstore. + By :user:`Josh Moore `; :issue:`781`. + +* avoid NumPy 1.21.0 due to https://github.com/numpy/numpy/issues/19325 + By :user:`Greggory Lee `; :issue:`791`. + +Maintenance +~~~~~~~~~~~ + +* Drop 3.6 builds. + By :user:`Josh Moore `; :issue:`774`, :issue:`778`. + +* Fix build with Sphinx 4. + By :user:`Elliott Sales de Andrade `; :issue:`799`. + +* TST: add missing assert in test_hexdigest. + By :user:`Greggory Lee `; :issue:`801`. + + .. _release_2.8.3: 2.8.3 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index b037f0e77f..c482742c79 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -19,4 +19,5 @@ pytest-doctestplus==0.10.1 h5py==3.3.0 s3fs==2021.6.0 fsspec==2021.6.0 +aiobotocore!=1.4.0 moto[server]>=1.3.14