File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
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 >`_)
11
12
12
13
2.31.0 (April 04, 2025)
13
14
-----------------------
14
15
- Fix qt widget sizing issues and simplify code (`#1075 <https://github.com/scikit-hep/iminuit/pull/1075 >`_)
15
16
- Minuit.interactive outside of jupyter notebooks (`#1056 <https://github.com/scikit-hep/iminuit/pull/1056 >`_)
16
17
- Add ability to pass options to scipy minimizers (`#1060 <https://github.com/scikit-hep/iminuit/pull/1060 >`_)
17
18
- 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
19
20
20
21
2.30.2 (October 12, 2024)
21
22
-------------------------
22
23
- Fix docs (`#1052 <https://github.com/scikit-hep/iminuit/pull/1052 >`_)
23
24
- Fix: use old license text (`#1050 <https://github.com/scikit-hep/iminuit/pull/1050 >`_)
24
25
- Chore: some minor updates (`#1051 <https://github.com/scikit-hep/iminuit/pull/1051 >`_)
25
26
- 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
26
28
27
29
2.30.1 (October 08, 2024)
28
30
-------------------------
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.31.1rc0 "
8
+ version = " 2.31.1 "
9
9
maintainers = [{ name = " Hans Dembinski" , email = " hans.dembinski@gmail.com" }]
10
10
readme = " README.rst"
11
11
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments