Skip to content

v0.0.16

Compare
Choose a tag to compare
@pnkraemer pnkraemer released this 27 May 10:19
· 33 commits to main since this release
cb86c32

This release reorganises the API without adding/removing functionality.
Stochastic trace estimation is available through stochtrace.py instead of hutchinson.py (the functionality remains the same).
Matrix-function functionality has been moved to dedicated modules funm.py and stochtrace_funm.py and polynomial.py as well as lanczos.funm_vector_product have been moved there. All functionality remains.
Matrix-free matrix decompositions (Lanczos, bidiagonalisation, ...) are now in decomp.py instead of lanczos.py (which has been removed).

Some functions and variables have been renamed.

This change breaks existing code. To learn how to update to this new look, consult the API documentation under https://pnkraemer.github.io/matfree/ and the changelogs below.

What's Changed

Full Changelog: v0.0.15...v0.0.16