Author: luc
Date: Sat Nov 20 22:02:55 2010
New Revision: 1037343

URL: http://svn.apache.org/viewvc?rev=1037343&view=rev
Log:
removed the ode.jacobians package
Jira: MATH-380

Removed:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/
Modified:
    commons/proper/math/trunk/src/site/xdoc/changes.xml

Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1037343&r1=1037342&r2=1037343&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sat Nov 20 22:02:55 2010
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
     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-380">
+        Removed the ode.jacobians package.
+      </action>
       <action dev="erans" type="update" issue="MATH-440">
         Removed classes "FunctionEvaluationException", "MatrixVisitorException"
         and "DerivativeException" (superseded by the new "MathUserException").
@@ -105,6 +108,11 @@ The <action> type attribute can be add,u
       </action>
     </release>
     <release version="2.2" date="TBD" description="TBD">
+      <action dev="luc" type="fix" issue="MATH-380">
+        Deprecated the whole ode.jacobians package. It is clumsy and difficult 
to use. It will
+        be replaced by a completely rewritten implementation in 3.0, which 
will be more tightly
+        bound to the top level ode package
+      </action>
       <action dev="luc" type="fix" issue="MATH-426" due-to="Erik van Ingen">
         Added a normalization feature to transform samples so they have zero 
mean and unit standard deviation
       </action>


Reply via email to