Releases: flatironinstitute/sparse_dot
Releases · flatironinstitute/sparse_dot
v0.8.3
Version 0.8.3
- Explicit error message when complex data is put into the QR solver
- Fix edge condition memory leak in the QR solver
v0.8.2
- Corrected ImportError on windows with oneMKL by explicitly library searching for mkl_rt.{i}.dll,
where i is between 1 and 5. That should last till 2026.
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