Releases: simpeg/pydiso
Releases · simpeg/pydiso
v0.1.2
v0.1.1
v0.1.0
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
v0.0.4
What's Changed
- Small bug in deallocating a failed Solver initialization by @jcapriot in #3
- Package maintenance by @mplough-kobold in #5
- add transpose option to solve call by @jcapriot in #6
- Add nogil declaration to _run_paradiso function by @mrocklin in #7
- update minimum cython version to 3.0 by @jcapriot in #9
- Use meson build in place of numpy distutils by @jcapriot in #12
New Contributors
- @mplough-kobold made their first contribution in #5
- @mrocklin made their first contribution in #7
Full Changelog: v0.0.3...v0.0.4