diff --git a/project.xml b/project.xml index 9c2cd67cb..82a4b2753 100644 --- a/project.xml +++ b/project.xml @@ -15,13 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 3 Math commons-math - 1.0-RC2 + 1.0 2003 Jakarta Commons Math 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. @@ -65,8 +65,8 @@ - 1.0-RC2 - 1.0-RC2 + 1.0 + 1.0 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 146865e25..561b092f1 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -37,8 +37,15 @@ The type attribute can be add,update,fix,remove. Commons Math Release Notes - - + + + Fixed error in ChiSquareTestImpl. Tables containing zeros were (incorrectly) + causing IllegalArgumentExceptions to be thrown. + + + 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 @@ The type attribute can be add,update,fix,remove. BigMatrixImpl add, multiply, solve and subtract operations. - 31713 - + 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. - + + + Fixed error in ChiSquareTestImpl. Tables containing zeros were (incorrectly) + causing IllegalArgumentExceptions to be thrown. +