#array #ndarray #file-format #npz #numpy #npy

ndarray-npz

Advanced .npz file format support for n-dimensional arrays

1 unstable release

0.1.0 Apr 8, 2023

#1873 in Parser implementations

MIT/Apache

43KB
603 lines

ndarray-npz

Build Documentation Downloads Version Rust License

Advanced .npz file format support for ndarray.

Accessing .npy Files

Accessing .npz Files

  • Reading: NpzReader
  • Writing: NpzWriter
  • Immutable viewing (primarily for use with memory-mapped files):
  • Mutable viewing (primarily for use with memory-mapped files):

Releases

See the release history to keep track of the development.

Features

Both features are enabled by default.

  • compressed: Enables zip archives with deflate compression.
  • num-complex-0_4: Enables complex element types of crate num-complex.

License

Copyright © 2021-2023 Rouven Spreckels rs@qu1x.dev

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5MB
~99K SLoC