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