From e4142798eb4a90ab927161e15a414e9af888f8b8 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Tue, 16 Aug 2022 17:25:46 +0200 Subject: [PATCH] update changelog and version --- doc/changelog.rst | 7 +++++++ src/iminuit/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 34d7f33cd..c31779871 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,13 @@ Changelog ========= +2.16.0 (August 16, 2022) +------------------------ +- Fix corner case treatment of linear constraint (`#785 `_) +- Comparison with broadcasting (`#784 `_) +- Fix typing issues and enable mypy in pre-commit (`#783 `_) +- Make fixedview act as mask for other views (`#781 `_) + 2.15.2 (August 03, 2022) ------------------------ - Improve docs for minimize (`#777 `_) diff --git a/src/iminuit/version.py b/src/iminuit/version.py index 9f08155f6..cce12e696 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.2" +version = "2.16.0" # We list the corresponding ROOT version of the C++ Minuit2 library here root_version = "v6-25-02-1013-ga4bb8f3342"