File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
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
+
8
16
1.5.1 (September 20, 2020)
9
- ---------------------------
17
+ --------------------------
10
18
11
19
- Fixed mistake in "parameter at limit" warning, which did not report correctly if parameter was at the upper limit
12
20
Original file line number Diff line number Diff line change 1
- __version__ = "1.5.1 "
1
+ __version__ = "1.5.2 "
You can’t perform that action at this time.
0 commit comments