File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
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
+
8
14
2.25.0 (January 31, 2024)
9
15
-------------------------
10
16
- Approximate cdf from pdf (`#950 <https://github.com/scikit-hep/iminuit/pull/950 >`_)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
5
5
[project ]
6
6
name = " iminuit"
7
7
description = " Jupyter-friendly Python frontend for MINUIT2 in C++"
8
- version = " 2.25.0 "
8
+ version = " 2.25.1 "
9
9
maintainers = [
10
10
{ name = " Hans Dembinski" },
11
11
You can’t perform that action at this time.
0 commit comments