Crates.io | ndarray-npz |
lib.rs | ndarray-npz |
version | 0.3.0 |
source | src |
created_at | 2023-04-08 18:23:38.921501 |
updated_at | 2024-09-14 15:19:28.973656 |
description | Advanced .npz file format support for n-dimensional arrays. |
homepage | |
repository | https://github.com/qu1x/ndarray-npz |
max_upload_size | |
id | 833728 |
size | 59,960 |
Advanced .npz
file format support for ndarray
.
.npy
Filesndarray_npy
..npz
FilesNpzReader
NpzWriter
NpzViewMut
providing an NpyViewMut
for each uncompressed .npy
file within
the archiveSee the release history to keep track of the development.
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
.Copyright © 2021-2024 Rouven Spreckels rs@qu1x.dev
This project is licensed under either of
at your option.
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.