Backport tracking.
This commit is contained in:
parent
34646ec9b5
commit
bdc329db9e
|
@ -54,7 +54,7 @@ If the output is not quite correct, check for invisible trailing spaces!
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="4.0" date="XXXX-XX-XX" description="">
|
<release version="4.0" date="XXXX-XX-XX" description="">
|
||||||
<action dev="erans" type="fix" issue="MATH-1295" due-to="Luke Lindsay">
|
<action dev="erans" type="fix" issue="MATH-1295" due-to="Luke Lindsay"> <!-- backported to 3.6 -->
|
||||||
Increased default value for number of allowed evaluations in
|
Increased default value for number of allowed evaluations in
|
||||||
"o.a.c.m.optim.univariate.BracketFinder".
|
"o.a.c.m.optim.univariate.BracketFinder".
|
||||||
</action>
|
</action>
|
||||||
|
@ -74,10 +74,10 @@ If the output is not quite correct, check for invisible trailing spaces!
|
||||||
<action dev="oertl" type="fix" issue="MATH-1269"> <!-- backported to 3.6 -->
|
<action dev="oertl" type="fix" issue="MATH-1269"> <!-- backported to 3.6 -->
|
||||||
Fixed FastMath.exp that potentially returned NaN for non-NaN argument.
|
Fixed FastMath.exp that potentially returned NaN for non-NaN argument.
|
||||||
</action>
|
</action>
|
||||||
<action dev="luc" type="add"> <!-- backported to 3.6 -->
|
<action dev="luc" type="add"> <!-- backported to 3.6 -->
|
||||||
Added a nth order Brent solver for general real fields, replacing the former
|
Added a nth order Brent solver for general real fields, replacing the former
|
||||||
solver that was restricted to Dfp fields only.
|
solver that was restricted to Dfp fields only.
|
||||||
</action>
|
</action>
|
||||||
<action dev="erans" type="add" issue="MATH-1286"> <!-- backported to 3.6 -->
|
<action dev="erans" type="add" issue="MATH-1286"> <!-- backported to 3.6 -->
|
||||||
New "Range" inner class of "o.a.c.m.util.IntegerSequence".
|
New "Range" inner class of "o.a.c.m.util.IntegerSequence".
|
||||||
</action>
|
</action>
|
||||||
|
|
Loading…
Reference in New Issue