Published June 27, 2024
| Version v1.8.3
Software
Open
emsig/emg3d: tol_gradient isfinite
Description
New hard dependency:
empymodchanged from being a soft dependency to being a hard dependency.Simulation
- A new parameter
tol_gradientcan be provided in the dictsolver_opts; by default it is set to the value oftol.tolis the value used forcompute(the forward),tol_gradientis used forgradient/jtvecandjvec(the gradient). In inversions, one can set the tolerance for the gradient often to a lower value, which saves computation time.
- A new parameter
Survey
- New attributes
isfiniteandfinite_data. Former returns the indices of the finite data, latter returns directly the finite data.
- New attributes
Electrodes
- Fixed
TxMagneticDipole-representation and improved documentation of the magnetic sources.
- Fixed
Maintenance:
Bumped the minimum requirements to:
- Python 3.9
- SciPy 1.9
- Numba 0.53
- empymod 2.3.0 (NEW requirement)
Testing: added Python 3.12, dropped Python 3.8.
Fix remaining outdated
python setup.pycommands.Many small things to keep the package updated.
Files
emsig/emg3d-v1.8.3.zip
Files
(1.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2b2cf4930da7395bd65a04cd50cefe7f
|
1.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/emsig/emg3d/tree/v1.8.3 (URL)