Skip to content

Tags: BiocPy/HDF5Array

Tags

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove Python 3.8 support (#15)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#10)

updates:
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.10](astral-sh/ruff-pre-commit@v0.3.7...v0.4.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jayaram Kancherla <[email protected]>

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update GitHub action to run tests across python versions (#6)

Also setup pre-commit bot and ruff configuration.

0.3.0

Toggle 0.3.0's commit message
Updated package to use chunk_grid in the latest delayedarray.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement `to_scipy_sparse_matrix` generic for h5 backed sparse arrays (

#5)

Add tests

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename package to `HDF5Array` (#4)

0.1.1

Toggle 0.1.1's commit message
Bugfix for sparse extraction with consecutive indices.

Also removed a debugging print() that was left behind.

0.1.0

Toggle 0.1.0's commit message
Run Actions on the master, not main branch.

0.0.4

Toggle 0.0.4's commit message
fix: print on verbose mode

0.0.3

Toggle 0.0.3's commit message
feat: separate classes for sparse and dense formats