SimPEG 0.22.2 Release Notes#
September 11th, 2024
Updates#
This patch release includes a few fixes: SciPy solvers can now be used
with newer versions of SciPy (>=1.14), we fixed a bug in one of the methods
of the Gaussian Mixture Models used in PGI, we included a fix on one of the
internal validation functions, and we also applied some minor improvements to
the documentation pages.
Contributors#
Pull Requests#
- Minor fixes to disclaimer in - pgi_utils.pyby @prisae in simpeg/simpeg#1512
- Fix misuse of the - requiresdecorator in- code_utils.pyby @prisae in simpeg/simpeg#1513
- Use lowercase simpeg in a few missing docstrings by @santisoler in simpeg/simpeg#1519 
- Pass - rtolto SciPy solvers for SciPy>=1.12 by @prisae in simpeg/simpeg#1517
- Fix - validate_ndarray_with_shapeby @prisae in simpeg/simpeg#1523
- Fix bug in GMM’s - _check_weightsby @santisoler in simpeg/simpeg#1526
