v2.2.1
v2.2.1 (2024-04-14)
Chore
- (deps) pin lmfit<1.3.0 (
915fc60
)
Documentation
-
rephrase some docstrings (
e67597c
) -
add link to changelog (
fbb6d32
) -
add ipywidgets as requirement (
41024eb
) -
temporarily pin lmfit<1.3.0 to build docs (
6b86ac2
)
Fix
-
(fit) add sigma and amplitude expressions to MultiPeakModel parameters (
3f6ba5e
) -
(fit.minuit) properly handle parameters constrained with expressions (
d03f012
)
Refactor
-
set informative model name for MultiPeakModel (
d14ee9d
) -
add gaussian and lorentzian for consistency (
07c0dfb
)
Test
- add tests for fit models (
3f9125c
)