Skip to content

Commit

Permalink
release 1.4.2 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Jun 14, 2020
1 parent b8b40a2 commit e1d6f5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
Changelog
=========

1.4.2 (June, 14, 2020)
----------------------

Hot-fix release to correct an error in `Minuit.merrors` indexing.

Documentation
~~~~~~~~~~~~~
- New tutorial about using Numba to parallelize and jit-compile cost functions

1.4.1 (June, 13, 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.1"
__version__ = "1.4.2"

0 comments on commit e1d6f5a

Please sign in to comment.