Releases: simpeg/pymatsolver
Releases · simpeg/pymatsolver
v0.3.1
v0.3.0
What's Changed
- test on python 3.10 by @lheagy in #37
- cleanup tests by @jcapriot in #38
- Typo in documentation by @rowanc1 in #40
- Remove Travis badge from README.rst by @lheagy in #44
- Fix CI by @mplough-kobold in #46
- Add mumps solver by @jcapriot in #43
- Remove nosetest and convert tests to pytest by @mplough-kobold in #47
- Refactor base class by @jcapriot in #48
- Switch to pyproject.toml based install by @jcapriot in #49
- Add conjugate solve by @jcapriot in #50
New Contributors
- @mplough-kobold made their first contribution in #46
Full Changelog: v0.2.0...v0.3.0
mkl fallback
This should work better when mkl is not available.
Version updates to PyMKL
The version that was pushed to PyPI was incorrect, causing problems in the pip install. This has now been fixed.
Mumps & Setup
I have brought back mumps and also updated the library substantially. Organized into more reasonable folders and improved the setup.py
experience.
pypi
- Removed mumps (https://github.com/rowanc1/pymatsolver-mumps)
- Shortened names of Solvers
- Added splu, cg and sp from scipy solvers