Updated for 1.0 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
facf275db4
commit
a403c7da89
|
@ -15,13 +15,13 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- $Revision: 1.53 $ $Date: 2004/11/07 03:41:37 $ -->
|
<!-- $Revision: 1.54 $ $Date: 2004/12/05 17:21:30 $ -->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<name>Math</name>
|
<name>Math</name>
|
||||||
<id>commons-math</id>
|
<id>commons-math</id>
|
||||||
<currentVersion>1.0-RC2</currentVersion>
|
<currentVersion>1.0</currentVersion>
|
||||||
<inceptionYear>2003</inceptionYear>
|
<inceptionYear>2003</inceptionYear>
|
||||||
<shortDescription>Jakarta Commons Math</shortDescription>
|
<shortDescription>Jakarta Commons Math</shortDescription>
|
||||||
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
<id>1.0-RC2</id>
|
<id>1.0</id>
|
||||||
<name>1.0-RC2</name>
|
<name>1.0</name>
|
||||||
</version>
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
|
|
|
@ -37,8 +37,15 @@ The <action> type attribute can be add,update,fix,remove.
|
||||||
<title>Commons Math Release Notes</title>
|
<title>Commons Math Release Notes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.0" date="2004-12-06"
|
||||||
<release version="1.0-RC2" date="2004-11-07">
|
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">
|
<action dev="psteitz" type="fix">
|
||||||
Fixed cumulative frequency and cumulative percentage problem reported
|
Fixed cumulative frequency and cumulative percentage problem reported
|
||||||
to the commons-dev list by Jon Langlois on 9/14. Integer arguments to
|
to the commons-dev list by Jon Langlois on 9/14. Integer arguments to
|
||||||
|
@ -99,15 +106,19 @@ The <action> type attribute can be add,update,fix,remove.
|
||||||
BigMatrixImpl add, multiply, solve and subtract operations.
|
BigMatrixImpl add, multiply, solve and subtract operations.
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</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">
|
<action type="add">
|
||||||
This is the first release of Commons Math. Commons Math is a library
|
This is the first release of Commons Math. Commons Math is a library
|
||||||
of lightweight, self-contained mathematics and statistics components.
|
of lightweight, self-contained mathematics and statistics components.
|
||||||
The release candidate is being made available so that users can test
|
The release candidate is being made available so that users can test
|
||||||
the release and provide feedback.
|
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>
|
</release>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue