Simpeg

Latest version: v0.21.1

Safety actively analyzes 627484 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

0.8.6

Use of sparse inversion for non-linear inverse problems (DC, TDEM, FDEM),
where sensitivity matrix is changing in the inversion iterations.

This can be quite expensive when sparse inversion is used, because
we need a number of iterations to make sparse inversion converged;
requires a number of call for computing sensitivity matrix.

We are doing a simple cheat here. Sparse inversion starts when Smooth inversion finishes.
So, we assume that our inversion is close to the solution, and hence sensitivity matrix does not
change that much after while updating for sparse inversion.

By passing `fix_Jmatrix=True` to `Update_IRLS`, you can fix sensitivity matrix, that is we are using the same sensitivity matrix for all sparse inversion iterations.

- review from: fourndo and lheagy
- commits from: sgkang

0.8.5

- from pr 691
- commits from lheagy
- review from sgkang

Updates
- work on simplifying the storage of the inner product matrix derivatives
- implement storage of the mu matrix derivatives

0.8.4

- originally from pr 698
- commits from: prisae
- review from: lheagy, rowanc1

`SimPEG.versions()`
- Print the versions of packages required by SimPEG
- adapted from that implemented in [empymod](https://github.com/empymod/empymod)
- Fixes 697

![selection_001](https://user-images.githubusercontent.com/8020943/41127401-192f89ec-6aab-11e8-8e03-7c7a559e1fdc.png)

![selection_002](https://user-images.githubusercontent.com/8020943/41127403-1aaa55ae-6aab-11e8-8118-fb50a1f8ac52.png)

0.8.3

- from pr 695
- commits from: lheagy
- review from: sgkang

Summary
- move the if else so that we don't have to repeat the rx if / else statement in getABMN

0.8.2

- from pr 693
- commits from sgkang
- review from lheagy

Summary
- small bug fix in indentation level of the return statement in `get_dpred` in `invProblem.py`

0.8.1

Bug fix in the L2Objective function deriv2

- From pr 692
- commits from: lheagy
- review from: rowanc1

Summary

fix deriv2 on the L2Objective function if v is None, add a test to ensure behaviour is the same if v is none and if v provided

- closes issue 686

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.