npy 0.1.0 npy: ^0.1.0 copied to clipboard
Read and write NumPy binary files (.npy and .npz formats) in Dart.
0.1.0 #
- Initial release.
- Support loading and saving of n-dimensional arrays from and as
.npy
and (compressed).npz
files in Dart. - Support data types
float64
,float32
,int64
,int32
,int16
,int8
,uint64
,uint32
,uint16
,uint8
andbool
. - Support little and big endian.
- Support C and Fortran order.