Skip to content

Advanced .npz file format support for n-dimensional arrays.

Notifications You must be signed in to change notification settings

qu1x/ndarray-npz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-2024 Rouven Spreckels [email protected]

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.