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.py
by @prisae in simpeg/simpeg#1512Fix misuse of the
requires
decorator incode_utils.py
by @prisae in simpeg/simpeg#1513Use lowercase simpeg in a few missing docstrings by @santisoler in simpeg/simpeg#1519
Pass
rtol
to SciPy solvers for SciPy>=1.12 by @prisae in simpeg/simpeg#1517Fix
validate_ndarray_with_shape
by @prisae in simpeg/simpeg#1523Fix bug in GMM’s
_check_weights
by @santisoler in simpeg/simpeg#1526