Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 |
|-------+-------------------------------------------------------------|
| ~