Skip to content

Commit 4e17a9d

Browse files
committed
update version and changelog
1 parent 3a90c85 commit 4e17a9d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/changelog.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@
55
Changelog
66
=========
77

8-
2.31.1rc0 (April 05, 2025)
9-
--------------------------
10-
- Fix ccache keys (`#1082 <https://github.com/scikit-hep/iminuit/pull/1082>`_)
8+
2.31.1 (April 05, 2025)
9+
-----------------------
10+
- Improve minos cl docstring (`#1085 <https://github.com/scikit-hep/iminuit/pull/1085>`_)
11+
- Fix leastsquares visualize on unsorted x-values (`#1084 <https://github.com/scikit-hep/iminuit/pull/1084>`_)
1112

1213
2.31.0 (April 04, 2025)
1314
-----------------------
1415
- Fix qt widget sizing issues and simplify code (`#1075 <https://github.com/scikit-hep/iminuit/pull/1075>`_)
1516
- Minuit.interactive outside of jupyter notebooks (`#1056 <https://github.com/scikit-hep/iminuit/pull/1056>`_)
1617
- Add ability to pass options to scipy minimizers (`#1060 <https://github.com/scikit-hep/iminuit/pull/1060>`_)
1718
- Fix normalconstraint not appearing in docs (`#1059 <https://github.com/scikit-hep/iminuit/pull/1059>`_)
18-
- Bump the actions group with 3 updates (`#1057 <https://github.com/scikit-hep/iminuit/pull/1057>`_)
19+
- Note: Release is missing on PyPI due to error in release pipeline
1920

2021
2.30.2 (October 12, 2024)
2122
-------------------------
2223
- Fix docs (`#1052 <https://github.com/scikit-hep/iminuit/pull/1052>`_)
2324
- Fix: use old license text (`#1050 <https://github.com/scikit-hep/iminuit/pull/1050>`_)
2425
- Chore: some minor updates (`#1051 <https://github.com/scikit-hep/iminuit/pull/1051>`_)
2526
- Ci: use official gha for uv (`#1048 <https://github.com/scikit-hep/iminuit/pull/1048>`_)
27+
- Note: Release is missing on PyPI due to error in release pipeline
2628

2729
2.30.1 (October 08, 2024)
2830
-------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.31.1rc0"
8+
version = "2.31.1"
99
maintainers = [{ name = "Hans Dembinski", email = "hans.dembinski@gmail.com" }]
1010
readme = "README.rst"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)