[1/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/multimodule 69d3b6231 -> 763ec4fea http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/test/java/org/apache/commons/numbers/fraction/FractionFormatTest.java ---

[2/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/FractionConversionException.java -- diff --git a/commons-numbers-fraction/src/main/jav

[4/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from references to numbers-core in child modules. Add test jar to numbers core pom.xml to allow for re-use of TestUtils. Add ArithmeticUtil

[3/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/AbstractFormat.java -- diff --git a/commons-numbers-fraction/src/main/java/org/apache/

[5/5] commons-numbers git commit: Add maven module for fractions package from commons-math Resolves pull request #4

2017-01-28 Thread raydecampo
Add maven module for fractions package from commons-math Resolves pull request #4 Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/763ec4fe Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/7

commons-numbers git commit: NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet.

2017-01-28 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ca71f3559 -> fe27e8ec9 NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apac

commons-numbers git commit: NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException

2017-01-29 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 fe27e8ec9 -> dca007d22 NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException Project: http://git-wip-us.apache.org/repos

commons-numbers git commit: NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException

2017-01-29 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 dca007d22 -> fbb60fbf9 NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-n

commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionEx

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 fbb60fbf9 -> 41e2f65b3 NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionException are eliminate

commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException.

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 41e2f65b3 -> ec826b0fc NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException. Project: http://git-wip-us.apache.or

commons-numbers git commit: NUMBERS-6: Fix javadoc errors

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ec826b0fc -> ffe11d9d8 NUMBERS-6: Fix javadoc errors Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ffe11d9d Tree: http://gi

commons-numbers git commit: NUMBERS-6: Remove Field classes and references to same

2017-02-02 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ffe11d9d8 -> 16352312b NUMBERS-6: Remove Field classes and references to same Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit

commons-numbers git commit: NUMBERS-6: Fix checkstyle issues.

2017-02-02 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 16352312b -> 985d44fca NUMBERS-6: Fix checkstyle issues. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/985d44fc Tree: http:

[01/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master 237697268 -> 39b5119cc http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/test/java/org/apache/commons/numbers/fraction/FractionFormatTest.java

[05/13] commons-numbers git commit: NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet.

2017-02-06 Thread raydecampo
NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fe27e8ec Tree: http://git-wip-us.apache.org/repos/asf/commons-nu

[07/13] commons-numbers git commit: NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException

2017-02-06 Thread raydecampo
NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fbb60fbf Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/fbb60fbf Diff:

[02/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/FractionConversionException.java -- diff --git a/commons-numbers-fraction/src/main/jav

[10/13] commons-numbers git commit: NUMBERS-6: Fix javadoc errors

2017-02-06 Thread raydecampo
NUMBERS-6: Fix javadoc errors Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ffe11d9d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ffe11d9d Diff: http://git-wip-us.apache.org/repos/asf

[03/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/AbstractFormat.java -- diff --git a/commons-numbers-fraction/src/main/java/org/apache/

[06/13] commons-numbers git commit: NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException

2017-02-06 Thread raydecampo
NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/dca007d2

[08/13] commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of Fr

2017-02-06 Thread raydecampo
NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionException are eliminated. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apac

[09/13] commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException.

2017-02-06 Thread raydecampo
NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e

[12/13] commons-numbers git commit: NUMBERS-6: Fix checkstyle issues.

2017-02-06 Thread raydecampo
NUMBERS-6: Fix checkstyle issues. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/985d44fc Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/985d44fc Diff: http://git-wip-us.apache.org/repos

[11/13] commons-numbers git commit: NUMBERS-6: Remove Field classes and references to same

2017-02-06 Thread raydecampo
NUMBERS-6: Remove Field classes and references to same Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/16352312 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/16352312 Diff: http://git-wi

[04/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
NUMBERS-6: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core. Remove version from references to numbers-core in child modules. Add test jar to numbers core pom.xml to allow for re-use of TestUtils. Add Ar

[13/13] commons-numbers git commit: Merge branch 'fraction__NUMBERS-6' Copy fraction code from commons-math into commons-numbers

2017-02-06 Thread raydecampo
Merge branch 'fraction__NUMBERS-6' Copy fraction code from commons-math into 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/39b5119c Tree: http://git-wip-us.apache.org/repos/asf/commons-num

[1/2] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-15 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [created] 44fa5ca2b Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-

[2/2] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-15 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/44fa5ca2 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/t

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [deleted] 44fa5ca2b

[3/3] commons-numbers git commit: Remove unnecessary default constructor

2017-04-20 Thread raydecampo
Remove unnecessary default constructor Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e3399d1b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e3399d1b Diff: http://git-wip-us.apache.org/

[2/3] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-20 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9602e36b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/t

[1/3] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [created] e3399d1ba Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-

[3/4] commons-numbers git commit: Remove unnecessary default constructor

2017-04-20 Thread raydecampo
Remove unnecessary default constructor Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e3399d1b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e3399d1b Diff: http://git-wip-us.apache.org/

[4/4] commons-numbers git commit: NUMBERS-12: Merge branch 'feature-NUMBERS-12'

2017-04-20 Thread raydecampo
NUMBERS-12: Merge branch 'feature-NUMBERS-12' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/48c9522d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/48c9522d Diff: http://git-wip-us.apac

[2/4] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-20 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9602e36b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/t

[1/4] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master b37c9f195 -> 48c9522d8 Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/c

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [deleted] e3399d1ba

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 [deleted] 985d44fca

[2/3] commons-numbers git commit: NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests.

2017-04-20 Thread raydecampo
NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit 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/09dc0163 Tree: h

[1/3] commons-numbers git commit: NUMBERS-20: Establish baseline of files copied from [math].

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-20 [created] 9e54e498d NUMBERS-20: Establish baseline of files copied from [math]. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commi

[3/3] commons-numbers git commit: NUMBERS-20: Add unit tests for SmallPrimes.

2017-04-20 Thread raydecampo
NUMBERS-20: Add unit tests for SmallPrimes. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9e54e498 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9e54e498 Diff: http://git-wip-us.apache

[2/4] commons-numbers git commit: NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests.

2017-04-23 Thread raydecampo
NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit 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/09dc0163 Tree: h

[3/4] commons-numbers git commit: NUMBERS-20: Add unit tests for SmallPrimes.

2017-04-23 Thread raydecampo
NUMBERS-20: Add unit tests for SmallPrimes. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9e54e498 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9e54e498 Diff: http://git-wip-us.apache

[1/4] commons-numbers git commit: NUMBERS-20: Establish baseline of files copied from [math].

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master eed94bfe8 -> 1eaba643f NUMBERS-20: Establish baseline of files copied from [math]. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/996a3a4

[4/4] commons-numbers git commit: NUMBERS-20: Merge branch 'feature-NUMBERS-20'

2017-04-23 Thread raydecampo
NUMBERS-20: Merge branch 'feature-NUMBERS-20' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1eaba643 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1eaba643 Diff: http://git-wip-us.apac

[commons-numbers] Git Push Summary

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-20 [deleted] 9e54e498d

[02/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/Segme

[01/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1284 [created] b815d2af5 http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java

[04/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[11/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of the same method which would confuse the compiler, prefer the one which matches the documentation of the method. P

[09/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rota

[05/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[10/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed

[07/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/spherical/twod/PropertiesComputer.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/spherical/two

[03/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/P

[08/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/DiskGenerator.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Dis

[06/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotationDSTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/

[15/19] [math] MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D".

2017-05-06 Thread raydecampo
MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a27ca511 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[01/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1284 b815d2af5 -> c9e49faac http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java -

[19/19] [math] MATH-1284: Fix javadoc references

2017-05-06 Thread raydecampo
MATH-1284: Fix javadoc references Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c9e49faa Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c9e49faa Diff: http://git-wip-us.apache.org/repos/asf/commo

[07/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/spherical/twod/SubCircle.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/spherical/twod/SubCirc

[18/19] [math] MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vec

2017-05-06 Thread raydecampo
MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vector3D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

[17/19] [math] MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vec

2017-05-06 Thread raydecampo
MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vector2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

[13/19] [math] MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D".

2017-05-06 Thread raydecampo
MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c7d20472 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c

[09/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rota

[14/19] [math] MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D.

2017-05-06 Thread raydecampo
MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e508ad09 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e508ad09 Diff: http://git

[10/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed

[04/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[06/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/th

[16/19] [math] MATH-1284: Restore Vector1D class as an abstract implementation of Vector and now Cartesian1D extends Vector1D. Restore the public interface of Vector1DFormat to act on Vec

2017-05-06 Thread raydecampo
MATH-1284: Restore Vector1D class as an abstract implementation of Vector and now Cartesian1D extends Vector1D. Restore the public interface of Vector1DFormat to act on Vector1D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

[03/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/P

[08/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java b

[12/19] [math] MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D".

2017-05-06 Thread raydecampo
MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a3984815 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[02/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/Segme

[05/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[11/19] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-06 Thread raydecampo
MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Point, add a disambiguating method accepting a Cartesian?D. Eliminate casts where possible. Project: http://git-wip-us.apache.or

[2/5] [math] Fix some javadoc issues.

2017-05-07 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/53ec46ba/src/main/java/org/apache/commons/math4/stat/inference/InferenceTestUtils.java -- diff --git a/src/main/java/org/apache/commons/math4/stat/inference/InferenceTestUti

[5/5] [math] Fix some javadoc issues.

2017-05-07 Thread raydecampo
Fix some javadoc issues. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/53ec46ba Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/53ec46ba Diff: http://git-wip-us.apache.org/repos/asf/commons-math/

[3/5] [math] Fix some javadoc issues.

2017-05-07 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/53ec46ba/src/main/java/org/apache/commons/math4/optim/nonlinear/scalar/gradient/NonLinearConjugateGradientOptimizer.java -- diff --git a/src/main/java/org/apache/commons/mat

[1/5] [math] Fix some javadoc issues.

2017-05-07 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/master cdf22ce63 -> 53ec46ba2 http://git-wip-us.apache.org/repos/asf/commons-math/blob/53ec46ba/src/main/java/org/apache/commons/math4/util/MathArrays.java -- diff --git a/s

[4/5] [math] Fix some javadoc issues.

2017-05-07 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/53ec46ba/src/main/java/org/apache/commons/math4/ode/nonstiff/AdamsBashforthIntegrator.java -- diff --git a/src/main/java/org/apache/commons/math4/ode/nonstiff/AdamsBashforth

[01/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/master bf9158489 -> 7a59c0af2 http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java

[04/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[28/31] [math] MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vec

2017-05-12 Thread raydecampo
MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vector2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

[10/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed

[21/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed

[15/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[17/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/th

[08/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/DiskGenerator.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Dis

[24/31] [math] MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c7d20472 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c

[19/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java b

[25/31] [math] MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D.

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e508ad09 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e508ad09 Diff: http://git

[09/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rota

[16/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/

[26/31] [math] MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a27ca511 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[13/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/Segme

[03/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/P

[02/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/Segme

[23/31] [math] MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a3984815 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[29/31] [math] MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vec

2017-05-12 Thread raydecampo
MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vector3D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

  1   2   >