sparse_npz 0.1.0

Reader and writer for SciPy sparse matrices saved in the NumPy .npz format (CSC and CSR).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sparse_npz"
version = "0.1.0"
edition = "2021"
description = "Reader and writer for SciPy sparse matrices saved in the NumPy .npz format (CSC and CSR)."
license = "Apache-2.0 OR MIT"
authors = ["Daniel Strecker"]
repository = "https://github.com/daniel-x/sparse_npz"
keywords = ["scipy", "sparse", "npz", "numpy", "csc"]

[dependencies]
zip = { version = "2", default-features = false, features = ["deflate", "zstd"] }