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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T16:30:33.000Z (about 1 year ago)
- Last Synced: 2023-10-20T17:43:49.152Z (about 1 year ago)
- Topics: bqn, npy-files, numpy, numpy-arrays, serialization
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-bqn - bqn-npy
README
* Serialization and deserialization library for BQN arrays
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.** Limitations
The library only support homogeneous multidimensional arrays with the
following Numpy dtypes:| dtype | Description |
|-------+-------------------------------------------------------------|
| ~