Skip to content

Commit a52b625

Browse files
committed
update version and changelog
1 parent dce1f63 commit a52b625

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Changelog
66
=========
77

8+
2.25.1 (February 08, 2024)
9+
--------------------------
10+
- Fix LeastSquares.visualize for models that accept parameter array (`#968 <https://github.com/scikit-hep/iminuit/pull/968>`_)
11+
- Update benchmark to root-6.30 (`#967 <https://github.com/scikit-hep/iminuit/pull/967>`_)
12+
- Improve docs for make_with_signature (`#963 <https://github.com/scikit-hep/iminuit/pull/963>`_)
13+
814
2.25.0 (January 31, 2024)
915
-------------------------
1016
- Approximate cdf from pdf (`#950 <https://github.com/scikit-hep/iminuit/pull/950>`_)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "iminuit"
77
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
8-
version = "2.25.0"
8+
version = "2.25.1"
99
maintainers = [
1010
{ name = "Hans Dembinski" },
1111
{ email = "[email protected]" },

0 commit comments

Comments
 (0)