Skip to content

Commit 1862b7d

Browse files
committed
Revert "Document PathLike usage in convenience"
This reverts commit 7292604.
1 parent 7292604 commit 1862b7d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/release.rst

+3-9
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ 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-
159
.. _release_2.8.3:
1610

1711
2.8.3
@@ -22,7 +16,7 @@ Bug fixes
2216

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

2822

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

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

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

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

0 commit comments

Comments
 (0)