Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@minhqdao minhqdao released this 05 Oct 09:43
· 4 commits to main since this release
  • 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.