commons-release-plugin git commit: (notice) fix project name

2018-01-26 Thread chtompki
Repository: commons-release-plugin Updated Branches: refs/heads/master 840c8739e -> 383f24321 (notice) fix project name Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/383f2432 Tree: htt

[math] Revert "MATH-1441: Cache instance of "TDistribution"."

2018-01-26 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 1f07a0bf7 -> 60bcdd450 Revert "MATH-1441: Cache instance of "TDistribution"." This reverts commit 1f07a0bf70049cb0a2f6b52ea7c261da5adb1abb. Caching does not seem to provide any perfomance improvement. Project: http://git-wip-us.ap

[math] MATH-1441: Cache instance of "TDistribution".

2018-01-26 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 54fa0a855 -> 1f07a0bf7 MATH-1441: Cache instance of "TDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1f07a0bf Tree: http://git-wip-

commons-rng git commit: Usage example.

2018-01-26 Thread erans
Repository: commons-rng Updated Branches: refs/heads/master a242b59f7 -> da6512c75 Usage example. Code used for "visual" check while debugging RNG-37. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/da6512c7 T

[22/36] commons-numbers git commit: NUMBERS-13: Constants declared static final

2018-01-26 Thread ericbarnhill
NUMBERS-13: Constants declared static final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1087aa98 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1087aa98 Diff: http://git-wip-us.apache

[35/36] commons-numbers git commit: Small cleanup

2018-01-26 Thread ericbarnhill
Small cleanup Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8830e479 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/8830e479 Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers

[31/36] commons-numbers git commit: NUMBERS-22: fixed bitwise OR and set double values in reciprocal() to final

2018-01-26 Thread ericbarnhill
NUMBERS-22: fixed bitwise OR and set double values in reciprocal() to final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/463f0179 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/463f017

[18/36] commons-numbers git commit: NUBERS-17: Added further 4D functionality to Complex Utils (real 2 complex and complex 2 real)

2018-01-26 Thread ericbarnhill
NUBERS-17: Added further 4D functionality to Complex Utils (real 2 complex and complex 2 real) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1de701b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-

[34/36] commons-numbers git commit: NUMBERS-22: Added file ComplexTest.java to file tracker

2018-01-26 Thread ericbarnhill
NUMBERS-22: Added file ComplexTest.java to file tracker Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fc70d935 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/fc70d935 Diff: http://git-w

[06/36] commons-numbers git commit: Merge branch 'master' into eb-test

2018-01-26 Thread ericbarnhill
Merge branch 'master' into eb-test Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/608307bc Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/608307bc Diff: http://git-wip-us.apache.org/repo

[02/36] commons-numbers git commit: added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch.

2018-01-26 Thread ericbarnhill
added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8c4026ad Tree: http://git-wip-us.apache.org/repos/asf/commons

[25/36] commons-numbers git commit: NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed.

2018-01-26 Thread ericbarnhill
NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/387f4e09 Tree: http://git-wip-us.apache.org/repos/asf/commons-n

[29/36] commons-numbers git commit: NUMBERS-22 : removed automatic assignments of Inf and NaN from Complex.reciprocal(); removed tests ComplexTest.testReciprocalInf() and ComplexTest.testReciprocalZer

2018-01-26 Thread ericbarnhill
NUMBERS-22 : removed automatic assignments of Inf and NaN from Complex.reciprocal(); removed tests ComplexTest.testReciprocalInf() and ComplexTest.testReciprocalZero() that will no longer evaluate correctly Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-

[14/36] commons-numbers git commit: NUMBERS-45: restored isNaN() and isInfinite() methods

2018-01-26 Thread ericbarnhill
NUMBERS-45: restored isNaN() and isInfinite() methods Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/f1a8f907 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/f1a8f907 Diff: http://git-wip

[30/36] commons-numbers git commit: NUMBERS-22: if block added to ensure that reciprocal of very small real numbers return an imaginary component of 0 rather than NaN

2018-01-26 Thread ericbarnhill
NUMBERS-22: if block added to ensure that reciprocal of very small real numbers return an imaginary component of 0 rather than NaN Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/f0d1b9cd Tree: http://git-

[11/36] commons-numbers git commit: CStandardTest runs with problematic tests commented out (work will continue)

