Skip to content

v0.5.0

Compare
Choose a tag to compare
@mdtanker mdtanker released this 07 May 16:34
· 79 commits to main since this release

v0.5.0 (2024-05-07)

Build

  • build: make semantic release GHA need changelog success (7b7d1c4)

  • build: add make command for binder env (3b5d44e)

  • build: add optuna-integration package (fa648d5)

Chore

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

  • chore: ignore dtype in test utils sampling (f18e356)

  • chore: more specific dtypes in tests (1c587fd)

  • chore: fix test dtype issue (f16f955)

  • chore: use head commit for skip tests on docs (7f4c863)

  • chore: don't run test on docs commits [skip ci] (fedf871)

  • chore: try stopping tests only for docs (not style) (f1cf974)

  • chore: stop tests on docs/style [skip ci] (49de955)

  • chore: still trying to stop GHA running on docs / style [skip ci] (7306b35)

  • chore: add missing ")" [skip-ci] (49918e9)

  • chore: fixing skip test on certain commits [skip ci] (4dfe4cf)

  • chore: stop tests running on doc / style commits (1a9e308)

  • chore: unpin binder env (e865ddc)

  • chore: cleanup Make commands (482d95a)

  • chore: don't run tests on docs or style commits (30abcdf)

  • chore: remove pre-commit updates from changelog (f7ea9c8)

  • chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1

Bumps codecov/codecov-action from 4.3.0 to 4.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (84215b4)

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

  • chore: update pre-commit hooks

updates:

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

  • chore: update pre-commit hooks

updates:

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

  • chore: update pre-commit hooks

updates:

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

  • chore: update pre-commit hooks

updates:

  • chore(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0

Bumps codecov/codecov-action from 4.1.0 to 4.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (0098ab4)

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

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

  • chore: update pre-commit hooks

updates:

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

  • chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0

Bumps codecov/codecov-action from 4.0.1 to 4.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (8df246c)

Documentation

  • docs: remove duplicate thumbnail [skip ci] (507bd06)

  • docs: specify thumbnails (18fcac1)

  • docs: remove linkcode for API (2d2eeff)

  • docs: add links to github code for API (883c706)

  • docs: fix error in conf.py (2a7824d)

  • docs: fix links to code in API docs (7d1fa5f)

  • docs: update notebooks (a74dbee)

  • docs: add bishop gallery example (7e55c7e)

  • docs: update contrib guide (36baf37)

  • docs: update and rerun user guide notebooks (b1c572a)

  • docs: update contributing guide (761814c)

  • docs: clarify code comment (ef34f57)

  • docs: improve inversion docstrings (471a76f)

  • docs: fix pinning issue (a8f0ea1)

  • docs: pin python-semantic-release in GHA (c5b18da)

Feature

  • feat: add termination reason to inversion progress bar (0274d7b)

  • feat: add region arg to plot_inversion_topo_results (694b778)

  • feat: add DC-shift regional estimation method (2e91771)

  • feat: add scale and yoffset args to synthetic topography function (4801f33)

  • feat: add iteration progress bar to inversion (25a4e92)

  • feat: limit misfit rmse to within optional inversion region (b66d3c4)

  • feat: add dynamic convergence plot to inversion (7a5d5b2)

  • feat: add inversion_region to plot convergence (52eebdd)

  • feat: add plot_title kwarg for plot_cv_scores (3cda4e0)

  • feat: fix colorscales for inversion grav results (9218e68)

Fix

  • fix: set optuna logging level to warning (0796fef)

  • fix: make ipython optional import (ce88f1a)

  • fix: allow wiggle room for enforcing confining surfaces (7e4e0b0)

  • fix: add warning message to annulus derivative calculation (99a7ade)

  • fix: add noise to test regional eq sources (350baca)

  • fix: replace pygmt gridding with simple set_index for plotting (ebf6732)

Style