Releases: meyer-lab/vsparse
Releases · meyer-lab/vsparse
Release list
v0.2.0
What's Changed
- Fix/dtype narrowing by @fishidaho in #29
- Normalized view stats by @fishidaho in #31
- Metadata compression by @fishidaho in #33
- Select minor duplicate indices by @fishidaho in #35
- Chunked dual transpose by @fishidaho in #32
- Update README install instructions for PyPI by @aarmey in #38
- Benchmark suite ci by @fishidaho in #34
- Minor sums memory by @fishidaho in #30
New Contributors
- @fishidaho made their first contribution in #29
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Vcsc anndata overlay by @aarmey in #1
- Add IVCSC/IVCSR file storage format and default Blosc2+LZ4 compression by @aarmey in #2
- Add rapid IVCSR filter/normalize loader by @aarmey in #3
- Update documentation, add CI/Docs GitHub Actions, and resolve type/lint errors by @aarmey in #4
- IVCSC/IVCSR byte-packed arrays and normalized-view matmul kernels by @aarmey in #7
- Fix ImportError from removed anndata.compat.H5Group/ZarrGroup by @aarmey in #9
- Obs filter by @jjschirle in #11
- Rename project to vsparse by @aarmey in #21
- Add per-axis sum/mean/max/min and elementwise arithmetic by @aarmey in #22
- Add general fancy/boolean indexing, per-axis getnnz, and astype by @aarmey in #23
- min_cells argument to load_and_normalize() by @jjschirle in #28
- Add GitHub Actions release workflow to publish to PyPI by @aarmey in #36
- Add PyPI packaging metadata to pyproject.toml by @aarmey in #37
New Contributors
- @aarmey made their first contribution in #1
- @jjschirle made their first contribution in #11
Full Changelog: https://github.com/meyer-lab/vsparse/commits/v0.1.0