You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/04/03 03:08:36 UTC

[commons-numbers] branch 1.0-beta1-release updated (f5bea42 -> f25159c)

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

mattjuntunen pushed a change to branch 1.0-beta1-release
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.


    from f5bea42  preparing for next release candidate; using version number 1.0-beta1 instead of 1.0-B1
     add 728d656  Update Complex javadoc.
     add 5f06862  Added Boost license for derived works in Complex.
     add 30ca501  Complex javadoc updates.
     add 32bfd4f  Complex: replace internal functional interface.
     add 50da429  Rearrange Complex source code.
     add 957a246  Update parsing message for Complex to include the input string.
     add b6be43e  Update ComplexTest to match the method order of Complex.
     add c06ba43  Fix some Complex PMD issues.
     add 2b01d3c  Updated README.md
     new f25159c  merging with master

The 1 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:
 LICENSE.txt                                        |   44 +-
 README.md                                          |   39 +-
 commons-numbers-angle/README.md                    |   25 +-
 commons-numbers-arrays/README.md                   |   27 +-
 commons-numbers-combinatorics/README.md            |   25 +-
 commons-numbers-complex/LICENSE.txt                |   44 +-
 commons-numbers-complex/README.md                  |   25 +-
 .../apache/commons/numbers/complex/Complex.java    | 4015 ++++++++++----------
 .../commons/numbers/complex/ComplexTest.java       | 1693 +++++----
 commons-numbers-core/README.md                     |   25 +-
 commons-numbers-field/README.md                    |   25 +-
 commons-numbers-fraction/README.md                 |   25 +-
 commons-numbers-gamma/README.md                    |   25 +-
 commons-numbers-primes/README.md                   |   25 +-
 commons-numbers-quaternion/README.md               |   25 +-
 commons-numbers-rootfinder/README.md               |   25 +-
 src/main/resources/pmd/pmd-ruleset.xml             |   29 +-
 17 files changed, 3174 insertions(+), 2967 deletions(-)


[commons-numbers] 01/01: merging with master

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch 1.0-beta1-release
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit f25159cc88906ca995817b7d002b96370fcb0cc4
Merge: f5bea42 2b01d3c
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Thu Apr 2 22:43:36 2020 -0400

    merging with master

 LICENSE.txt                                        |   44 +-
 README.md                                          |   39 +-
 commons-numbers-angle/README.md                    |   25 +-
 commons-numbers-arrays/README.md                   |   27 +-
 commons-numbers-combinatorics/README.md            |   25 +-
 commons-numbers-complex/LICENSE.txt                |   44 +-
 commons-numbers-complex/README.md                  |   25 +-
 .../apache/commons/numbers/complex/Complex.java    | 4015 ++++++++++----------
 .../commons/numbers/complex/ComplexTest.java       | 1693 +++++----
 commons-numbers-core/README.md                     |   25 +-
 commons-numbers-field/README.md                    |   25 +-
 commons-numbers-fraction/README.md                 |   25 +-
 commons-numbers-gamma/README.md                    |   25 +-
 commons-numbers-primes/README.md                   |   25 +-
 commons-numbers-quaternion/README.md               |   25 +-
 commons-numbers-rootfinder/README.md               |   25 +-
 src/main/resources/pmd/pmd-ruleset.xml             |   29 +-
 17 files changed, 3174 insertions(+), 2967 deletions(-)