Skip to content

Commit 4fe1859

Browse files
author
Leo Ji
committed
DOC: fix store migration guide: remove broken row, add LRUStoreCache note
Removes truncated table row and adds migration note for LRUStoreCache. Closes #2699. Closes #2857. Made-with: Cursor
1 parent 1e7a4e1 commit 4fe1859

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/user-guide/v3_migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

148147
A 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`

0 commit comments

Comments
 (0)