Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jun 21, 2022
1 parent 638684b commit 0256e25
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@
Changelog
=========

2.12.0 (June 21, 2022)
----------------------

New features
~~~~~~~~~~~~
- New cost function ``cost.BarlowBeestonLite`` for template fits with templates obtained from simulation or sWeighted data
- Formerly private chi2 utility cost functions (``cost.poisson_chi2``, etc.), are now part of public API
- Support custom grid in ``Minuit.profile``, ``iminuit.mncontour``, ``iminuit.contour``
- Handle common CL values in ``Minuit.mnprofile`` and ``Minuit.mncontour`` without scipy,

Fixes
~~~~~
- Skip tests that use ``np.float128`` on platforms where this type is not supported
- ``Minuit.valid`` now returns ``False`` if EDM is NaN
- ``subtract_min`` setting is no longer ignored by ``Minuit.draw_contour``

Documentation
~~~~~~~~~~~~~
- New study about template fits

Other
~~~~~
- More type correctness in API, better hiding of private objects in library
- Option to use external pybind11, by @henryiii
- Update to pybind11-v2.9.2, by @henryiii
- Several minor cleanups and internal tool updates, by @henryiii

2.11.2 (March 28, 2022)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/iminuit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Increase MAINTENANCE when fixing bugs without adding features
# - During development, add suffix .devN with N >= 0
# - For release candidates, add suffix .rcN with N >= 0
version = "2.11.2"
version = "2.12.0"

# We list the corresponding ROOT version of the C++ Minuit2 library here
root_version = "v6-25-01-1694-g187368db19"

0 comments on commit 0256e25

Please sign in to comment.