Author: psteitz Date: Sat Jul 2 23:47:09 2005 New Revision: 208892 URL: http://svn.apache.org/viewcvs?rev=208892&view=rev Log: Changed description of submatrix change, version reference.
Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/changes.xml?rev=208892&r1=208891&r2=208892&view=diff ============================================================================== --- jakarta/commons/proper/math/trunk/xdocs/changes.xml (original) +++ jakarta/commons/proper/math/trunk/xdocs/changes.xml Sat Jul 2 23:47:09 2005 @@ -38,9 +38,8 @@ Commons Math Release Notes</title> </properties> <body> - <release version="1.1" date="TBD" - description=" - This is a maintenance release containing bug fixes and enhancements. + <release version="1.1-RC1" date="TBD" + 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 @@ -61,7 +60,9 @@ Eliminated repeated endpoint function evalutations in BrentSolver, SecantSolver. </action> <action dev="psteitz" type="update" issue="35007" due-to="Rodrigo di Lorenzo Lopes"> - Added setSubMatrix methods to RealMatrix, BigMatrix. + Added setSubMatrix methods to RealMatrixImpl, BigMatrixImpl. To + Preserve backward compatibility with version 1.0, these methods were + not added to the RealMatrix, BigMatrix interfaces. </action> <action dev="psteitz" type="update"> Added createXIdentityMatrix methods to MatrixUtils and deprecated --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]