Skip to content

Releases: simpeg/pydiso

v0.1.2

11 Oct 22:34
c62eab6
Compare
Choose a tag to compare

v0.1.1

11 Oct 18:39
8ef072a
Compare
Choose a tag to compare

A small bugfix release allowing sparse matrices that are not csr or csc to be passed successfully.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Sep 16:21
24fa212
Compare
Choose a tag to compare

What's Changed

Reconfigured the package, splitting the items required to be in cython and those that only required python, allowing for a less repetitive cython interface (depending on the MKL_INT size at build time).

I've also determined the source of the issues regarding the MKL 2024 runtime issues on windows. In general we recommend explicitly using the MKL as your BLAS library when using pydiso (certainly on windows).

Full Changelog: v0.0.5...v0.1.0

v0.0.5

20 Mar 17:59
79c4103
Compare
Choose a tag to compare

What's Changed

  • Explicitly release the GIL on calls to the pardiso by @jcapriot in #14
  • Provide token to codecov uploader by @jcapriot in #15

Full Changelog: v0.0.4...v0.0.5

v0.0.4

13 Mar 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4