Author: psteitz
Date: Sun Jun 26 14:28:29 2005
New Revision: 201908
URL: http://svn.apache.org/viewcvs?rev=201908&view=rev
Log:
Added description for 1.1 release.
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=201908&r1=201907&r2=201908&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/changes.xml Sun Jun 26 14:28:29 2005
@@ -38,8 +38,14 @@
Commons Math Release Notes</title>
</properties>
<body>
- <release version="1.1" date="In Development"
- description= "Jakarta Commons Math 1.1 - Development">
+ <release version="1.1" 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
+ possible to replace the JDK-supplied random number generator in
+ commons-math (and elsewhere) with alternative PRNG implementations.">
<action dev="psteitz" type="fix" issue="35434" due-to="Jörg Weimar">
Changed Fraction(double) to correctly handle near-integral arguments.
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]