Added notification of MATH-381 solve.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-10-01 14:16:06 +00:00
parent ef6e900827
commit cbb10701a7
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="luc" type="fix" issue="MATH-381" due-to="Pascal Parraud">
ODE step interpolation with Jacobians is now fully merged with
classical step interpolation.
</action>
<action dev="luc" type="fix" issue="MATH-380" due-to="Pascal Parraud">
Completely revamped the computation of Jacobians in ODE. This computation is now
included in the mainstream class hierarchy, not in a separate package anymore,