https://github.com/qu1x/ndarray-npz

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

https://github.com/qu1x/ndarray-npz

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: qu1x
  • Language: Rust
  • Default Branch: main
  • Size: 25.4 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 6
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

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-2025 Rouven Spreckels rs@qu1x.dev

This project is licensed under either of

  • Apache License, Version 2.0, (LICENSES/Apache-2.0 or https://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSES/MIT or https://opensource.org/licenses/MIT)

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.

Owner

  • Name: Qu1x
  • Login: qu1x
  • Kind: organization

GitHub Events

Total
  • Release event: 3
  • Push event: 4
  • Fork event: 1
  • Create event: 2
Last Year
  • Release event: 3
  • Push event: 4
  • Fork event: 1
  • Create event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rouven Spreckels rs@q****v 8
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cargo 4,951 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
crates.io: ndarray-npz

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

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,951 Total
Rankings
Dependent repos count: 29.0%
Dependent packages count: 34.3%
Forks count: 40.2%
Stargazers count: 47.1%
Average: 49.9%
Downloads: 98.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/build.yml actions
  • actions-rs/cargo v1 composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v2 composite
Cargo.toml cargo
  • aligned-vec 0.5 development
  • memmap2 0.5.10 development
  • crc32fast 1.3.2
  • ndarray 0.15.6
  • ndarray-npy 0.8.1
  • zip 0.6.4