ndarray-npz

Crates.iondarray-npz
lib.rsndarray-npz
version0.3.0
sourcesrc
created_at2023-04-08 18:23:38.921501
updated_at2024-09-14 15:19:28.973656
descriptionAdvanced .npz file format support for n-dimensional arrays.
homepage
repositoryhttps://github.com/qu1x/ndarray-npz
max_upload_size
id833728
size59,960
Rouven Spreckels (n3vu0r)

documentation

https://docs.rs/ndarray-npz

README

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 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.

Commit count: 1

cargo fmt