numpy
NumpyArrayStore(path, mode='r', disk_format=DiskFormat.NPZ, **kwargs)
¶
Bases: ArrayStore
In-memory array store using NumPy arrays in a flat dict keyed by hierarchical paths.
Paths use '/' to denote nested logical structure but are stored as flat keys.