We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d58243 commit 4bf5f16Copy full SHA for 4bf5f16
docs/release.rst
@@ -127,6 +127,11 @@ Enhancements
127
* **Added support for ``datetime64`` and ``timedelta64`` data types**;
128
:issue:`85`, :issue:`215`.
129
130
+* **New LRUStoreCache class**. The class :class:`zarr.storage.LRUStoreCache` has been
131
+ added and provides a means to locally cache data in memory from a store that may be
132
+ slow, e.g., a store that retrieves data from a remote server via the network;
133
+ :issue:`223`.
134
+
135
Bug fixes
136
~~~~~~~~~
137
0 commit comments