2004-09-19 22:48:03 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
2006-11-29 07:06:35 +00:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
2004-09-19 22:48:03 +00:00
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!--
|
|
|
|
This file is used by the maven-changes-plugin to generate the release notes.
|
|
|
|
Useful ways of finding items to add to this file are:
|
|
|
|
|
|
|
|
1. Add items when you fix a bug or add a feature (this makes the
|
|
|
|
release process easy :-).
|
|
|
|
|
|
|
|
2. Do a bugzilla search for tickets closed since the previous release.
|
|
|
|
|
|
|
|
3. Use the report generated by the maven-changelog-plugin to see all
|
|
|
|
CVS commits. Set the project.properties' maven.changelog.range
|
|
|
|
property to the number of days since the last release.
|
|
|
|
|
|
|
|
|
|
|
|
The <action> type attribute can be add,update,fix,remove.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<document>
|
|
|
|
<properties>
|
2005-06-26 19:26:00 +00:00
|
|
|
<title>
|
|
|
|
Commons Math Release Notes</title>
|
2004-09-19 22:48:03 +00:00
|
|
|
</properties>
|
|
|
|
<body>
|
2005-12-22 21:16:32 +00:00
|
|
|
<release version="1.2-SNAPSHOT" date="TBD">
|
2007-08-16 20:36:33 +00:00
|
|
|
<action dev="luc" type="fix">
|
|
|
|
Fixed numerous warnings in test code.
|
|
|
|
</action>
|
2007-05-08 18:16:52 +00:00
|
|
|
<action dev="luc" type="fix" issue="MATH-156" due-to="Tyler Ward">
|
|
|
|
Use the initial guess provided by the user in BrentSolver.solve(), thus
|
|
|
|
improving speed.
|
|
|
|
</action>
|
2007-08-16 20:36:33 +00:00
|
|
|
<action dev="luc" type="add">
|
2007-03-13 20:26:49 +00:00
|
|
|
Added the estimation optimization, geometry and ode package from the
|
|
|
|
Mantissa library.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-18" due-to="Phil Steitz">
|
2006-01-03 16:47:38 +00:00
|
|
|
Made ComplexFormat format double values with a provided NumberFormat
|
|
|
|
instance instead of using the real part format for all values.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-120" due-to="Todd C. Parnell">
|
2006-02-26 16:14:03 +00:00
|
|
|
Added Pascal distribution implementation.
|
|
|
|
</action>
|
2006-06-05 01:28:04 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-148" due-to="Joni Salonen">
|
|
|
|
Added QR Decomposition.
|
|
|
|
</action>
|
2006-06-05 03:06:52 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-60" due-to="Nhung Nnguyen">
|
|
|
|
Modified ProperFractionFormat to reject embedded minus signs.
|
|
|
|
</action>
|
2006-07-04 08:09:25 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-151" due-to="Luc Maisonobe">
|
|
|
|
Added a nextAfter method in MathUtils to return the next
|
|
|
|
machine-representable number in a specified direction from a given
|
|
|
|
floating point number. Used this to ensure that MathUtils.round does
|
|
|
|
not return incorrect results for numbers with bad IEEE754
|
|
|
|
representations.
|
|
|
|
</action>
|
2006-07-06 04:47:23 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-140" due-to="Xiaogang Zhang">
|
2006-07-04 20:58:54 +00:00
|
|
|
Added Fast Fourier Transform implementation.
|
|
|
|
</action>
|
2006-07-06 05:10:49 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-85" due-to="Mark Osborn, Luc Maisonobe">
|
|
|
|
Modified getSumSquaredErrors method in SimpleRegression to always
|
|
|
|
return a non-negative result.
|
|
|
|
</action>
|
2007-04-05 15:19:57 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-153" due-to="Remi Arntzen">
|
|
|
|
Corrected nextInt and nextLong to handle wide value ranges.
|
|
|
|
</action>
|
2007-06-20 22:24:04 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-166" due-to="Lukas Theussl">
|
|
|
|
Increased default precision of Gamma and Beta functions.
|
|
|
|
</action>
|
2007-07-31 21:59:07 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-158" due-to="Hasan Diwan">
|
2007-06-20 23:39:50 +00:00
|
|
|
Added log function to MathUtils.
|
|
|
|
</action>
|
2007-07-31 21:59:07 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-160" due-to="Matthias Hummel">
|
2007-06-24 21:10:19 +00:00
|
|
|
Added two sample (binned comparison) ChiSquare test.
|
|
|
|
</action>
|
2007-07-22 02:33:08 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-167">
|
|
|
|
Modified NormalDistributionImpl.cumulativeProbablity to catch
|
|
|
|
MaxIterationsExceededException and return 0 or 1, resp. if the argument
|
|
|
|
is more than 20 standard deviations from the mean.
|
|
|
|
</action>
|
2007-10-31 05:38:58 +00:00
|
|
|
<action dev="brentworden" type="update" issue="MATH-170" due-to="David J. M. Karlsen">
|
|
|
|
Added SynchronizedDescriptiveStatistics class.
|
|
|
|
</action>
|
2007-10-31 07:23:01 +00:00
|
|
|
<action dev="brentworden" type="update" issue="MATH-154" due-to="Remi Arntzen">
|
|
|
|
Added addAndCheck, mulAndCheck, and subAndCheck MathUtils methods for
|
|
|
|
long integer arguments.
|
|
|
|
</action>
|
2007-11-19 01:43:14 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-171" due-to="Niall Pemberton">
|
|
|
|
Merged most functions from ComplexUtils into Complex class, added
|
|
|
|
static factory method to Complex.
|
|
|
|
</action>
|
2007-11-26 05:27:05 +00:00
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Deprecated abstract factory methods and made DescriptiveStatistics a
|
|
|
|
concrete class. Pushed implementations up from DescriptiveStatisticsImpl
|
|
|
|
and deprecated this class. Made implementations of statistics
|
|
|
|
configurable via setters.
|
|
|
|
</action>
|
2005-08-14 06:52:31 +00:00
|
|
|
</release>
|
2005-12-20 17:08:16 +00:00
|
|
|
<release version="1.1" date="2005-12-17"
|
2005-07-03 06:47:09 +00:00
|
|
|
description="This is a maintenance release containing bug fixes and enhancements.
|
2005-06-26 21:28:29 +00:00
|
|
|
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.">
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-12-20 17:08:16 +00:00
|
|
|
Made NewtonSolver derivative field transient and implemented readObject to
|
|
|
|
initialize.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-12-20 17:08:16 +00:00
|
|
|
Made sampleStats field private and changed getUpperBounds to return a fresh
|
|
|
|
copy in EmpiricalDistributionImpl.
|
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Added polar2Complex method to ComplexUtils to create Complex numbers
|
|
|
|
from polar representations.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-49" due-to="Elliotte Harold">
|
2005-12-20 17:08:16 +00:00
|
|
|
Made all serialVersionUIDs private.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-5">
|
2005-12-20 17:08:16 +00:00
|
|
|
Improved documentation and test cases related to handling of infinite
|
|
|
|
and NaN values in Complex, ComplexUtils classes.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-57" due-to="Mauro Talevi">
|
2005-10-16 03:29:14 +00:00
|
|
|
Fixed incorrect NaN handling in o.a.m.s.d.rank.Min, Max
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Changed RealMatrixImpl.equals to use Double.doubleToLongBits to compare
|
|
|
|
corresponding matrix entries.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Eliminated floating point equals comparison in Percentile.evaluate.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Eliminated unnecessary assignment statements in Skewness.getResult
|
|
|
|
method.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Synchronized getters in ResizeableDoubleArray.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Eliminated unnecessary assignment statement in BisectionSolver.solve
|
|
|
|
method.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-74">
|
2005-10-16 03:29:14 +00:00
|
|
|
Implemented hashCode in the Complex class and changed the semantics of
|
|
|
|
equals to make all instances with real or imaginary part NaN equal.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-12" due-to="Keith McDonald">
|
2005-09-04 00:38:15 +00:00
|
|
|
Fixed bin index overflow problem in EmpiricalDistributionImpl.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-108" due-to="Xiaogang Zhang">
|
2005-10-16 03:29:14 +00:00
|
|
|
Added protection against numerical overflow and underflow in the
|
|
|
|
isBracketing method.
|
2005-09-04 00:38:15 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-47" due-to="Nikhil Gupte">
|
2005-08-23 02:27:17 +00:00
|
|
|
Fixed division by zero error in rounding methods.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-100" due-to="Mike Hu">
|
2005-08-23 02:27:17 +00:00
|
|
|
Added upper tail cumulative probability method to HypergeometricDistributionImpl.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-22" due-to="Xiaogang Zhang">
|
2005-08-23 02:27:17 +00:00
|
|
|
Added better handling of numerical overflow and division by zero in
|
|
|
|
Complex calculations.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-92" due-to="Mikael Weigelt">
|
2005-08-23 02:27:17 +00:00
|
|
|
Changed ContinuedFraction to better handle infinite convergents that
|
|
|
|
resulted in divergent continued fraction evaluations.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-32" due-to="Srinivas Vemury">
|
2005-08-09 13:10:26 +00:00
|
|
|
Changed rounding methods to not rely on BigDecimal conversions which
|
|
|
|
was causing numerical error.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-3" due-to="Jörg Weimar">
|
2005-06-26 01:52:37 +00:00
|
|
|
Changed Fraction(double) to correctly handle near-integral arguments.
|
2005-06-05 03:58:14 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-143" due-to="Jörg Weimar">
|
2005-06-26 01:19:16 +00:00
|
|
|
Changed lcm to throw ArithmeticException (instead of returning bogus
|
|
|
|
value) if the result is too large to store as an integer.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-70" due-to="Mary Ellen Foster">
|
2005-06-26 01:52:37 +00:00
|
|
|
Added factories for TTest, ChiSquareTest and TestUtils class with
|
|
|
|
static methods to create instances and execute tests.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-95" due-to="Paul Field">
|
2005-06-04 05:37:44 +00:00
|
|
|
Eliminated repeated endpoint function evalutations in BrentSolver, SecantSolver.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="update" issue="MATH-137" due-to="Rodrigo di Lorenzo Lopes">
|
2005-07-03 06:47:09 +00:00
|
|
|
Added setSubMatrix methods to RealMatrixImpl, BigMatrixImpl. To
|
|
|
|
Preserve backward compatibility with version 1.0, these methods were
|
|
|
|
not added to the RealMatrix, BigMatrix interfaces.
|
2005-05-29 20:26:11 +00:00
|
|
|
</action>
|
2005-05-21 16:29:19 +00:00
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Added createXIdentityMatrix methods to MatrixUtils and deprecated
|
|
|
|
getIdentity methods in RealMatrixImpl, BigMatrixImpl.
|
|
|
|
Modified RealMatrixImpl, BigMatrixImpl constructors to throw
|
|
|
|
IllegalArgumentExceptions instead of ArrayIndexOutOfBounds when
|
|
|
|
dimension arguments are not positive.
|
|
|
|
</action>
|
2005-05-15 18:23:35 +00:00
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Made PRNG pluggable for classes in the random package. Added
|
|
|
|
RandomGenerator interface extracted from java.util.random and abstract
|
|
|
|
implementation, AbstractRandomGenerator providing default
|
|
|
|
implementations of methods based on nextDouble(). Added a constructor
|
|
|
|
taking a RandomGenerator as an argument to RandomDataImpl. Changed
|
|
|
|
ValueServer to use a RandomData in its constructor. Changes to
|
|
|
|
1.0 classes should be backward compatible (including serialization).
|
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update" due-to="C. Scott Ananian">
|
2005-05-08 04:55:57 +00:00
|
|
|
Added utility methods for overflow-checked integer arithmetic and
|
|
|
|
improved gcd method in MathUtils.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-79" due-to="Gilles Gaillard">
|
2005-05-02 05:14:49 +00:00
|
|
|
Fixed error in TTestImpl.homoscedasticTtest. Implementation was
|
2005-06-26 19:26:00 +00:00
|
|
|
incorrectly using heteroscedastic t statistic. Also improved
|
|
|
|
sensitivity of test cases.
|
2005-05-02 05:14:49 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-44" due-to="Gilles Gaillard">
|
2005-04-16 21:42:59 +00:00
|
|
|
Fixed javadoc errors. One-sided t-test significance adjustment was
|
|
|
|
reversed in javadoc for boolean-valued test methods.
|
|
|
|
</action>
|
2005-04-01 20:45:21 +00:00
|
|
|
<action dev="brentworden" type="fix" due-to="Ben Litchfield">
|
|
|
|
Fixed bug in PolynomialSplineFunction to allow evaluation of the
|
2005-06-26 19:26:00 +00:00
|
|
|
function at the last knot point.
|
2005-04-01 20:45:21 +00:00
|
|
|
</action>
|
2005-03-17 03:20:12 +00:00
|
|
|
<action dev="brentworden" type="add">
|
|
|
|
Added Weibull distribution implementation.
|
|
|
|
</action>
|
2005-02-24 03:59:05 +00:00
|
|
|
<action dev="brentworden" type="add">
|
|
|
|
Added Cauchy distribution implementation.
|
|
|
|
</action>
|
2005-02-05 06:24:20 +00:00
|
|
|
<action dev="brentworden" type="add">
|
2005-04-16 21:42:59 +00:00
|
|
|
Added convenience methods for rounding.
|
2005-02-05 06:24:20 +00:00
|
|
|
</action>
|
2005-02-05 05:49:45 +00:00
|
|
|
<action dev="brentworden" type="add" due-to="C. Scott Ananian">
|
|
|
|
Added Fraction class based on commons-lang implementation. With the
|
|
|
|
fraction class, FractionFormat and ProperFractionFormat classes were
|
|
|
|
added to provide fraction formatting and parsing.
|
|
|
|
</action>
|
|
|
|
</release>
|
2004-12-05 17:21:30 +00:00
|
|
|
<release version="1.0" date="2004-12-06"
|
2007-07-31 04:17:09 +00:00
|
|
|
description="Apache Commons Math 1.0 - General Availability Release">
|
2005-06-26 19:26:00 +00:00
|
|
|
<action dev="psteitz" type="fix" due-to="Hans van der Heijden"
|
2006-06-05 15:11:28 +00:00
|
|
|
issue="MATH-24">
|
2005-06-26 19:26:00 +00:00
|
|
|
Fixed error in ChiSquareTestImpl. Tables containing zeros were
|
|
|
|
(incorrectly) causing IllegalArgumentExceptions to be thrown.
|
2004-12-05 17:21:30 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-4">
|
2004-12-06 06:03:01 +00:00
|
|
|
Removed JDK 1.4-dependent code from CertifiedDataAbstractTest,
|
|
|
|
InvalidMatrixException and MatrixIndexException. Also dropped
|
|
|
|
BeanTransformer, BeanTransformerTest from the release.
|
|
|
|
</action>
|
2004-12-05 17:21:30 +00:00
|
|
|
</release>
|
|
|
|
<release version="1.0-RC2" date="2004-11-07"
|
2007-07-31 04:17:09 +00:00
|
|
|
description="Apache Commons Math 1.0 - Release Candidate 2">
|
2004-09-19 22:48:03 +00:00
|
|
|
<action dev="psteitz" type="fix">
|
|
|
|
Fixed cumulative frequency and cumulative percentage problem reported
|
|
|
|
to the commons-dev list by Jon Langlois on 9/14. Integer arguments to
|
|
|
|
getCumXxx were always returning 0 due to type conversion problems.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="brentworden" type="fix" issue="MATH-63">
|
2004-10-08 06:15:51 +00:00
|
|
|
Fixed locale-dependency in ComplexFormat.
|
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
2005-06-26 19:26:00 +00:00
|
|
|
Renamed univariate package to descriptive and multivariate to
|
|
|
|
regression.
|
2004-10-08 06:15:51 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="update" due-to="Ken Geis" issue="MATH-14">
|
2004-10-08 06:15:51 +00:00
|
|
|
Improved efficiency of logGamma method in o.a.c.m.special.Gamma
|
2004-09-26 02:08:47 +00:00
|
|
|
</action>
|
2005-06-26 19:26:00 +00:00
|
|
|
<action dev="psteitz" type="update" due-to="Kim van der Linde"
|
2006-06-05 15:11:28 +00:00
|
|
|
issue="MATH-122">
|
2004-10-14 05:10:09 +00:00
|
|
|
Added subMatrix and matrix-valued row and column accessor methods to
|
2004-10-25 05:37:32 +00:00
|
|
|
RealMatrix, BigMatrix interfaces and RealMatrixImpl, BigMatrixImpl.
|
2004-10-14 05:10:09 +00:00
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
2004-10-25 05:37:32 +00:00
|
|
|
Implemented equals and hashCode in RealMatrixImpl and BigMatrixImpl.
|
2004-10-14 05:10:09 +00:00
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="fix">
|
2005-06-26 19:26:00 +00:00
|
|
|
Fixed RealMatrixImpl, BigMatrixImpl toString methods to handle empty
|
|
|
|
matrix.
|
2004-10-14 05:10:09 +00:00
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Added support for "population" variance and standard deviation in
|
|
|
|
Variance (resp. StandardDeviation) classes.
|
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
2004-10-25 05:37:32 +00:00
|
|
|
Removed data mutators from RealMatrix, BigMatrix interfaces and
|
|
|
|
RealMatrixImpl, BigMatrixImpl. RealMatrix and BigMatrix instances
|
|
|
|
are now immutable.
|
2004-10-14 05:10:09 +00:00
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
2004-10-25 05:37:32 +00:00
|
|
|
Added MatrixUtils class, including static factory methods to create
|
|
|
|
RealMatrix and BigMatrix instances from arrays of various types.
|
2004-10-14 05:10:09 +00:00
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" due-to="Fredrik Norin" issue="MATH-28">
|
2004-10-14 05:10:09 +00:00
|
|
|
Changed factorial methods to return 1 for argument = 0, instead of
|
|
|
|
(incorrectly) throwing IllegalArgumentException.
|
|
|
|
</action>
|
2005-06-26 19:26:00 +00:00
|
|
|
<action dev="psteitz" type="fix" due-to="Kim van der Linde"
|
2006-06-05 15:11:28 +00:00
|
|
|
issue="MATH-109">
|
2004-10-24 06:40:55 +00:00
|
|
|
Fixed error in SimpleRegression.getSignificance. Value returned was
|
|
|
|
off by a factor of 2 (did not match javadoc).
|
2004-11-07 05:07:29 +00:00
|
|
|
</action>
|
|
|
|
<action dev="psteitz" type="update">
|
|
|
|
Refactored distribution package so that mixed distributions and
|
|
|
|
discrete distributions with non-integer values can be represented.
|
|
|
|
Added Distribution base interface as well as IntegerDistribution
|
|
|
|
extending DiscreteDistribution. Previously existing discrete
|
|
|
|
distributions now implement IntegerDistribution.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="update" due-to="Fredrik Norin" issue="MATH-35">
|
2004-11-07 05:07:29 +00:00
|
|
|
Added Poisson distribution implementation.
|
|
|
|
</action>
|
2006-06-05 15:11:28 +00:00
|
|
|
<action dev="psteitz" type="fix" issue="MATH-45">
|
2004-11-07 20:31:23 +00:00
|
|
|
Eliminated unecessary array copy operations in RealMatrixImpl,
|
|
|
|
BigMatrixImpl add, multiply, solve and subtract operations.
|
|
|
|
</action>
|
2004-09-19 22:48:03 +00:00
|
|
|
</release>
|
|
|
|
|
2004-12-05 17:21:30 +00:00
|
|
|
<release version="1.0-RC1" date="2004-09-07"
|
2007-07-31 04:17:09 +00:00
|
|
|
description="Apache Commons Math 1.0 - Release Candidate 1
|
2005-06-26 19:26:00 +00:00
|
|
|
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.">
|
2004-09-19 22:48:03 +00:00
|
|
|
</release>
|
|
|
|
|
|
|
|
</body>
|
2004-10-08 06:15:51 +00:00
|
|
|
</document>
|