File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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__ (
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments