You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/12/20 18:08:20 UTC

svn commit: r358039 - in /jakarta/commons/proper/math/trunk: project.xml xdocs/changes.xml xdocs/navigation.xml

Author: psteitz
Date: Tue Dec 20 09:08:16 2005
New Revision: 358039

URL: http://svn.apache.org/viewcvs?rev=358039&view=rev
Log:
Updated to reflect 1.1 release.

Modified:
    jakarta/commons/proper/math/trunk/project.xml
    jakarta/commons/proper/math/trunk/xdocs/changes.xml
    jakarta/commons/proper/math/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/math/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/project.xml?rev=358039&r1=358038&r2=358039&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/project.xml (original)
+++ jakarta/commons/proper/math/trunk/project.xml Tue Dec 20 09:08:16 2005
@@ -90,6 +90,21 @@
       <name>1.1</name>
       <tag>MATH_1_1_RC3</tag>
     </version>
+    <version>
+      <id>1.1-RC4</id>
+      <name>1.1</name>
+      <tag>MATH_1_1_RC4</tag>
+    </version>
+    <version>
+      <id>1.1-RC5</id>
+      <name>1.1</name>
+      <tag>MATH_1_1_RC5</tag>
+    </version>
+    <version>
+      <id>1.1</id>
+      <name>1.1</name>
+      <tag>MATH_1_1</tag>
+    </version>
   </versions>
   <developers>
     <developer>

Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/changes.xml?rev=358039&r1=358038&r2=358039&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/changes.xml Tue Dec 20 09:08:16 2005
@@ -39,17 +39,33 @@
   </properties>
   <body>
     <release version="1.2" date="TBD">
-      <action dev="psteitz" type="add" due-to="Xiaogang Zhang">
-       Added Trapeziod, Simpson, Romberg numerical integration.
-       </action>
     </release>
-    <release version="1.1" date="TBD"  
+    <release version="1.1" date="2005-12-17"  
  description="This is a maintenance release containing bug fixes and enhancements.
        All API changes are binary compatible with version 1.0. The enhancements 
        include some new probability distributions, a Fraction class, new matrix
        and numerical utilities, and a PRNG pluggability framework making it
        possible to replace the JDK-supplied random number generator in
        commons-math (and elsewhere) with alternative PRNG implementations.">
+      <action dev="psteitz" type="fix" issue="36491">
+        Made NewtonSolver derivative field transient and implemented readObject to
+        initialize.
+      </action>
+      <action dev="psteitz" type="fix" issue="36491">
+       Made sampleStats field private and changed getUpperBounds to return a fresh
+       copy in EmpiricalDistributionImpl.
+      </action>
+      <action dev="psteitz" type="update">
+        Added polar2Complex method to ComplexUtils to create Complex numbers
+        from polar representations.
+      </action>
+      <action dev="psteitz" type="fix" issue="37162" due-to="Elliotte Harold">
+        Made all serialVersionUIDs private.
+      </action> 
+      <action dev="psteitz" type="fix" issue="37086">
+        Improved documentation and test cases related to handling of infinite
+        and NaN values in Complex, ComplexUtils classes. 
+      </action> 
       <action dev="psteitz" type="fix" issue="37019" due-to="Mauro Talevi">
         Fixed incorrect NaN handling in o.a.m.s.d.rank.Min, Max
       </action>
@@ -78,7 +94,7 @@
       <action dev="psteitz" type="fix" issue="36450" due-to="Keith McDonald">
 		Fixed bin index overflow problem in EmpiricalDistributionImpl.
 	  </action>
-          <action dev="brentworden" type="fix" issue="36232" due-to="Xiaogang Zhang">
+	  <action dev="brentworden" type="fix" issue="36232" due-to="Xiaogang Zhang">
         Added protection against numerical overflow and underflow in the
         isBracketing method.
 	  </action>
@@ -136,7 +152,6 @@
         1.0 classes should be backward compatible (including serialization).
       </action>
       <action dev="psteitz" type="update" due-to="C. Scott Ananian">
-        Ported numerics improvements in commons lang Fraction implementation.
         Added utility methods for overflow-checked integer arithmetic and
         improved gcd method in MathUtils.
       </action>

Modified: jakarta/commons/proper/math/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/navigation.xml?rev=358039&r1=358038&r2=358039&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/navigation.xml Tue Dec 20 09:08:16 2005
@@ -38,7 +38,7 @@
       <item name="Developers Guide"        href="/developers.html"/>
       <item name="Javadoc (1.0 release)"   href="http://jakarta.apache.org/commons/math/api-1.0/index.html"/>
       <item name="Javadoc (1.1 release)"   href="http://jakarta.apache.org/commons/math/api-1.1/index.html"/>
-      <item name="Javadoc (1.2-dev)"       href="apidocs/index.html"/>
+      <item name="Javadoc (1.2-SNAPSHOT)"       href="apidocs/index.html"/>
       <item name="Source Repository (current)"  
        href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/>
       <item name="Wiki (Wish List)"  



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org