Changed description of submatrix change, version reference.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@208892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-07-03 06:47:09 +00:00
parent c5f0682193
commit 22bbd54444
1 changed files with 5 additions and 4 deletions

View File

@ -38,9 +38,8 @@ The <action> type attribute can be add,update,fix,remove.
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 @@ Commons Math Release Notes</title>
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