Automatically updated by python-semantic-release with commit parsing of angular commits.
- make xesmf optional dependency (
664072a
)
- remove ruff commands and use pre-commit (
7495204
) - bump binder env to v.0.10 (
0604561
) - update release checklist and make commands (
8943bd0
)
- 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
)
- 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
)
- 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
)
- make "default" the default depth for eq sources (
6b68c2b
) - print more decimals for inversion info (
05cbda9
)
- make xesmf optional dependency (
8f3494c
)
- set ruff rule (
7cdb2b0
)
- update and rerun doc notebooks (
7285281
)
- allow passing column name for weights in create_topography (
1815139
) - add fname option to optimize functions (
1bb69b6
)
- minor changes (
338306d
) - re-write long-wavelength contamination function, adding dependency xesmf (
6e96870
) - add debug for eq source fitting (
43e2855
) - if too few points, reduce K folds until it works for fitting Splines (
5d40917
) - re-create starting topography for each fold of training constraint points in density/zref optimization (
5da58fb
) - bug for checking gravity inside topo region with density/zref cv (
e96099a
)
- add pooch and scikit-learn as dependencies (
8bebf45
)
- update binder env to
v0.9
(0307bd9
)
- update and rerun docs (
1d39529
)
- fixes error of using 1x not 4.5x default depth for eq sources (
5746851
) - enable
default
eq source depth for regional constraints (d9301a3
)
- increase min supported botorch version to include logie_candidates_func (
1491b24
) - restrict scipy to below
v1.14
until UQpy import issue is fixed (474e5b5
)
- add
constraint_style
to plotting inversion grav resutls (c062b43
)
- raise error for NaNs in gravity dataframe (
3ca5cca
) - drop nans in constraints_df in
regional_constraints
(6ee2b6b
) - add warning for missing
split_kwargs
argument (ef96fd9
) - use
copy.deepcopy()
for all dictionaries inside functions (10df82f
) warn
instead ofraise error
for constraints outside of gravity data (08a60b4
)
- manually calculate
default
eq source depth until harmonicav0.7
is released. (aeb675a
) - simplify UQpy import (
783d3dc
)
- add test deps to conda_install for testing conda releases (
c44d59b
) - update binder env to
v0.8
(8d9d294
)
- remove nptyping as dependency (
d2534d0
)
- change equivalent source param names
BREAKING CHANGE: update parameter eq_cv
->cv
in regional_eq_sources
and regional_constraints
, and use parameter cv_kwargs
to pass args to optimize_eq_source_params
(10e47ef
)
- update
utils.best_spline_cv
to pass all kwargs directly to verde.SplineCV.
BREAKING CHANGE: update parameter spline_damping
to spline_dampings
in function regional.regional_constraints
and all functions which feed into it (i.e. regional.regional_separation
) (1546d06
)
- change all equivalent source parameter variable names.
BREAKING CHANGE: please update all variables names as follows: eq_damping
-> damping
, source_depth
->depth
, eq_damping_limits
->damping_limits,
source_depth_limits->
depth_limits ([
1476e2a`](https://github.com/mdtanker/invert4geom/commit/1476e2a5233f38c4a36d3f3c7f9ba4889bf8db2e))
- overhaul
run_inversion_workflow
function to emit warnings at beginning, and enable kfolds CV for using constraints in regional separation with density/zref CV, and use better file names.
BREAKING CHANGE: removed starting_prisms_kwargs
, put density_contrast
and zef
into standard kwargs now. All regional_grav_kwargs
are now directly passed to the relavent functions, same for starting_topography_kwargs
. (a72c8a4
)
- internally calculate misfit and residual in regional estimation functions and use standardized names.
BREAKING CHANGE: The function regional_dc_shift
has been removed, please use function regional_constant
instead. Inputs to all regional functions have changed use to standardized column names. All functions will now automatically calculate the misfit and and residual, as well as the regional. (a501f54
)
- use standardized column names instead of setting with variables.
BREAKING CHANGE: To simplify the code, all instances of passing the column name for the various data type have been replace with preset names. Please update your code to use column names: gravity_anomaly
instead of parameter grav_data_column,
reginstead and parameter
regional_column. ([
a4f24ec`](https://github.com/mdtanker/invert4geom/commit/a4f24ecd3c84a9c545d13e54ad4cebf0e70794d1))
- deprecate
cross_validation.grav_optimal_parameter
in favor of new Optuna-based functionoptimization.optimize_inversion_damping
.
BREAKING CHANGE: please switch to the new function (3062ce3
)
- deprecate
cross_validation.zref_density_optimal_parameter
in favor of new Optuna-based functionoptimization.optimize_inversion_zref_density_contrast
.
BREAKING CHANGE: please switch to the new function (5059cd0
)
- add delta L2 norms to convergence plots.
BREAKING CHANGE: plot_convergence
now takes parameter params
(output dict from run_inversion) and doesn't plot iteration times. plot_dynamic_convergence
now takes parameters l2_norms
and delta_l2_norms
instead of results
. (7cbdbb3
)
- update
regional_constraints
func.
BREAKING CHANGE: parameter constraint_block_size
changed to constraints_block_size
. Instead of supplying a lists of damping values to dampings
for the verde
method, now provide a single value with parameter spline_damping
. For eq_sources
method, instead of providing limits and trial numbers, just provide single parameter values with parameters source_depth
, and eq_damping
, block_size
. (3496d5f
)
- remove unused optuna parallel functions and dependencies: joblib, psutil, and tqdm_joblib (
56c3887
) - remove
viz
optional deps and add to core deps (b152f1b
) - remove
opti
deps and include as part of core deps (a396318
) - add deprecation to deps (
dec0ec8
)
- remove broken test and decrease timeout (
3639b9c
) - remove pre-commit GHA in favor for pre-commit.ci (
865c514
) - delete unused release file (
8118b97
) - remove check-manifest from pre-commit (
71accc4
) - updates from learn-scientific-python (
65b1815
) - gitignore tmp folders (
c228cb2
) - misc small changes (
b4d247d
) - make some functions private to declutter API documentation (
e19c6f2
) - remove test optuna parallel (
a1b2477
) - ignore optuna experimental warnings (
e1fcb78
) - remove check import for psutil, joblib and tqdm_joblib (
0a3a925
) - add debug logging throughout (
70da273
) - ignore some ruff issues in notebooks (
d18e866
) - update make commands (
50f1881
) - fix failing tests (
7edfed2
) - add pickle and sqlite files to make clean (
71e897f
) - add nodefaults to testing env (
9a06f62
) - update invert4geom version in environment.yml (
7762e06
) - updates to ci.yml (
b3bb4d4
) - use micromamba for GHA test env and cache it (
481a296
) - dont run test on docs or style commits (
8b1065f
) - set min pylint version (
f36ef0f
) - update make commands (
e5bc907
) - precommit ignore doc md files (
78461c3
)
- update all doc notebooks (
4cc0b69
) - update some docstrings (
ff932dd
) - update overview and conventions (
a225f45
) - typo in contrib guide (
32a8bdf
) - add accidentally missing api files (
b0b73d9
) - update the docs (
afab24d
) - move contrib guide into docs folder (
3009e90
)
- add
uncertainty
module (3d624c7
) - add upward continuation option to eq_sources regional method (
10e4c3e
) - add back optuna parallel functions (
4d53fde
) - add non-optuna function for find best eq source damping (
3f9c6d1
) - add class for filtering duplicate log messages (
b8df17d
) - add damping value as dataarray attribute in
create_topography
(6e96f72
) - add contextmanager function to temporarily set an env variable (
b66bb59
) - update fname for inversions and CV pickle files to be simpler (
a8c3a1a
) - add buffer arg to
load_synthetic_model
(8ac6fb1
) - add checks for regional extent of gravity and constraints (
997b416
) - add fig_height kwarg to inversion plots (
40cb035
) - allow separate or combined metrics for regional hyperparameter optimizations (
973d93d
) - add function
regional_constraints_cv
to automatically perform a K-Folds cv for finding optimal parameter values for constraint point minimization (06ebe79
) - allow internal CVs for eq sources and splines for
regional_constraints
(4982cc3
) - allow internal CV in
regional_eq_sources
(24fed1a
) - add data weights to
regional_eq_sources
(e63e49d
) - add
grav_obs_height
parameter to regional_eq_sources (ed344ae
) - add function for loading all synthetic topography and gravity (
d4c8b07
) - add function for contaminating data with long-wavelength noise (
5d087a2
) - new function
optimize_inversion_zref_density_contrast_kfolds
for use constraints within the CV via an inner kfolds-CV (f596f37
) - remove default args for
optimize_eq_source_params
(df1fb14
) - add progressbar and callbacks to
optimize_eq_source_params
(7156c05
) - all passing kfolds of constraints to
optimize_inversion_zref_density_constrast
(dc17ed3
) - add plotting function for fixing hoverdata on plotly-optuna plots (
da2af82
) - add plotting function for stochastic uncertainty (
88288a9
) - new function
random_split_test_train
to randomly split data for cross validations. (3b797ab
) - add optimization for eq source params (
9a31851
) - add function to give score for regional estimations (
276da98
) - add function to convert format of test train folds dataframe (
eec2a93
) - add function for splitting data into test and train sets with several methods (
5e252f1
) - add optimization functions for all regional estimation techniques. (
7db27cc
) - add functions for optuna logback to warn about best parameter values being at limits. (
53fafc7
) - include multi-objective studies in custom optuna logback func (
89d4403
) - add
constraints_df
to plotting functions (64147bf
) - add plotting func for non-grid search 2 parameter CV (
b86ebf9
) - add
constraints_df
arg toplot_inversion_results
(57aefcc
) - allow already separated train/test sets for gravity data in run_inversion_workflow (
9fa7f27
) - add fname option to run_inversion_workflow to save results (
d393d7d
) - add option to turn off inversion progressbar (
17c6b32
) - add load_bishop_model function (
8006cf5
) - add weights option to create_topography (
17827b4
)
- ensure all dictionary
pop
calls are made on copies (1c80404
) - enable upward continuation option for CPM with equivalent source gridding (
0c23eca
) - separate cmaps for starting and ending gravity residual plots (
d6feb0e
) - explicitly save inversion results in
run_inversion_workflow
(5db892e
) - bug in eq_sources_score with too many folds (
c78354e
) - raise error if trying to get regional score from method
constraints_cv
(d35b703
) - make
dampings
required forcreate_topography
andstarting_topography_kwargs
(c3d407b
) - only plot optuna importances if >1 parameter (
ba17ed1
) - update
regional_eq_sources
to work with new param names (68f85f2
) - bug in
optimize_eq_source_params
(eb0ebbe
) - add warnings about constraints and regional separation (
c6bc503
) - add warning in run_inversion_workflow for using constraints with zref/density CV (
88e9a86
) - add assert thay run_inversion_workflow uses correct zref and density values (
5692da4
) - minor changes (
dbe8ca5
) - bug in run_inversion_workflow (
bf875f8
) - bug in
optimize_inversion_zref_density_contrast_kfolds
(8886438
) - suppress info logs for run inversionwith kfolds CV (
3bb59d2
) - suppress info logs for regional separations (
e15d3de
) - change
regional_method
tomethod
inregional_grav_kwargs
(d52f01d
) - raise error for bug in
plot_2_param_cv_scores_uneven
(7ec08e7
) - add check for regional separation scores not being nans (
e98bbfd
) - bug in regional test (
c618097
) - bug in CPM kfolds optimization (
30e6763
) - updating plotting of optuna results in
optimization
(af78985
) - add regional scores to trial user attrs in regional hyperparameter optimizations (
9ac1bdf
) - update
best_spline_cv
and use withincreate_topography
(5c3d6c5
) - raise error if index column already exists in
sample_grids
(7ca6c83
) - update optuna plotting funcs (
d3b1552
) - update
plot_2_parameter_cv_scores_unven
function (8b73d43
) - enqueue trials for value limits in
optimize_eq_source_params
(af519e0
) - add default value to source_depth in
OptimalEqSourceParams
(03b828e
) - use more startup trials in optimizing on both zref and density (
789167b
) - remove warning about using constraints for finding constant regional value in CV as it doesn't seem to affect it. (
14efcfc
) - add warning if no supplied constraints in run_inversion_workflow if doing density/zref CV (
2783ab4
) - allow no starting_prisms in
run_inversion_workflow
if doing a density/zref CV (da1674c
) - remove
data_column
fromrandom_split_test_train
and keep all non-coord columns in dataframe. (3584286
) - bug in
resample_with_test_points
, drop nans (feda68f
) - bug fixed to explicitly remove prism_layer in zref/density CV (
b70a893
) - update plotting for optuna optimization results (
f2c60c4
) - log warning if using constraints points for finding constant regional value within a zref/density CV. (
f7a135d
) - bug in
plot_2_parameter_cv_scores_uneven
(b8ca0f4
) - bug in run_inversion_workflow (
604729b
) - minor fixes to logging (
4481f5d
) - add crs parameter for
utils.nearest_grid_fill
(b2eec98
) - turn off dynamic convergence plotting during CV (
a09ad32
) - remove unnecessary
depth_type
arg for eq sources (4998705
) - add warning to run_inversion about unused weighting grid (
e2676fa
)
- clean up CPM optimization and cv. (
f873490
) - clean up zref/density CV functions (
4ecf9ec
) - log info instead of warning for params at limits (
24819a5
) - redo regional separation with optimal parameters instead of storing results as attributes (
ff369d8
) - use
run_optuna
for all optimizations to all for running in parallel. (c59f2c7
) - use
split_kwargs
in run_inversion_workflow and minor fixes (849bb39
) - move creation of regional sep studies to new function (
be30d53
) - default to separate metrics (multi-objective) for regional separation (
91b2e4b
) - update
optimize_eq_source_params
to work with recent changes (0e3ce7b
) - clean up
regional_constraints
and change default grid_method to "eq_sources" (7170ebd
) cross_validation.eq_sources_score
now passes all kwargs directly to hm.EquivalentSources class (5f9f7c6
)- consolidate optuna logging of results (
68b8dc8
) - consolidate optuna warning for best parameter values at their limits (
5a3a7d1
) - use context manager to temporarily change logging level (
c14aaca
) - minor changes to
optimization
(18f2058
) - set default of
source_depth
to 'default' inregional_eq_sources
(ee7575f
) - use pygmt instead of xarray for plotting some inversion results (
cf377b3
) - use a logger specifically for invert4geom and update all logging calls (
fa111cc
) - remove default value for
damping_cv_trials
andzref_density_cv_trials
inrun_inversion_workflow
(7dce943
) - cv score functions to return inversion results as well as scores (
15e4369
) - remove buffer from delta l2 norm line in convergence plots (
cd85659
) - rename function
plot_optuna_inversion_figures
toplot_optuna_figures
(4823cab
) - temporarily disable info-level logging in CV score functions (
f5c329d
) - use easier to understand names in
update_l2_norms
(1516795
) - change point color to gray for
plot_2_parameter_cv_scores
(ccbd4ba
) - move eq_sources_score to cross_validation module (
4def683
) - explicitly set parameters instead of kwargs for
eq_sources_score
(2a8c133
)
- auto style fixes (
f49df6d
) - minor fixes (
c8283be
) - minor fixes (
bb4ef6f
) - auto style fix (
3eb9a4d
) - pre-commit fixes (
ff4cd99
) - minor fixes (
dc23d05
) - minor fixes to files (
62e623a
) - pre-commit fixes (
e596e12
) - misc style fixes and missing imports (
7ff25a4
) - pre-commit fixes (
ea59410
)
- remove
density_contrast
parameter fromrun_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
)
- rerun the docs (
322bcc8
) - add variable density example to user guide (
bdce402
) - rerun docs (
4635876
) - add documentation to density contrast implementation (
ca96f76
) - fix error in readme (
18b67c8
) - update binder env to v0.6 (
19551d7
)
- add warnings for run_inversion_workflow (
54fc6b9
) - remove
zref
anddensity_contrast
parameters, 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
)
- typo in docstring (
d05861a
)
- (
117490c
)
- make gravity CV return inversion results
BREAKING CHANGE: first return value of grav_optimal_parameter
is ow a tuple of the inversion results. (1048295
)
- regional separation methods only take gravity df not grid.
BREAKING CHANGE: use grav_df
and grav_data_column
arguments instead of passing a grav_grid
to the various regional separation methods. (33fc5ba
)
- switch keyword argument name
BREAKING CHANGE: make sure to switch all mentions of regional_col_name
to regional_column
in your code! (a71cba1
)
- switch keyword argument for constraint points to
constraints_df
BREAKING CHANGE: all use of constraint points need to be supplied via argument constraints_df
now! (bf6cd34
)
- switch keyword argument name
BREAKING CHANGE: make sure to switch run_inversion
argument weights_after_solver
to apply_weighting_grid
and supply a xr.DataArray via parameter weighting_grid
. (444c43d
)
- switch keyword argument name from
input_grav_column
tograv_data_column
BREAKING CHANGE: make sure to switch all mentions of 'input_grav_columnto
grav_data_column in your code! ([
f864c1f`](https://github.com/mdtanker/invert4geom/commit/f864c1f0fede206b2c65f0b9ac60814e8e8011f9))
- switch keyword argument name from
input_grav
tograv_df
BREAKING CHANGE: make sure to switch all mentions of input_grav
to grav_df
in your code! (b7656ee
)
- add plotly as optional dep (
0745e2a
)
- add warning if using constraints for regional separation within zref/density CV (
0e298aa
) - allow cyclic imports (
0c8942b
) - add optuna and plotly as optional imports (
3545f71
) - update regional tests (
9994cd5
) - update tests to use
easting
andnorthing
conventions (74eed3e
) - check for valid registration type (
6fb491a
) - raise error for wrong grid fill method (
c7bc568
) - codespell ignore word (
1a8b169
) - pylint ignore changelog (
b8a7030
) - git ignore pickle and log files (
de4c738
) - add make clean command (
55fe0fa
) - fix ruff linting compatibility issue (
f82448c
) - remove comprehensive ignore of specific md files in pre-commit (
eb9b405
) - ignore md files in pre-commit prettier, ruff, blacken (
0fade3b
)
- update docstrings (
ac9753c
) - add section on conventions for
Invert4Geom
(650e4e0
) - re-run all notebooks (
a68431f
) - clarify intended use of invert4geom in README (
0817954
) - fix spacing on md files (
727c268
) - update binder env (
a6d9690
)
- add warning for global min of optimizing eq source parameters (
bbd5f10
) - add optuna optimization plotting function (
8e64289
) - add function for performing constraint CV (
96f74a0
) - updating logging in CV (
45f1f77
) - save and reload best inversion results during grav CV (
f390b7c
) - add function to run entire inversion workflow at once (
a7b87c7
) - add option to save inversion results (
db9ef36
) - add
regional_separation
function (3a8a626
) - add equivalent sources options to
regional_constraints
(264c9f5
) - add grav obs height option to
regional_constraints
(41f1a67
) - add function for creating starting topography (
32bb475
) - add option to calculate CV scores as root median or mean square (
818eed4
)
- remove numba jit decorator from
jacobian_prism
(b6166f5
) - add missing imports (
bbc4825
) - update imports (
362d79d
) - use median not RMSE for constraint point minimization (
6d1c686
) - fix warning for best_spline_cv (
abb5976
)
- update plot 2 parameter CV function (
365f5cf
) - update plot convergence function (
7efe1e7
) - update plot inversion results function (
ad2efa8
) - change default filename for
optimize_eq_source_params
(c7e4acd
) - change names for saved inversion parameters (
eaa7e55
) - remove
inversion_region
fromrun_inversion
(73c1c7c
) - misc changes to regional functions (
446260e
) - use
easting
andnorthing
as coordinate names (172b736
) - change default
regional_constraints
grid method to verde (ac1320b
) - update inversion progressbar (
d791fcb
) - update progressbar for grav CV (
1ebe1d8
) - use list of l2 norms for end_inversion (
f25e739
) - change default perc_increase_limit (
c456be8
) - explicitly create density grid (
7555f18
) - use
topo
variable for getting final topography grid (5596082
) - enable CV progressbars by default (
dc6646e
)
- automatic style fixes (
4a83bdd
)
- make semantic release GHA need changelog success (
7b7d1c4
) - add make command for binder env (
3b5d44e
) - add optuna-integration package (
fa648d5
)
- ignore dtype in test utils sampling (
f18e356
) - more specific dtypes in tests (
1c587fd
) - fix test dtype issue (
f16f955
) - use head commit for skip tests on docs (
7f4c863
) - don't run test on docs commits [skip ci] (
fedf871
) - try stopping tests only for docs (not style) (
f1cf974
) - stop tests on docs/style [skip ci] (
49de955
) - still trying to stop GHA running on docs / style [skip ci] (
7306b35
) - add missing ")" [skip-ci] (
49918e9
) - fixing skip test on certain commits [skip ci] (
4dfe4cf
) - stop tests running on doc / style commits (
1a9e308
) - unpin binder env (
e865ddc
) - cleanup Make commands (
482d95a
) - don't run tests on docs or style commits (
30abcdf
) - remove pre-commit updates from changelog (
f7ea9c8
)
- remove duplicate thumbnail [skip ci] (
507bd06
) - specify thumbnails (
18fcac1
) - remove linkcode for API (
2d2eeff
) - add links to github code for API (
883c706
) - fix error in conf.py (
2a7824d
) - fix links to code in API docs (
7d1fa5f
) - update notebooks (
a74dbee
) - add bishop gallery example (
7e55c7e
) - update contrib guide (
36baf37
) - update and rerun user guide notebooks (
b1c572a
) - update contributing guide (
761814c
) - clarify code comment (
ef34f57
) - improve inversion docstrings (
471a76f
) - fix pinning issue (
a8f0ea1
) - pin python-semantic-release in GHA (
c5b18da
)
- add termination reason to inversion progress bar (
0274d7b
) - add region arg to plot_inversion_topo_results (
694b778
) - add DC-shift regional estimation method (
2e91771
) - add scale and yoffset args to synthetic topography function (
4801f33
) - add iteration progress bar to inversion (
25a4e92
) - limit misfit rmse to within optional inversion region (
b66d3c4
) - add dynamic convergence plot to inversion (
7a5d5b2
) - add inversion_region to plot convergence (
52eebdd
) - add plot_title kwarg for plot_cv_scores (
3cda4e0
) - fix colorscales for inversion grav results (
9218e68
)
- set optuna logging level to warning (
0796fef
) - make ipython optional import (
ce88f1a
) - allow wiggle room for enforcing confining surfaces (
7e4e0b0
) - add warning message to annulus derivative calculation (
99a7ade
) - add noise to test regional eq sources (
350baca
) - replace pygmt gridding with simple set_index for plotting (
ebf6732
)
- drop python 3.8 support
BREAKING CHANGE: (77cc15d
)
- add support for Python 3.12 (
b0b058a
) - add binder env (
60f15b7
) - update pyproj specs (
e70c4bc
) - add/remove dev dependencies (
ec831f3
) - add doc dependencies (
d62d855
)
- fixing semantic release action (
cfcfdf1
) - trying to fix semantic-release action (
75cadc3
) - manually update GH action and pre-commit versions (
46d9357
) - update changelog template (
d20c603
) - delete tmp optuna file in test (
9b266aa
) - gitignore vscode settings (
ad5ab8e
) - remove unnecessary files (
74b63ae
) - list packages after install in test GHA (
35f05e5
) - include all optimization deps in testing env (
cb2f091
) - add optuna to test deps (
89e2447
) - update GHA test env (
70fcbf7
) - revert to mamba for GHA test env (
45c9b7b
) - add make command for GHA test env (
9f598bd
) - upgrade pip for GHA test env (
e89ba32
) - include setuptools in GHA test env (
aa9e569
) - fix typo in pre-commit (
b05bab5
) - ignore bib in pre-commit (
ecd6d93
) - ignore changelog template in pre-commit (
23ed7d4
) - update changelog template (
f3a3c9c
) - remove old push GHA (
9e2088d
) - replace mamba with pip for GHA test env install (
421cffe
) - rename release GHA (
32b6c3a
) - add semantic release GHA (
204c7a7
) - update pre-commit config (
e2dbcdd
) - add make commands (
98d6069
) - update RTD env and add make command (
83d4199
) - change dependa-bot updates to monthly (
3284324
) - update from antarctic-plots to polartoolkit (
16bf313
)
- rerun all user guide notebooks (
d8688f2
) - fix incorrect reference styles (
93b6cfc
) - fix bibliography references (
606c936
) - fix rtd.yml (
36376d7
) - use pip to install RTD env (
27c063a
) - switch from autodoc to autoapi (
e182bac
) - add binder link to docs (
ddb80d3
) - add reference .bib and md file (
048933e
) - update install instructions (
5c051a4
) - add a discretization user guide (
8562c06
) - move contributing guide (
8d30cda
) - enable nbgallery for user guide (
2bcc0aa
) - enable binder links (
e134b4a
)
- add plotting options to show_prism_layers (
8c1874e
)
- resolve permission denied windows error in optuna test (
1084b56
)
- pre-commit fixes (
ed6fed9
) - remove unused type ignore (
6313e7b
) - fix styling (
15d96c7
) - formatting (
ccb890c
)
- only install doc optional deps for nox (
da69dcb
)
- remove optimization deps from RTD env (
dad0330
) - fix docstring for jacobian_annular (
7b7be72
) - fix intersphinx mapping links (
1ca89af
) - add docs link to contributing file (
9d7f830
) - fixes minor issues in docs (
0bca578
) - add cover figure (
5c0d029
)
- adds encoding to open calls (
110ff36
)
- formatting (
3ab7fb3
)
- restrict xrft version
Seems to be cause issues in conda-forge feedstock, harmonica requires >= 1.0, match this (f9a17ff
)
- combine optional dependencies into
all
(d5f038b
) - add optimization optional deps (
871a870
) - alter dependency versions (
82695f5
) - add new dependencies (
8d9982c
)
- add Make changelog command (
d433a9d
) - numba-progress install from pip to conda (
59099bf
) - move changelog template location (
2bdeccb
) - fix env.yml files (
2735f09
) - seperate RTD env and testing env (
0d1621d
) - remove build api docs to ci.yml (
0bf7f87
) - add sphinx-apidoc call to ci.yml (
9d0ff3a
)
- replace
Unknown
withOther
in changelog (e7f274a
) - customize jinja changelog template (
203c1c8
) - add rst files for new modules (
b9010e5
) - add estimating regional field user guide (
7e5b69b
) - add testing instructions to contrib guide (
9c2732d
) - add module descriptions to overview (
ae7469d
) - fix some docstrings (
920e129
) - add cross_validation to pre-commit ignore (
b8e8e86
)
- add test files for all modules (
2c11f56
) - add regional module (
2d52c19
) - add optimization module (
a398e12
) - add synthetic regional field function (
aeb81b2
) - add eq_sources_score function (
6c132d8
) - add best_spline_cv function (
3965dcb
)
- optional optuna Journal import (
e0a159f
) - make optimization dep imports optional (
e7ed8a1
) - use lock_obj to fix file store for windows (
f835c74
) - replace psutil cpu affinity with new function
used a function from a stack overlow answer which is able to get cpu core numbers for many operating systems since psutil doesn't seem to work for MacOS or Windows. (f3bf61e
)
- typos and formatting (
9ce69c2
)
- add ignore option for codespell (
bc4f597
) - add semantic-release changelog template (
bc93159
) - add semantic release check to makefile (
d3bb077
)
- minor changes (
c29c742
) - new user guide notebook
adds notebook which combines damping, density, and zref cross validations, as well as using a starting model and weighting grid. (1ad026a
)
- update user guide notebooks
To run faster, this lowers the resolution of the user guide notebooks. It also adds synthetic noise to all the examples. (d63c410
)
- update some docstrings (
0bf4d7b
) - add references to docstrings (
d0357a8
) - add emojis to homepage (
eda2938
) - set nb execute to never for docs (
ef58202
) - edit the user guide notebooks (
aec1fe6
) - add cross validation api docs (
03c38d6
) - remove tqdm mapping (
088409e
)
- add 2 parameter cross validation plotting (
2d1269e
) - add contaminate function for synthetic noise (
3a1cf8d
)
- add reference level to iteration plots (
960eb44
)
- formatting (
66b0a56
)
- (
86c611b
)
- forcing a new patch (
9a73194
)
- (
2546ee4
)
- remove scm version files (
1f99c55
)
-
add zref and density args to inversion (#24)
-
fix: add zref and density args to inversion
-
fix: removes references to density and zref
-
fix: remove python 3.12 support, add test for 3.10
-
chore: specify semantic release options
-
chore: remove pypy from testing versions (
c62f189
)
- (
fb5f7b2
)
- use PAT instead of GH tocken (
f2cb0d1
)
- force version bump: (
7c46909
)
- fixing GH actions (
1517933
)
- force version bump: (
f357da5
)
- seperate push and release jobs (
2f0284a
)
- refine concurrency (
a54541f
)
- remove permission from inside steps (
42cadef
) - move environment outside of steps (
9773658
) - reconfigure cd.yml (
5fa82ed
)
- publish pypi only if tag (
1186e3e
)
- force a version increment (
8dfd424
)
- trying to fix PSR making github release (
b777890
)
- replace hynek build with PSR build (
f40cfe9
)
- create github release in cd.yml (
7b717e7
) - create github release in cd.yml (
4212fdc
) - create github release in cd.yml (
1e78ab3
) - create github release in cd.yml (
b6888dd
) - create github release in cd.yml (
65a4b93
) - create github release in cd.yml (
eb1775d
) - create github release in cd.yml (
9f08208
) - fixing cd.yml (
074739f
) - fixing cd.yml (
da6eaa6
) - fixing cd.yml (
0ae1fbe
) - fixing cd.yml (
43528b4
) - fixing cd.yml (
afa57ea
) - fixing cd.yml (
0aa148f
) - fixing cd.yml (
16b83a9
) - fixing cd.yml (
695909f
) - fixing cd.yml (
1a2fea3
) - fixing cd.yml (
32b63a3
) - fixing cd.yml (
ff243dd
) - fixing cd.yml (
276f3e2
) - fixing cd.yml (
e1084ba
) - fixing cd.yml (
c20b9ab
) - fixing cd.yml (
9957ce6
) - fix release.yml (
283b0d6
) - fixing release.yml (
498164d
) - fixing release.yml (
a30266f
)
- fake fix commit to test semantic-release (
ffcd3ed
)
- publish to pypi on all commits to main (#18) (
5b0b9f3
)
- only publish to pypi on tags (#17) (
ae9cbac
)
- manually increment version to test GA (#16) (
dc18fdb
)
- enable publish to pypi without testpypi (#15) (
c0d2969
)
- fixing release github action (#14)
manually increment version to test pypi release action is triggered (c9fc4c7
)
- still fixing release.yml (#12)
update pypi and testpypi environment name info (db9132a
)
- still fixing release.yml (#11)
refine if statements (24d3fca
)
- trying to fix release.yml (#9)
makes release.yml run on all pushes to main instead of just published pushes. (5554585
)
-
trying to fix release.yml issues (#8)
-
chore: trying to fix reseal.yml issues
-
style: pre-commit fixes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (aa8760a
)
- sets up python-semantic-release (#7)
Changes dynamic version to a manually typed version 0.1.0, and tells python-semanitc-release where this version is specified. Removes setuptools_scm. Configures semanitic-release. (612b319
)
- (
5a8ea9d
) - (
4a08da8
) - (
315f8f7
) - (
d8ece67
) - (
0304b87
) - (
9eecfea
) - (
8c5ed74
) - (
440dcf0
) - (
993ba2c
) - (
6d9b9df
) - (
4f812a3
) - (
55976da
) - (
c045ead
) - (
5fa1cd0
) - (
93b4bb6
) - (
d6a238c
) - (
9dd1e2a
) - (
5d43c41
) - (
f732336
) - (
5df4203
) - (
1dcd264
) - (
f9cda79
) - (
70b98ac
) - (
996b841
) - (
5e3226d
) - (
4004082
) - (
e329670
) - (
9a87891
) - (
b7d3849
) - (
11a397e
) - (
0746f53
) - (
8636362
) - (
6cfd46c
) - (
11ada50
) - (
ed45047
) - (
b51f180
) - (
a0884b1
) - (
a37ffff
) - (
36545a7
) - (
9541c32
) - (
0a3c520
) - (
3c97a79
) - (
7f6ac72
) - (
0cd2ed3
) - (
825941d
) - (
1ae95bd
) - (
6ad903c
) - (
6c50649
) - (
eecc95e
) - (
467a428
) - (
6f626ae
) - (
3841709
) - (
500f8f4
) - (
473e087
) - (
ad4d6a1
) - (
6b78411
) - (
809bc4d
) - (
3c4c13d
) - (
5625c13
) - (
9713502
) - (
d97006e
) - (
b2bc056
) - (
cf8d0ca
) - (
bc1e445
) - (
f51370a
) - (
5b1801b
)