Skip to content

v0.9.0

Compare
Choose a tag to compare
@mdtanker mdtanker released this 10 Aug 05:27
· 69 commits to main since this release

v0.9.0 (2024-08-10)

Build

  • build: increase min supported botorch version to include logie_candidates_func (1491b24)

  • build: restrict scipy to below v1.14 until UQpy import issue is fixed (474e5b5)

Chore

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

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

  • chore: fix binder env (1066cc6)

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

  • chore: update binder env (bf45857)

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

Documentation

  • docs: fix notebook error (f7783e2)

  • docs: unindent docstring (e0715d6)

Feature

  • feat: add constraint_style to plotting inversion grav resutls (c062b43)

Fix

  • fix: raise error for NaNs in gravity dataframe (3ca5cca)

  • fix: drop nans in constraints_df in regional_constraints (6ee2b6b)

  • fix: add warning for missing split_kwargs argument (ef96fd9)

  • fix: use copy.deepcopy() for all dictionaries inside functions (10df82f)

  • fix: warn instead of raise error for constraints outside of gravity data (08a60b4)

Refactor

  • refactor: manually calculate default eq source depth until harmonica v0.7 is released. (aeb675a)

  • refactor: simplify UQpy import (783d3dc)