2018-01-26 Thread ericbarnhill
CStandardTest runs with problematic tests commented out (work will continue) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/28d6b98f Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/28d6b9

[09/36] commons-numbers git commit: Partial work on C Standard test; pulled changes made to master

2018-01-26 Thread ericbarnhill
Partial work on C Standard test; pulled changes made to master Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/07bbda2f Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/07bbda2f Diff: http:

[03/36] commons-numbers git commit: Passes all tests but three: hashCode, powZero and scalarPowZero. To be debugged at a later date

2018-01-26 Thread ericbarnhill
Passes all tests but three: hashCode, powZero and scalarPowZero. To be debugged at a later date Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ea52aa8c Tree: http://git-wip-us.apache.org/repos/asf/commons

[33/36] commons-numbers git commit: NUMBERS-48: Dead code has been removed

2018-01-26 Thread ericbarnhill
NUMBERS-48: Dead code has been removed Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/16322d83 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/16322d83 Diff: http://git-wip-us.apache.org/

[12/36] commons-numbers git commit: NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf()

2018-01-26 Thread ericbarnhill
NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf() Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/45a7579e Tree: http://git-wip-us.apache.org/repos/asf/commons-

[08/36] commons-numbers git commit: merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch.

2018-01-26 Thread ericbarnhill
merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/410abd7f Tree: http://git-wip-us.apache.org

[26/36] commons-numbers git commit: NUMBERS-13: Some tests in the old ComplexTest tested the old NaN behavior (i.e. turn the whole Complex into NaN) and these were deleted. There is also an error in t

2018-01-26 Thread ericbarnhill
NUMBERS-13: Some tests in the old ComplexTest tested the old NaN behavior (i.e. turn the whole Complex into NaN) and these were deleted. There is also an error in the testSerial() method and this has been commented out for the time being so that the package installs. Project: http://git-wip-us

[16/36] commons-numbers git commit: NUMBERS-13: asinh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: asinh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ade98aa1 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ade98aa1 Diff: http://git-wip-us.apache.org/re

[19/36] commons-numbers git commit: NUMBERS-13: cosh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: cosh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/c8db04d0 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/c8db04d0 Diff: http://git-wip-us.apache.org/rep

[20/36] commons-numbers git commit: NUMBERS-13: exp() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: exp() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/6bf4d8b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/6bf4d8b7 Diff: http://git-wip-us.apache.org/repo

[32/36] commons-numbers git commit: NUMBERS-49: set doubles in tangent, tanh, divide and reciprocal to final

2018-01-26 Thread ericbarnhill
NUMBERS-49: set doubles in tangent, tanh, divide and reciprocal to final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/dc430844 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/dc430844 D

[07/36] commons-numbers git commit: partial work on ISO C test class

2018-01-26 Thread ericbarnhill
partial work on ISO C test class Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ec66bced Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ec66bced Diff: http://git-wip-us.apache.org/repos/

[17/36] commons-numbers git commit: NUMBERS-13: atanh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: atanh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/48464a3c Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/48464a3c Diff: http://git-wip-us.apache.org/re

[04/36] commons-numbers git commit: ComplexUtils: Added 4d functionality to split and interleaved methods.

2018-01-26 Thread ericbarnhill
ComplexUtils: Added 4d functionality to split and interleaved methods. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/70a1156a Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/70a1156a Dif

[10/36] commons-numbers git commit: added new files

2018-01-26 Thread ericbarnhill
added new files Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/15136c2d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/15136c2d Diff: http://git-wip-us.apache.org/repos/asf/commons-numbe

[24/36] commons-numbers git commit: NUMBERS-13: atanh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: atanh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/a9437c90 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/a9437c90 Diff: http://git-wip-us.apache.org/re

[36/36] commons-numbers git commit: Merge branch 'complex-dev'

2018-01-26 Thread ericbarnhill
Merge branch 'complex-dev' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/4b955ca2 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/4b955ca2 Diff: http://git-wip-us.apache.org/repos/asf/co

[27/36] commons-numbers git commit: Numbers-17: added some missing methods for ComplexUtils

2018-01-26 Thread ericbarnhill
Numbers-17: added some missing methods for ComplexUtils Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/d8766052 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/d8766052 Diff: http://git-w

