Skip to content

Commit d31fcfc

Browse files
committed
Document PathLike usage in convenience
1 parent 1cfa462 commit d31fcfc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/release.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Unreleased
66

77
This release of Zarr Python is the first release of Zarr to not support Python 3.6.
88

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+
915
.. _release_2.8.3:
1016

1117
2.8.3
@@ -16,7 +22,7 @@ Bug fixes
1622

1723
* FSStore: default to normalize_keys=False
1824
By :user:`Josh Moore <joshmoore>`; :issue:`755`.
19-
* ABSStore: compatibility with ``azure.storage.python>=12``
25+
* ABSStore: compatibility with ``azure.storage.python>=12``
2026
By :user:`Tom Augspurger <tomaugspurger>`; :issue:`618`
2127

2228

@@ -181,7 +187,7 @@ This release will be the last to support Python 3.5, next version of Zarr will b
181187

182188
* `DirectoryStore` now uses `os.scandir`, which should make listing large store
183189
faster, :issue:`563`
184-
190+
185191
* Remove a few remaining Python 2-isms.
186192
By :user:`Poruri Sai Rahul <rahulporuri>`; :issue:`393`.
187193

@@ -201,7 +207,7 @@ This release will be the last to support Python 3.5, next version of Zarr will b
201207
``zarr.errors`` have been replaced by ``ValueError`` subclasses. The corresponding
202208
``err_*`` function have been removed. :issue:`590`, :issue:`614`)
203209

204-
* Improve consistency of terminology regarding arrays and datasets in the
210+
* Improve consistency of terminology regarding arrays and datasets in the
205211
documentation.
206212
By :user:`Josh Moore <joshmoore>`; :issue:`571`.
207213

0 commit comments

Comments
 (0)