Releases: ekatralis/PyKLU
Releases · ekatralis/PyKLU
Release list
v0.2.0
What's Changed
This version adds complex128 support to PyKLU. This is done by extending the C API to add an additional identifier to all functions, which call the appropriate versions of KLU functions depending on whether the matrix is complex or real.
- When using a complex number, everything is promoted to
complex128. - When using a real number everything is promoted to
float64 - This version deprecates the
inplace_solvefunctions
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
What's Changed
- Initial version released on PyPI: https://pypi.org/project/PyKLU/
Full Changelog: https://github.com/ekatralis/PyKLU/commits/v0.1.0