[23/36] commons-numbers git commit: NUMBERS-13: sinh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: sinh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/af5fc05b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/af5fc05b Diff: http://git-wip-us.apache.org/rep

[01/36] commons-numbers git commit: Conformed Complex() to C++11 standards

2018-01-26 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/master 71303aa56 -> 4b955ca24 Conformed Complex() to C++11 standards Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1b979e5d Tree: http://git-wi

[28/36] commons-numbers git commit: Merge branch 'complex-dev' of https://git-wip-us.apache.org/repos/asf/commons-numbers into complex-dev

2018-01-26 Thread ericbarnhill
Merge branch 'complex-dev' of https://git-wip-us.apache.org/repos/asf/commons-numbers into complex-dev Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/2d273aad Tree: http://git-wip-us.apache.org/repos/asf/

[21/36] commons-numbers git commit: NUMBERS-13: log() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: log() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ed752558 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ed752558 Diff: http://git-wip-us.apache.org/repo

[13/36] commons-numbers git commit: minor change to Complex doc

2018-01-26 Thread ericbarnhill
minor change to Complex doc Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/3bd29a02 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/3bd29a02 Diff: http://git-wip-us.apache.org/repos/asf/c

[15/36] commons-numbers git commit: NUMBERS-13: Acos passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: Acos passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/a6c54559 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/a6c54559 Diff: http://git-wip-us.apache.org/repos

[05/36] commons-numbers git commit: Added 4D interleaved2Complex

2018-01-26 Thread ericbarnhill
Added 4D interleaved2Complex Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e2668df1 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e2668df1 Diff: http://git-wip-us.apache.org/repos/asf/

[commons-numbers] Git Push Summary [forced push!] [Forced Update!]

2018-01-26 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/master 2933f6e92 -> 71303aa56 (forced update)

[25/37] commons-numbers git commit: NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed.

2018-01-26 Thread ericbarnhill
NUMBERS-13: Complex() passes all tests and meets all the C99 standards. This issue is closed. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/387f4e09 Tree: http://git-wip-us.apache.org/repos/asf/commons-n

[17/37] commons-numbers git commit: NUMBERS-13: atanh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: atanh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/48464a3c Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/48464a3c Diff: http://git-wip-us.apache.org/re

[26/37] commons-numbers git commit: NUMBERS-13: Some tests in the old ComplexTest tested the old NaN behavior (i.e. turn the whole Complex into NaN) and these were deleted. There is also an error in t

2018-01-26 Thread ericbarnhill
NUMBERS-13: Some tests in the old ComplexTest tested the old NaN behavior (i.e. turn the whole Complex into NaN) and these were deleted. There is also an error in the testSerial() method and this has been commented out for the time being so that the package installs. Project: http://git-wip-us

[08/37] commons-numbers git commit: merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch.

2018-01-26 Thread ericbarnhill
merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/410abd7f Tree: http://git-wip-us.apache.org

[09/37] commons-numbers git commit: Partial work on C Standard test; pulled changes made to master

2018-01-26 Thread ericbarnhill
Partial work on C Standard test; pulled changes made to master Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/07bbda2f Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/07bbda2f Diff: http:

[20/37] commons-numbers git commit: NUMBERS-13: exp() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: exp() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/6bf4d8b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/6bf4d8b7 Diff: http://git-wip-us.apache.org/repo

[34/37] commons-numbers git commit: NUMBERS-22: Added file ComplexTest.java to file tracker

2018-01-26 Thread ericbarnhill
NUMBERS-22: Added file ComplexTest.java to file tracker Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fc70d935 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/fc70d935 Diff: http://git-w

[14/37] commons-numbers git commit: NUMBERS-45: restored isNaN() and isInfinite() methods

2018-01-26 Thread ericbarnhill
NUMBERS-45: restored isNaN() and isInfinite() methods Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/f1a8f907 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/f1a8f907 Diff: http://git-wip

[37/37] commons-numbers git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-numbers

2018-01-26 Thread ericbarnhill
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-numbers Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/2933f6e9 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/29

[13/37] commons-numbers git commit: minor change to Complex doc

