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 1
1
Release notes
2
2
=============
3
3
4
+ .. _unreleased :
5
+
4
6
Unreleased
5
7
----------
6
8
9
+ .. _release_2.9.0 :
10
+
11
+
7
12
This release of Zarr Python is the first release of Zarr to not support Python 3.6.
8
13
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
+
9
57
.. _release_2.8.3 :
10
58
11
59
2.8.3
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ pytest-doctestplus==0.10.1
19
19
h5py==3.3.0
20
20
s3fs==2021.6.0
21
21
fsspec==2021.6.0
22
+ aiobotocore!=1.4.0
22
23
moto[server]>=1.3.14
You can’t perform that action at this time.
0 commit comments