File tree
6 files changed
+807
-722
lines changed- .github/workflows
- spectrafit
- vendor
6 files changed
+807
-722
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
+797-715
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
| |||
113 | 116 |
| |
114 | 117 |
| |
115 | 118 |
| |
116 |
| - | |
| 119 | + | |
117 | 120 |
| |
118 | 121 |
| |
119 | 122 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + |
Submodule docker-stacks updated 189 files
- .gitignore+1
- .pre-commit-config.yaml+10-9
- azure-pipelines.yml+25-28
- doc/Makefile+2
- doc/conf.py+1-1
- doc/confidence.rst+26-15
- doc/fitting.rst+36-8
- doc/index.rst+2-2
- doc/installation.rst+9-8
- doc/model.rst+192-118
- doc/sphinx/theme/sphinx13/basic_layout.html+27-20
- doc/whatsnew.rst+109-7
- examples/discuss_model_eval_uncertainty.ipynb+709
- examples/doc_confidence_chi2_maps.py+2-3
- examples/doc_model_uncertainty_pred.py+102
- examples/example_basinhopping.py+59
- examples/example_sympy.py+3-3
- lmfit/confidence.py+43-4
- lmfit/jsonutils.py+17-13
- lmfit/minimizer.py+22-37
- lmfit/model.py+215-86
- lmfit/models.py+18-13
- lmfit/parameter.py+6-4
- pyproject.toml+137
- setup.cfg-99
- tests/saved_models/sinemodel_py310_lm122.sav+1
- tests/saved_models/sinemodel_py311_lm122.sav+1
- tests/saved_models/sinemodel_py312_lm122.sav+1
- tests/test_ampgo.py+1-10
- tests/test_basinhopping.py-6
- tests/test_dual_annealing.py-8
- tests/test_model.py+171-9
- tests/test_model_saveload.py+85-18
- tests/test_model_uncertainties.py+21
- tests/test_nose.py+1-1
- tests/test_parameters.py+2-3
- tests/test_params_uvars.py+34
- tests/test_shgo.py-7
0 commit comments