You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/05/16 14:53:34 UTC

[4/4] [math] Track changes.

Track changes.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3a03e2a6
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3a03e2a6
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/3a03e2a6

Branch: refs/heads/master
Commit: 3a03e2a6316ac27eb187ee39562bb5977a3c058e
Parents: 064f599
Author: Gilles <er...@apache.org>
Authored: Wed May 16 16:51:35 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed May 16 16:51:35 2018 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/3a03e2a6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa5227f..7ce6920 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,12 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description="">
+      <action dev="erans" type="add" issue="MATH-1459" due-to="Adrian Porter">
+        Create a way to automatically calculate a Jacobian matrix using a differentiator.
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1458" due-to="Alex Herbert">
+        "SimpsonIntegrator": Fixed iteration.
+      </action>
       <action dev="erans" type="add" issue="MATH-1426" due-to="Karl Richter">
         "DescriptiveStatistics": allow "Double[]" as initializer.
       </action>