v0.11.0
v0.11.0 (2024-11-19)
Bug Fixes
-
Use duplicate filter on optimize for zref/density (
cc825e0
) -
Exception for trail worsening warning (
313f847
) -
Raise warnings for invalid number of splits in test train data splitting (
bcef273
) -
Raise warnings and use fallback for nan scores in eq source fitting (
ad14dc0
) -
Re-create starting topography for each fold of training constraint points in density/zref optimization. (
91ffb71
) -
Re-write long-wavelength contamination function, adding dependency
xesmf
. (335e11e
)
Chores
-
Automatically updating changelog [skip ci] (
f4af5d4
) -
Remove ruff commands and use pre-commit (
7495204
) -
Bump the actions group with 2 updates (
45e0b4a
)
Bumps the actions group with 2 updates: mamba-org/setup-micromamba and codecov/codecov-action.
Updates mamba-org/setup-micromamba
from 1 to 2 - Release notes - Commits
Updates codecov/codecov-action
from 4.5.0 to 4.6.0 - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ...
Signed-off-by: dependabot[bot] [email protected]
-
Automatically updating changelog [skip ci] (
a2c4523
) -
Bump binder env to v.0.10 (
0604561
) -
Update release checklist and make commands (
8943bd0
) -
Automatically updating changelog [skip ci] (
993f053
)
Documentation
-
Minor updates (
82210b2
) -
Rerun docs (
9f7348f
) -
Fix docstring (
b0ec481
) -
Add TLDR and conventional comments to contribute guide (
1371096
) -
Saving progress (
bdd6907
) -
Restructure to Divio system (
865983a
) -
Update some docs notebooks (
6fe1488
)
Features
-
Return fig for
plot_cv_scores
(70e4a0d
) -
Add
fname
kwarg to some plotting functions (155f645
) -
Add plotting functions for latin hypercube sampling (
2607284
) -
Add
region
parameter forregional_misfit_uncertainty
(ef5239e
) -
Add uncertainty estimate for equivalent source interpolation (
0cb4a21
) -
Allow normalizing of sampled values in latin hypercube (
b01c210
) -
Include discrete uniform distribution for LHS sampling (
7bd98e9
) -
Allow choice of
criterion
in sampling of latin hyper cube (f7e94a1
) -
Allow
weight_by=None
inmerged_stats
(d96e5c2
) -
Add normalizing functions (
bebaa67
)