Skip to content

Releases: ekatralis/PyKLU

v0.2.0

Choose a tag to compare

@ekatralis ekatralis released this 10 Jan 11:14

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_solve functions

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@ekatralis ekatralis released this 09 Jan 00:48

This version adds Windows support to PyKLU. When building on Windows, SuiteSparse is not built from source, but it is installed via conda and then linked with PyKLU.

v0.1.0

Choose a tag to compare

@ekatralis ekatralis released this 03 Dec 09:56

What's Changed

Full Changelog: https://github.com/ekatralis/PyKLU/commits/v0.1.0