File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ .. _unreleased :
5+
46Unreleased
57----------
68
9+ .. _release_2.9.0 :
10+
11+
712This 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
11592.8.3
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ pytest-doctestplus==0.10.1
1919h5py==3.3.0
2020s3fs==2021.6.0
2121fsspec==2021.6.0
22+ aiobotocore!=1.4.0
2223moto[server]>=1.3.14
You can’t perform that action at this time.
0 commit comments