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.24.0 (August 15, 2023)
9
+ ------------------------
10
+ - Iteration limit in smart sampling to fix behavior for step functions (`#928 <https://github.com/scikit-hep/iminuit/pull/928 >`_)
11
+ - Clarify meaning of 2d contours in minuit.draw_mnmatrix (`#927 <https://github.com/scikit-hep/iminuit/pull/927 >`_)
12
+ - Support interval type and check compatibility with pydantic (`#922 <https://github.com/scikit-hep/iminuit/pull/922 >`_)
13
+
8
14
2.23.0 (July 28, 2023)
9
15
----------------------
10
16
- Fix ``CostSum.visualize `` bug (`#918 <https://github.com/scikit-hep/iminuit/pull/918 >`_)
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.23 .0"
8
+ version = " 2.24 .0"
9
9
maintainers = [
10
10
{ name = " Hans Dembinski" },
11
11
You can’t perform that action at this time.
0 commit comments