Releases: flatironinstitute/sparse_dot
Releases · flatironinstitute/sparse_dot
v0.8.1
Version 0.8.1
cast=True
will now cast to compatible complex floats if one array is complex and one is real
v0.8.0
Version 0.8.0
Added support for complex data types
Refactored _mkl_interface.py into a subpackage
v0.7.3
- Fixed a memory leak when a CSC matrix was multiplied by a dense matrix in column-major format
- Switched continuous integration from Travis to Github Actions
v0.7.2
v0.7.2 version increment
v0.7.1
v 0.7.1
v0.7.0
BSR support
v0.6.0
Added an out
parameter that will add a matrix multiplication to an already-allocated dense array