Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jun 3, 2024
1 parent a2fe2ef commit d8ad88f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
Changelog
=========

2.26.0 (June 03, 2024)
----------------------
- Ci: add github artifact attestations to package distribution (`#993 <https://github.com/scikit-hep/iminuit/pull/993>`_)
- Ci: macos-latest is changing to macos-14 arm runners (`#989 <https://github.com/scikit-hep/iminuit/pull/989>`_)
- Added new tutorial on fitting correlated data (`#987 <https://github.com/scikit-hep/iminuit/pull/987>`_)
- Update to root master (`#986 <https://github.com/scikit-hep/iminuit/pull/986>`_)
- Check for odr violations and fix odr violation (`#985 <https://github.com/scikit-hep/iminuit/pull/985>`_)
- Improve comments on coverage (`#984 <https://github.com/scikit-hep/iminuit/pull/984>`_)
- Use modern ruff config & ruff fmt (`#978 <https://github.com/scikit-hep/iminuit/pull/978>`_)
- Bump the actions group with 3 updates (`#979 <https://github.com/scikit-hep/iminuit/pull/979>`_)
- Support numpy 2 (`#977 <https://github.com/scikit-hep/iminuit/pull/977>`_)

2.25.2 (February 09, 2024)
--------------------------
- Update to latest root (`#970 <https://github.com/scikit-hep/iminuit/pull/970>`_)
Expand Down
7 changes: 5 additions & 2 deletions 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.25.2"
version = "2.26.0"
maintainers = [
{ name = "Hans Dembinski" },
{ email = "[email protected]" },
Expand Down Expand Up @@ -33,7 +33,10 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
]
dependencies = ["numpy >=1.21", "typing_extensions >=3.7.4; python_version<'3.9'"]
dependencies = [
"numpy >=1.21",
"typing_extensions >=3.7.4; python_version<'3.9'",
]

[project.urls]
repository = "http://github.com/scikit-hep/iminuit"
Expand Down

0 comments on commit d8ad88f

Please sign in to comment.