Releases: haasad/PyPardiso
Releases · haasad/PyPardiso
v0.4.6
v0.4.5
v0.4.4
v0.4.3
4 changes since v0.4.2
🚀 Features
- Add option to provide path to mkl_rt library as environment variable (#56)
🛠️ Minor Changes
- Tests: Remove assert for unsorted indices (#53)
📄 Documentation
- Show details of conda environment (#49)
🔗 Dependency Updates
- Run tests for python 3.12, create release builds with 3.9 (#57)
v0.4.2
v0.4.1
5 changes since v0.4.0
🛠️ Minor Changes
🐛 Fixes
- Always convert b to fortran array if b is not fortran contiguous (#40)
📄 Documentation
Release v0.4.0
- remove mkl-service dependency (fixes #24 and #26)
get_max_threads
andset_num_threads
methods are removed from thePyPardisoSolver
class, usemkl-service
directly if you require them
- change how the shared_library
mkl_rt
is detected to account for differences between conda and pip- also removes the psutil dependency
This is the last release with a manual changelog. The old CHANGELOG.md file can be viewed here.
Release v0.3.2
- Change requirements in setup.py to fix failing conda-forge build
Release v0.3.1
Revert to the old way of detecting the mkl_rt library on osx, since psutil doesn't work (see [#14])
Release v0.3.0
Changed how pypardiso detects the mkl_rt library to fix a breaking change on windows with mkl 2021.2.0. See #12 for details.