File tree 3 files changed +9
-54
lines changed
3 files changed +9
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
8
+ 2.28.0 (August 01, 2024)
9
+ ------------------------
10
+ - Add name argument to all cost functions (`#1017 <https://github.com/scikit-hep/iminuit/pull/1017 >`_)
11
+ - Fix leastsquares for functions with more than two arguments (`#1016 <https://github.com/scikit-hep/iminuit/pull/1016 >`_)
12
+ - Drop support for python-3.8 (`#1015 <https://github.com/scikit-hep/iminuit/pull/1015 >`_)
13
+ - Updating docs and links and ci for building docs (`#1014 <https://github.com/scikit-hep/iminuit/pull/1014 >`_)
14
+ - Ci: try to make faster (`#996 <https://github.com/scikit-hep/iminuit/pull/996 >`_)
15
+
8
16
2.27.0 (July 30, 2024)
9
17
----------------------
10
18
- Fix odr issue in type_caster (`#1013 <https://github.com/scikit-hep/iminuit/pull/1013 >`_)
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.27 .0"
8
+ version = " 2.28 .0"
9
9
maintainers = [
10
10
{ name = " Hans Dembinski" },
11
11
You can’t perform that action at this time.
0 commit comments