From f732e571a21ebd206eff7d34a44760bfa25b6b0a Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 10 Jul 2025 18:11:58 +0100 Subject: [PATCH] Remove duplicate release note entries --- changes/3138.feature.rst | 1 - changes/3140.bugfix.rst | 8 -------- changes/3156.bugfix.rst | 1 - changes/3193.bugfix.rst | 2 -- changes/3195.bugfix.rst | 1 - 5 files changed, 13 deletions(-) delete mode 100644 changes/3138.feature.rst delete mode 100644 changes/3140.bugfix.rst delete mode 100644 changes/3156.bugfix.rst delete mode 100644 changes/3193.bugfix.rst delete mode 100644 changes/3195.bugfix.rst diff --git a/changes/3138.feature.rst b/changes/3138.feature.rst deleted file mode 100644 index ecd339bf9c..0000000000 --- a/changes/3138.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Adds a `with_read_only` convenience method to the `Store` abstract base class (raises `NotImplementedError`) and implementations to the `MemoryStore`, `ObjectStore`, `LocalStore`, and `FsspecStore` classes. \ No newline at end of file diff --git a/changes/3140.bugfix.rst b/changes/3140.bugfix.rst deleted file mode 100644 index 6ef83c90a5..0000000000 --- a/changes/3140.bugfix.rst +++ /dev/null @@ -1,8 +0,0 @@ -Suppress `FileNotFoundError` when deleting non-existent keys in the `obstore` adapter. - -When writing empty chunks (i.e. chunks where all values are equal to the array's fill value) to a zarr array, zarr -will delete those chunks from the underlying store. For zarr arrays backed by the `obstore` adapter, this will potentially -raise a `FileNotFoundError` if the chunk doesn't already exist. -Since whether or not a delete of a non-existing object raises an error depends on the behavior of the underlying store, -suppressing the error in all cases results in consistent behavior across stores, and is also what `zarr` seems to expect -from the store. diff --git a/changes/3156.bugfix.rst b/changes/3156.bugfix.rst deleted file mode 100644 index 64218b6707..0000000000 --- a/changes/3156.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Trying to open a StorePath/Array with ``mode='r'`` when the store is not read-only creates a read-only copy of the store. diff --git a/changes/3193.bugfix.rst b/changes/3193.bugfix.rst deleted file mode 100644 index a6e387c10c..0000000000 --- a/changes/3193.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Removed an unnecessary check from ``_fsspec._make_async`` that would raise an exception when -creating a read-only store backed by a local file system with ``auto_mkdir`` set to ``False``. \ No newline at end of file diff --git a/changes/3195.bugfix.rst b/changes/3195.bugfix.rst deleted file mode 100644 index 44a7ce9105..0000000000 --- a/changes/3195.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add missing import for AsyncFileSystemWrapper for _make_async in _fsspec.py \ No newline at end of file