Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlozeve/bqn-npy
Serialize and deserialize arrays in BQN to the Numpy NPY format
https://github.com/dlozeve/bqn-npy
bqn npy-files numpy numpy-arrays serialization
Last synced: about 1 month ago
JSON representation
Serialize and deserialize arrays in BQN to the Numpy NPY format
- Host: GitHub
- URL: https://github.com/dlozeve/bqn-npy
- Owner: dlozeve
- License: bsd-3-clause
- Created: 2023-10-04T11:28:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T22:03:37.000Z (3 months ago)
- Last Synced: 2024-11-13T10:49:33.483Z (3 months ago)
- Topics: bqn, npy-files, numpy, numpy-arrays, serialization
- Language: BQN
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-bqn - bqn-npy
README
* bqn-npy
This library allows to save and load BQN arrays to the binary [[https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html][NPY
format]] compatible with Numpy. It can also be used to interoperate
with Numpy.See also [[https://github.com/dlozeve/bqn-safetensors][bqn-safetensors]] for another array serialization format.
** Limitations
The library only support homogeneous multidimensional arrays with the
following Numpy dtypes:| dtype | Description |
|-------+-------------------------------------------------------------|
| ~