Skip to content

Commit 197a829

Browse files
committed
EmbedStore, DictStore and TreeStore are not experimental anymore
1 parent 66b1c58 commit 197a829

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/blosc2/dict_store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ class DictStore:
8686
8787
Notes
8888
-----
89-
- The DictStore is still experimental and subject to change.
90-
Please report any issues you may find.
9189
- External persistence uses the following file extensions:
9290
.b2nd for NDArray and .b2f for SChunk.
9391
"""

src/blosc2/embed_store.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ class EmbedStore:
6464
>>> print(estore["/node1"][:])
6565
[1 2 3]
6666
67-
Notes
68-
-----
69-
The EmbedStore is still experimental and subject to change.
70-
Please report any issues you may find.
7167
"""
7268

7369
def __init__(

src/blosc2/tree_store.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ class TreeStore(DictStore):
142142
>>> sorted(list(subtree.keys()))
143143
['/child1/leaf2', '/child2', '/leaf1']
144144
145-
Notes
146-
-----
147-
The TreeStore is still experimental and subject to change.
148-
Please report any issues you may find.
149145
"""
150146

151147
# For some reason, we had to revert the explicit parametrisation of the

0 commit comments

Comments
 (0)