diff --git a/doc/changelog.rst b/doc/changelog.rst index e00910f9b..f495af6e1 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,11 +5,18 @@ Changelog ========= +2.18.0 (December 14, 2022) +-------------------------- +- Add more checks for gradients (`#810 `_) +- Bump pypa/cibuildwheel from 2.10.2 to 2.11.2 (`#808 `_) +- Added visualize function to minuit (`#799 `_) +- Move tutorials (`#806 `_) + 2.17.0 (September 26, 2022) --------------------------- - Add python 3.11, drop 3.6 (`#792 `_) - Add Template fitting method from Argüelles, Schneider, Yuan (`#789 `_) -- Deprecate `iminuit.cost.BarlowBeestonLite` in favour of `iminuit.cost.Template` +- Deprecate `iminuit.cost.BarlowBeestonLite` in favor of `iminuit.cost.Template` 2.16.0 (August 16, 2022) ------------------------