Skip to content

v0.7.0

Compare
Choose a tag to compare
@mdtanker mdtanker released this 26 Jun 13:52
· 208 commits to main since this release

v0.7.0 (2024-06-26)

Breaking

  • fix: remove density_contrast parameter from run_inversion and extract contrast instead

BREAKING CHANGE: the run_inversion function now doesn't take density_contrast parameter, please remove these parameters from your code! (2883c25)

Build

  • build(deps): bump codecov/codecov-action from 4.3.1 to 4.5.0

Bumps codecov/codecov-action from 4.3.1 to 4.5.0.


updated-dependencies:

  • dependency-name: codecov/codecov-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (f248498)

Chore

  • chore: automatically updating changelog [skip ci] (7f916a5)

  • chore: automatically updating changelog [skip ci] (9525318)

  • chore: automatically updating changelog [skip ci] (a6b0911)

  • chore: add codecov token (9d27f1b)

  • chore: automatically updating changelog [skip ci] (1a163ef)

  • chore: automatically updating changelog [skip ci] (c4ee971)

  • chore: pre-commit autoupdate to monthly (00189aa)

  • chore: automatically updating changelog [skip ci] (2736914)

  • chore: automatically updating changelog [skip ci] (50a3a40)

  • chore: update pre-commit hooks

updates:

Documentation

  • docs: rerun the docs (322bcc8)

  • docs: add variable density example to user guide (bdce402)

  • docs: rerun docs (4635876)

  • docs: add documentation to density contrast implementation (ca96f76)

  • docs: fix error in readme (18b67c8)

  • docs: update binder env to v0.6 (19551d7)

Fix

  • fix: add warnings for run_inversion_workflow (54fc6b9)

  • fix: remove zref and density_contrastparameters, extract from prism layer instead

BREAKING_CHANGE: make sure to remove all zref and density_contrast parameters from the following functions: run_inversion, grav_cv_score, constraints_cv_score. (f995f00)

Style

  • style: typo in docstring (d05861a)

Unknown

  • Fix Small Bug with non-constant density contrast

Update update_prisms_ds for dealing with non-constant density contrast (117490c)