Releases: tatami-inc/tatami_hdf5
Releases · tatami-inc/tatami_hdf5
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Update extractors to align to the latest interfaces in tatami.
- Improved sparse extraction on the secondary dimension with some judicious caching.
- Improved primary sparse extraction of non-zero values by more carefully constructing hyperslabs.
- Renamed classes and functions to remove the "HDF5" component, as this is redundant with the name of this library. For example, we now have just
DenseMatrix
andCompressedSparseMatrix
, sans theHdf5*
prefix. - CSR/CSC layout and transposition status are now constructor arguments. This is more ergonomic for users who don't know the layout of their data at compile time.
v1.0.2
v1.0.1
Minor refactoring and performance improvements:
- Parallelize first pass through the matrix for
write_sparse_matrix_to_hdf5
- Support writing from dense matrices in
write_sparse_matrix_to_hdf5
- Enable and fix all compiler warnings
- Avoid loading indices if only values are requested for
Hdf5CompressedSparseMatrix