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 Aug 16, 2022
1 parent 4575ce7 commit e414279
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Changelog
=========

2.16.0 (August 16, 2022)
------------------------
- Fix corner case treatment of linear constraint (`#785 <https://github.com/scikit-hep/iminuit/pull/785>`_)
- Comparison with broadcasting (`#784 <https://github.com/scikit-hep/iminuit/pull/784>`_)
- Fix typing issues and enable mypy in pre-commit (`#783 <https://github.com/scikit-hep/iminuit/pull/783>`_)
- Make fixedview act as mask for other views (`#781 <https://github.com/scikit-hep/iminuit/pull/781>`_)

2.15.2 (August 03, 2022)
------------------------
- Improve docs for minimize (`#777 <https://github.com/scikit-hep/iminuit/pull/777>`_)
Expand Down
2 changes: 1 addition & 1 deletion src/iminuit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - During development, add suffix .devN with N >= 0
# - For release candidates, add suffix .rcN with N >= 0
# - For beta releases, add suffix .betaN with N >= 0
version = "2.15.2"
version = "2.16.0"

# We list the corresponding ROOT version of the C++ Minuit2 library here
root_version = "v6-25-02-1013-ga4bb8f3342"

0 comments on commit e414279

Please sign in to comment.