v0.9.0
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
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 ofraise error
for constraints outside of gravity data (08a60b4
)