2018-01-26 Thread ericbarnhill
minor change to Complex doc Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/3bd29a02 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/3bd29a02 Diff: http://git-wip-us.apache.org/repos/asf/c

[12/37] commons-numbers git commit: NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf()

2018-01-26 Thread ericbarnhill
NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf() Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/45a7579e Tree: http://git-wip-us.apache.org/repos/asf/commons-

[24/37] commons-numbers git commit: NUMBERS-13: atanh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: atanh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/a9437c90 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/a9437c90 Diff: http://git-wip-us.apache.org/re

[29/37] commons-numbers git commit: NUMBERS-22 : removed automatic assignments of Inf and NaN from Complex.reciprocal(); removed tests ComplexTest.testReciprocalInf() and ComplexTest.testReciprocalZer

2018-01-26 Thread ericbarnhill
NUMBERS-22 : removed automatic assignments of Inf and NaN from Complex.reciprocal(); removed tests ComplexTest.testReciprocalInf() and ComplexTest.testReciprocalZero() that will no longer evaluate correctly Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-

[28/37] commons-numbers git commit: Merge branch 'complex-dev' of https://git-wip-us.apache.org/repos/asf/commons-numbers into complex-dev

2018-01-26 Thread ericbarnhill
Merge branch 'complex-dev' of https://git-wip-us.apache.org/repos/asf/commons-numbers into complex-dev Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/2d273aad Tree: http://git-wip-us.apache.org/repos/asf/

[32/37] commons-numbers git commit: NUMBERS-49: set doubles in tangent, tanh, divide and reciprocal to final

2018-01-26 Thread ericbarnhill
NUMBERS-49: set doubles in tangent, tanh, divide and reciprocal to final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/dc430844 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/dc430844 D

[15/37] commons-numbers git commit: NUMBERS-13: Acos passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: Acos passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/a6c54559 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/a6c54559 Diff: http://git-wip-us.apache.org/repos

[19/37] commons-numbers git commit: NUMBERS-13: cosh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: cosh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/c8db04d0 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/c8db04d0 Diff: http://git-wip-us.apache.org/rep

[18/37] commons-numbers git commit: NUBERS-17: Added further 4D functionality to Complex Utils (real 2 complex and complex 2 real)

2018-01-26 Thread ericbarnhill
NUBERS-17: Added further 4D functionality to Complex Utils (real 2 complex and complex 2 real) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1de701b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-

[21/37] commons-numbers git commit: NUMBERS-13: log() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: log() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ed752558 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ed752558 Diff: http://git-wip-us.apache.org/repo

[27/37] commons-numbers git commit: Numbers-17: added some missing methods for ComplexUtils

2018-01-26 Thread ericbarnhill
Numbers-17: added some missing methods for ComplexUtils Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/d8766052 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/d8766052 Diff: http://git-w

[04/37] commons-numbers git commit: ComplexUtils: Added 4d functionality to split and interleaved methods.

2018-01-26 Thread ericbarnhill
ComplexUtils: Added 4d functionality to split and interleaved methods. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/70a1156a Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/70a1156a Dif

[06/37] commons-numbers git commit: Merge branch 'master' into eb-test

2018-01-26 Thread ericbarnhill
Merge branch 'master' into eb-test Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/608307bc Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/608307bc Diff: http://git-wip-us.apache.org/repo

[33/37] commons-numbers git commit: NUMBERS-48: Dead code has been removed

2018-01-26 Thread ericbarnhill
NUMBERS-48: Dead code has been removed Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/16322d83 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/16322d83 Diff: http://git-wip-us.apache.org/

[03/37] commons-numbers git commit: Passes all tests but three: hashCode, powZero and scalarPowZero. To be debugged at a later date

2018-01-26 Thread ericbarnhill
Passes all tests but three: hashCode, powZero and scalarPowZero. To be debugged at a later date Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ea52aa8c Tree: http://git-wip-us.apache.org/repos/asf/commons

[22/37] commons-numbers git commit: NUMBERS-13: Constants declared static final

2018-01-26 Thread ericbarnhill
NUMBERS-13: Constants declared static final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1087aa98 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1087aa98 Diff: http://git-wip-us.apache

[36/37] commons-numbers git commit: NUMBERS-22: Merging Complex edits into master branch

