Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Aug 1, 2024
1 parent 06bdc27 commit 6b8be71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 54 deletions.
53 changes: 0 additions & 53 deletions Makefile

This file was deleted.

8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Changelog
=========

2.28.0 (August 01, 2024)
------------------------
- Add name argument to all cost functions (`#1017 <https://github.com/scikit-hep/iminuit/pull/1017>`_)
- Fix leastsquares for functions with more than two arguments (`#1016 <https://github.com/scikit-hep/iminuit/pull/1016>`_)
- Drop support for python-3.8 (`#1015 <https://github.com/scikit-hep/iminuit/pull/1015>`_)
- Updating docs and links and ci for building docs (`#1014 <https://github.com/scikit-hep/iminuit/pull/1014>`_)
- Ci: try to make faster (`#996 <https://github.com/scikit-hep/iminuit/pull/996>`_)

2.27.0 (July 30, 2024)
----------------------
- Fix odr issue in type_caster (`#1013 <https://github.com/scikit-hep/iminuit/pull/1013>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "iminuit"
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
version = "2.27.0"
version = "2.28.0"
maintainers = [
{ name = "Hans Dembinski" },
{ email = "hans.dembinski@gmail.com" },
Expand Down

0 comments on commit 6b8be71

Please sign in to comment.