Skip to content

Commit e2bf551

Browse files
authored
Release 1 5 2 (#490)
1 parent 11742d5 commit e2bf551

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@
55
Changelog
66
=========
77

8+
1.5.2 (September 24, 2020)
9+
--------------------------
10+
11+
- Fixed regression of the convergence rate of Minuit.migrad for low precision cost
12+
functions by restoring a heuristic that calls Migrad several times if convergence is
13+
not reached on first try; made this heuristic configurable with `iterate` keyword
14+
- Clarify in FMin display how the EDM convergence criterion uses the EDM goal
15+
816
1.5.1 (September 20, 2020)
9-
---------------------------
17+
--------------------------
1018

1119
- Fixed mistake in "parameter at limit" warning, which did not report correctly if parameter was at the upper limit
1220

src/iminuit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)