File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ The following stores have been renamed or changed:
142142| `DirectoryStore` | [`zarr.storage.LocalStore` ][] |
143143| `FSStore` | [`zarr.storage.FsspecStore` ][] |
144144| `TempStore` | Use [`tempfile.TemporaryDirectory` ][] with [`LocalStore` ][zarr.storage.LocalStore] |
145- | `zarr.
146145
147146
148147A number of deprecated stores were also removed.
@@ -152,6 +151,9 @@ See issue #1274 for more details on the removal of these stores.
152151 N5 formatted data.
153152- `ABSStore` - use the [`zarr.storage.FsspecStore` ][] instead along with fsspec' s
154153 [adlfs backend](https:// github.com/ fsspec/ adlfs).
154+ - `LRUStoreCache` - no direct equivalent in Zarr- Python 3 . Caching behaviour can be
155+ achieved by wrapping a store with a third- party caching layer, or by using an
156+ `FsspecStore` with a caching filesystem (e.g. `fsspec.implementations.caching` ).
155157- `DBMStore`
156158- `LMDBStore`
157159- `SQLiteStore`
You can’t perform that action at this time.
0 commit comments