2018-01-26 Thread ericbarnhill
NUMBERS-22: Merging Complex edits into master branch Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/27e955ea Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/27e955ea Diff: http://git-wip-

[10/37] commons-numbers git commit: added new files

2018-01-26 Thread ericbarnhill
added new files Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/15136c2d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/15136c2d Diff: http://git-wip-us.apache.org/repos/asf/commons-numbe

[30/37] commons-numbers git commit: NUMBERS-22: if block added to ensure that reciprocal of very small real numbers return an imaginary component of 0 rather than NaN

2018-01-26 Thread ericbarnhill
NUMBERS-22: if block added to ensure that reciprocal of very small real numbers return an imaginary component of 0 rather than NaN Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/f0d1b9cd Tree: http://git-

[11/37] commons-numbers git commit: CStandardTest runs with problematic tests commented out (work will continue)

2018-01-26 Thread ericbarnhill
CStandardTest runs with problematic tests commented out (work will continue) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/28d6b98f Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/28d6b9

[16/37] commons-numbers git commit: NUMBERS-13: asinh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: asinh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ade98aa1 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ade98aa1 Diff: http://git-wip-us.apache.org/re

[07/37] commons-numbers git commit: partial work on ISO C test class

2018-01-26 Thread ericbarnhill
partial work on ISO C test class Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ec66bced Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ec66bced Diff: http://git-wip-us.apache.org/repos/

[31/37] commons-numbers git commit: NUMBERS-22: fixed bitwise OR and set double values in reciprocal() to final

2018-01-26 Thread ericbarnhill
NUMBERS-22: fixed bitwise OR and set double values in reciprocal() to final Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/463f0179 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/463f017

[35/37] commons-numbers git commit: Merge branch 'complex-dev'

2018-01-26 Thread ericbarnhill
Merge branch 'complex-dev' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/96aad412 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/96aad412 Diff: http://git-wip-us.apache.org/repos/asf/co

[05/37] commons-numbers git commit: Added 4D interleaved2Complex

2018-01-26 Thread ericbarnhill
Added 4D interleaved2Complex Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e2668df1 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e2668df1 Diff: http://git-wip-us.apache.org/repos/asf/

[23/37] commons-numbers git commit: NUMBERS-13: sinh() passes all tests

2018-01-26 Thread ericbarnhill
NUMBERS-13: sinh() passes all tests Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/af5fc05b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/af5fc05b Diff: http://git-wip-us.apache.org/rep

[01/37] commons-numbers git commit: Conformed Complex() to C++11 standards

2018-01-26 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/master 71303aa56 -> 2933f6e92 Conformed Complex() to C++11 standards Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1b979e5d Tree: http://git-wi

[02/37] commons-numbers git commit: added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch.

2018-01-26 Thread ericbarnhill
added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8c4026ad Tree: http://git-wip-us.apache.org/repos/asf/commons

[6/7] [math] No tabs allowed.

2018-01-26 Thread erans
No tabs allowed. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ed98d264 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ed98d264 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ed9

[3/7] [math] MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed

2018-01-26 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/24d3dd8b/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSetTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/t

[1/7] [math] Merge branch 'bug-MATH-1436-PolygonsSet' into dev-4.0

2018-01-26 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 3ea45970d -> 54fa0a855 Merge branch 'bug-MATH-1436-PolygonsSet' into dev-4.0 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cb4ad072 Tree: http://

[2/7] [math] Merge branch 'master' into test-MATH-1437

2018-01-26 Thread erans
Merge branch 'master' into test-MATH-1437 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1b99b458 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1b99b458 Diff: http://git-wip-us.apache.org/repos/

[7/7] [math] Merge branch 'task_MATH-1437'

2018-01-26 Thread erans
Merge branch 'task_MATH-1437' Closes #77 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/54fa0a85 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/54fa0a85 Diff: http://git-wip-us.apache.org/repos/

[4/7] [math] MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed

2018-01-26 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/24d3dd8b/src/test/java/org/apache/commons/math4/geometry/euclidean/oned/SubOrientedPointTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/o

[5/7] [math] MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed

2018-01-26 Thread erans
MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/24d3dd8b Tree: http://git-wip-