From 562e4e5010f34486bb3c840316216b415dfe26af Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 3 Aug 2022 00:29:44 +0200 Subject: [PATCH] update version and changelog --- doc/changelog.rst | 5 +++++ src/iminuit/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index e5ac26082..34d7f33cd 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,11 @@ Changelog ========= +2.15.2 (August 03, 2022) +------------------------ +- Improve docs for minimize (`#777 `_) +- Fix for minuit.interactive when using an array-based function (`#776 `_) + 2.15.1 (July 28, 2022) ---------------------- - Fix pickling of all builtin cost functions (`#773 `_) diff --git a/src/iminuit/version.py b/src/iminuit/version.py index 86f14d877..9f08155f6 100644 --- a/src/iminuit/version.py +++ b/src/iminuit/version.py @@ -8,7 +8,7 @@ # - During development, add suffix .devN with N >= 0 # - For release candidates, add suffix .rcN with N >= 0 # - For beta releases, add suffix .betaN with N >= 0 -version = "2.15.1" +version = "2.15.2" # We list the corresponding ROOT version of the C++ Minuit2 library here root_version = "v6-25-02-1013-ga4bb8f3342"