Skip to content

Commit

Permalink
update of changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jul 11, 2020
1 parent 9114fb8 commit 9fb9ace
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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
=========

1.4.6 (July, 11, 2020)
----------------------

- Update to Minuit2 C++ code to ROOT v6.23-01
- Fixed open issue where iminuit reported a valid fit for cost function
that has only a maximum, not a minimum
- loss function in iminuit.cost.LeastSquares is now mutable
- cost functions in iminuit.cost now support value masks
- Documentation improvements
- Fixed a deprecation warning in `Minuit.mnprofile`
- binder now uses wheels instead of compiling current iminuit

1.4.5 (June, 25, 2020)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/iminuit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.5"
__version__ = "1.4.6"

0 comments on commit 9fb9ace

Please sign in to comment.