Skip to content

Commit c0e3e57

Browse files
committed
update changelog and version
1 parent f8033ee commit c0e3e57

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.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+
814
2.23.0 (July 28, 2023)
915
----------------------
1016
- Fix ``CostSum.visualize`` bug (`#918 <https://github.com/scikit-hep/iminuit/pull/918>`_)

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.23.0"
8+
version = "2.24.0"
99
maintainers = [
1010
{ name = "Hans Dembinski" },
1111
{ email = "[email protected]" },

0 commit comments

Comments
 (0)