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 032bf3d commit 11fc028Copy full SHA for 11fc028
docs/release.rst
@@ -37,7 +37,7 @@ Enhancements
37
38
* **New storage class for LMDB databases**. The :class:`zarr.storage.LMDBStore` class
39
enables an LMDB "Lightning" database to be used as the backing store for an array or
40
- group. @@TODO issue
+ group. :issue:`192`.
41
42
* **New storage class using a nested directory structure for chunk files**. The
43
:class:`zarr.storage.NestedDirectoryStore` has been added, which is similar to
@@ -102,6 +102,9 @@ Enhancements
102
location within the same hierarchy. By :user:`John Kirkham <jakirkham>`,
103
:issue:`191`, :issue:`193`, :issue:`196`.
104
105
+* **ZipStore is now thread-safe**; :issue:`194`, :issue:`192`.
106
+
107
108
Bug fixes
109
~~~~~~~~~
110
0 commit comments