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 7ef0099  Adapt to new API ("Commons Numbers").
     new 1b7f10e  Moved "ComplexFormat" class to "util" package.
     new 076fe24  Draft of release notes.
     new 8f39a41  MATH-1599: Class removed (out-of-scope).

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:
 .../commons/math4/legacy/complex/package-info.java |  22 ----
 .../legacy/random/SynchronizedRandomGenerator.java | 134 ---------------------
 .../legacy/{complex => util}/ComplexFormat.java    |   2 +-
 .../org/apache/commons/math4/legacy/TestUtils.java |   7 +-
 .../random/SynchronizedRandomGeneratorTest.java    | 120 ------------------
 .../ComplexFormatAbstractTest.java                 |   2 +-
 .../{complex => util}/ComplexFormatTest.java       |   2 +-
 .../{complex => util}/FrenchComplexFormatTest.java |   2 +-
 src/changes/changes.xml                            |   9 +-
 9 files changed, 16 insertions(+), 284 deletions(-)
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/complex/package-info.java
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/SynchronizedRandomGenerator.java
 rename 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/{complex => 
util}/ComplexFormat.java (99%)
 delete mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/SynchronizedRandomGeneratorTest.java
 rename 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/{complex => 
util}/ComplexFormatAbstractTest.java (99%)
 rename 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/{complex => 
util}/ComplexFormatTest.java (95%)
 rename 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/{complex => 
util}/FrenchComplexFormatTest.java (95%)

Reply via email to