Skip to content

Commit 8233279

Browse files
fix: 🔧 Update dependencies and fix formatting issues in documentation (#1357)
* build: ⬆️ Update dependencies * docs: 🚨 Fix formatting issues in documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: 🚨 Change order of reference and footnotes Change order of reference and footnotes for avoiding issues with `prettier` and difference in linting between local and as ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: ♻️ Change order of comment of `Printout` Updated the printout of the fit parameters in the output file to use the `True/False` format instead of the numerical values `[0, 1, 2]`. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 692b505 commit 8233279

File tree

3 files changed

+38
-48
lines changed

3 files changed

+38
-48
lines changed

docs/changelogs/v0.x.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ https://github.com/Anselmoo/spectrafit/compare/v0.16.5...v0.16.6
13891389
---
13901390

13911391
- Introduced smaller enhancement:
1392-
- Printout of the fit parameters in the output file: True/False &#8594; [0,
1392+
- Printout of the fit parameters in the output file: `True/False` &#8594; [0,
13931393
1, 2]
13941394
- Keyword check for `SpectraFit`
13951395
- Fix smaller bugs:

docs/doc/statistics.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ sp.solver_model(
320320
)
321321
```
322322

323+
[^1]: requires a strictly postive `y_true` and `y_pred` array
324+
325+
[^2]: requires `sklearn >= 1.1.2`
326+
323327
[1]: https://en.wikipedia.org/wiki/Goodness_of_fit
324328
[2]: https://lmfit.github.io/lmfit-py/fitting.html?highlight=goodness
325329
[3]: https://en.wikipedia.org/wiki/Chi-squared_test
@@ -359,7 +363,3 @@ sp.solver_model(
359363
[23]:
360364
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
361365
[24]: https://jupyter.org/
362-
363-
[^1]: requires a strictly postive `y_true` and `y_pred` array
364-
365-
[^2]: requires `sklearn >= 1.1.2`

poetry.lock

+33-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)