Skip to content

Tags: emsig/emg3d

Tags

v1.8.7

Toggle v1.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
interpdn / SciPy>=1.15 (#353)

v1.8.6

Toggle v1.8.6's commit message
Add changelog

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Forgot date (#350)

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NumPy v2 (#344)

- Update for NumPy v2 (replace np.infty by np.inf)
- Fix warnings
- Bump minimum Python to 3.10
- Bump minimum SciPy to 1.10
- No more restriction on Numba version
- Docs need new pickleshare

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.8.3 (#333)

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Maintenance and v1.8.2 (#314)

- Typo in io.convert
- Linkcheck: Exclude all doi's
- Tests: added Python 3.11, dropped Python 3.7.
- Update minimum requirements
- Simplify copyright statement
- v1.8.2

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.1 (#307)

Replace sphinx-panels by sphinx-design.

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Layered computation using empymod. (#302)

The simulation class takes new the parameters ``layered`` and ``layered_opts``, where the default values are False and None, respectively. If ``layered=True``, there will be no 3D computations. Instead, it will create a local layered (1D) model for each source-receiver pair, and compute the response using the semi-analytical code ``empymod``. In this case an eventual gradient is computed using the finite-difference method, not the adjoint-state method, perturbing each layer slightly. Layered computation is also possible through the CLI, through the new flag ``-l`` or ``--layered``, and a new section ``[layered]`` in the config file.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 v1.7.1 : Bugfix trimmed z-vector (#294)

* Fix vector-domain-seasurface
* Update workflows

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.0 CLI-clean; deprecations (#288)

* v1.7.0 Changelog
* Deprecate noise-parameters in simulation section of config file
* Deprecate expand in simulation
* Bump change of center_on_edge to v1.9.0