npy 0.1.0 copy "npy: ^0.1.0" to clipboard
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 and bool.
  • Support little and big endian.
  • Support C and Fortran order.
2
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Read and write NumPy binary files (.npy and .npz formats) in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, universal_io

More

Packages that depend on npy