Skip to content

v2.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 04:29
· 317 commits to main since this release

v2.2.1 (2024-04-14)

Chore

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)