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 2004/12/05 18:21:08 UTC

cvs commit: jakarta-commons/math/xdocs changes.xml

psteitz     2004/12/05 09:21:08

  Modified:    math/xdocs changes.xml
  Log:
  Updated for 1.0 release.
  
  Revision  Changes    Path
  1.12      +16 -5     jakarta-commons/math/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	8 Nov 2004 01:38:17 -0000	1.11
  +++ changes.xml	5 Dec 2004 17:21:08 -0000	1.12
  @@ -37,8 +37,15 @@
       <title>Commons Math Release Notes</title>
     </properties>
     <body>
  -
  -    <release version="1.0-RC2" date="2004-11-07">
  +    <release version="1.0" date="2004-12-06"  
  +       description="Jakarta Commons Math 1.0 - General Availability Release">
  +      <action dev="psteitz" type="fix" due-to="Hans van der Heijden" issue="32531">
  +        Fixed error in ChiSquareTestImpl.  Tables containing zeros were (incorrectly)
  +        causing IllegalArgumentExceptions to be thrown.
  +      </action>
  +    </release>  
  +    <release version="1.0-RC2" date="2004-11-07"
  +       description="Jakarta Commons Math 1.0 - Release Candidate 2">
         <action dev="psteitz" type="fix">
           Fixed cumulative frequency and cumulative percentage problem reported
           to the commons-dev list by Jon Langlois on 9/14. Integer arguments to 
  @@ -99,15 +106,19 @@
           BigMatrixImpl add, multiply, solve and subtract operations.
         </action>
       </release>
  -    31713
       
  -    <release version="1.0-RC1" date="2004-09-07">
  +    <release version="1.0-RC1" date="2004-09-07" 
  +      description="Jakarta Commons Math 1.0 - Release Candidate 1">
         <action type="add">
           This is the first release of Commons Math. Commons Math is a library
           of lightweight, self-contained mathematics and statistics components. 
           The release candidate is being made available so that users can test
           the release and provide feedback.
  -      </action>    
  +      </action>  
  +      <action dev="psteitz" type="fix" due-to="Hans van der Heijden" issue="32531">
  +        Fixed error in ChiSquareTestImpl.  Tables containing zeros were (incorrectly)
  +        causing IllegalArgumentExceptions to be thrown.
  +      </action>  
       </release>
       
     </body>
  
  
  

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