From a52b625319926adab7e3704897f972189a975b3e Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 8 Feb 2024 17:48:47 +0100 Subject: [PATCH] update version and changelog --- doc/changelog.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 9f2e931f..f9b42340 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,12 @@ Changelog ========= +2.25.1 (February 08, 2024) +-------------------------- +- Fix LeastSquares.visualize for models that accept parameter array (`#968 `_) +- Update benchmark to root-6.30 (`#967 `_) +- Improve docs for make_with_signature (`#963 `_) + 2.25.0 (January 31, 2024) ------------------------- - Approximate cdf from pdf (`#950 `_) diff --git a/pyproject.toml b/pyproject.toml index 847be720..89dd8510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" [project] name = "iminuit" description = "Jupyter-friendly Python frontend for MINUIT2 in C++" -version = "2.25.0" +version = "2.25.1" maintainers = [ { name = "Hans Dembinski" }, { email = "hans.dembinski@gmail.com" },