This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.


    from 665ae9c  Draft of release notes.
     new 8a756d7  Removed dependency on "GaussianRandomGenerator" (unit test).
     new c93520a  MATH-1593: Remove duplicate functionality (provided in 
"Commons RNG").
     new f9a7c56  MATH-1596: Remove dependency on "RandomVectorGenerator".

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../optim/BaseMultiStartMultivariateOptimizer.java | 14 ++--
 .../scalar/MultiStartMultivariateOptimizer.java    |  8 +-
 .../random/CorrelatedRandomVectorGenerator.java    |  4 +-
 .../legacy/random/GaussianRandomGenerator.java     | 51 ------------
 .../random/UncorrelatedRandomVectorGenerator.java  | 92 ----------------------
 .../MultiStartMultivariateOptimizerTest.java       | 24 +++---
 .../CorrelatedRandomVectorGeneratorTest.java       | 38 ++++++---
 .../legacy/random/GaussianRandomGeneratorTest.java | 40 ----------
 .../UncorrelatedRandomVectorGeneratorTest.java     | 65 ---------------
 .../GLSMultipleLinearRegressionTest.java           | 28 +++++--
 10 files changed, 74 insertions(+), 290 deletions(-)
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/GaussianRandomGenerator.java
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/UncorrelatedRandomVectorGenerator.java
 delete mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/GaussianRandomGeneratorTest.java
 delete mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/UncorrelatedRandomVectorGeneratorTest.java

Reply via email to