@@ -6,12 +6,6 @@ Unreleased
6
6
7
7
This release of Zarr Python is the first release of Zarr to not support Python 3.6.
8
8
9
- Bug fixes
10
- ~~~~~~~~~
11
-
12
- * convenience: Allow ``os.PathLike `` s to be used for paths in convenience methods
13
- By :user: `Chris Barnes <clbarnes> `; :issue: `261 ` :issue: `601 `
14
-
15
9
.. _release_2.8.3 :
16
10
17
11
2.8.3
@@ -22,7 +16,7 @@ Bug fixes
22
16
23
17
* FSStore: default to normalize_keys=False
24
18
By :user: `Josh Moore <joshmoore> `; :issue: `755 `.
25
- * ABSStore: compatibility with ``azure.storage.python>=12 ``
19
+ * ABSStore: compatibility with ``azure.storage.python>=12 ``
26
20
By :user: `Tom Augspurger <tomaugspurger> `; :issue: `618 `
27
21
28
22
@@ -187,7 +181,7 @@ This release will be the last to support Python 3.5, next version of Zarr will b
187
181
188
182
* `DirectoryStore ` now uses `os.scandir `, which should make listing large store
189
183
faster, :issue: `563 `
190
-
184
+
191
185
* Remove a few remaining Python 2-isms.
192
186
By :user: `Poruri Sai Rahul <rahulporuri> `; :issue: `393 `.
193
187
@@ -207,7 +201,7 @@ This release will be the last to support Python 3.5, next version of Zarr will b
207
201
``zarr.errors `` have been replaced by ``ValueError `` subclasses. The corresponding
208
202
``err_* `` function have been removed. :issue: `590 `, :issue: `614 `)
209
203
210
- * Improve consistency of terminology regarding arrays and datasets in the
204
+ * Improve consistency of terminology regarding arrays and datasets in the
211
205
documentation.
212
206
By :user: `Josh Moore <joshmoore> `; :issue: `571 `.
213
207
0 commit comments