Skip to content

Commit 6b8be71

Browse files
committed
update version and changelog
1 parent 06bdc27 commit 6b8be71

File tree

3 files changed

+9
-54
lines changed

3 files changed

+9
-54
lines changed

Makefile

-53
This file was deleted.

doc/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Changelog
66
=========
77

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+
816
2.27.0 (July 30, 2024)
917
----------------------
1018
- Fix odr issue in type_caster (`#1013 <https://github.com/scikit-hep/iminuit/pull/1013>`_)

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

0 commit comments

Comments
 (0)