Re: [math] Change on "master" (Was: [10/10] [math] Remove redundant ...)

2016-09-20 Thread Rob Tompkins


> On Sep 20, 2016, at 1:55 PM, Gary Gregory  wrote:
> 
>> On Tue, Sep 20, 2016 at 8:16 AM, Rob Tompkins  wrote:
>> 
>> 
>> 
>>> On Sep 20, 2016, at 10:30 AM, Gilles 
>> wrote:
>>> 
 On Tue, 20 Sep 2016 06:40:40 -, ggreg...@apache.org wrote:
 Remove redundant type arguments.
 
 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
 Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/
>> 8b5f4535
 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535
 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b5f4535
 
 Branch: refs/heads/master
>>> 
>>> -1
>>> 
>>> This should have been done on branch "develop".[1]
>> 
> 
> Reverted master and pushed on develop.
> 
> 
>>> 
>>> Gilles
>>> 
>>> [1] After the revert, we should probably change "master" to
>>>   "old_master" and "develop" to "master" to avoid confusion,
>>>   as was done by Emmanuel (for "commons-rng").
>>>   We'd still need to update the info in
>>> doc/development/development.howto.txt
>>>   [The contents of this file is also stale in "commons-rng".]
>>> 
>> 
>> +1. I can do that today if we want to.
>> 
> 
> Go for it.
> 

Done. From here I'll try to get Travis back working. 

-Rob

> Gary
> 
> 
>> 
>>> 
 Commit: 8b5f4535ec5a3983e655e5fc66a90fce657d4344
 Parents: 598edc1
 Author: Gary Gregory 
 Authored: Mon Sep 19 23:40:15 2016 -0700
 Committer: Gary Gregory 
 Committed: Mon Sep 19 23:40:15 2016 -0700
 
 --
 .../analysis/differentiation/DSCompiler.java|  10 +-
 .../differentiation/SparseGradient.java |   4 +-
 .../integration/gauss/BaseRuleFactory.java  |   8 +-
 .../gauss/GaussIntegratorFactory.java   |   2 +-
 .../integration/gauss/HermiteRuleFactory.java   |   4 +-
 .../gauss/LegendreHighPrecisionRuleFactory.java |   4 +-
 .../integration/gauss/LegendreRuleFactory.java  |   4 +-
 .../interpolation/FieldHermiteInterpolator.java |   6 +-
 .../interpolation/HermiteInterpolator.java  |   6 +-
 .../interpolation/InterpolatingMicrosphere.java |   6 +-
 .../analysis/polynomials/PolynomialsUtils.java  |  12 +-
 .../apache/commons/math4/complex/Complex.java   |   2 +-
 .../distribution/EnumeratedDistribution.java |   6 +-
 .../EnumeratedIntegerDistribution.java  |  10 +-
 .../EnumeratedRealDistribution.java |  10 +-
 .../MixtureMultivariateNormalDistribution.java  |   4 +-
 .../MixtureMultivariateRealDistribution.java|   6 +-
 ...ateNormalMixtureExpectationMaximization.java |   4 +-
 .../commons/math4/exception/util/ArgUtils.java  |   2 +-
 .../math4/exception/util/ExceptionContext.java  |  12 +-
 .../math4/fitting/GaussianCurveFitter.java  |   2 +-
 .../math4/fitting/HarmonicCurveFitter.java |   2 +-
 .../math4/fitting/WeightedObservedPoints.java   |   4 +-
 .../leastsquares/GaussNewtonOptimizer.java  |   2 +-
 .../leastsquares/LeastSquaresFactory.java |   2 +-
 .../math4/genetics/AbstractListChromosome.java  |   2 +-
 .../math4/genetics/BinaryChromosome.java|   2 +-
 .../commons/math4/genetics/BinaryMutation.java  |   2 +-
 .../commons/math4/genetics/CycleCrossover.java  |   8 +-
 .../commons/math4/genetics/ListPopulation.java  |   2 +-
 .../commons/math4/genetics/NPointCrossover.java |   4 +-
 .../math4/genetics/OnePointCrossover.java |   4 +-
 .../math4/genetics/OrderedCrossover.java|   8 +-
 .../commons/math4/genetics/RandomKey.java   |  16 +-
 .../math4/genetics/RandomKeyMutation.java   |   2 +-
 .../math4/genetics/TournamentSelection.java |   2 +-
 .../math4/genetics/UniformCrossover.java |   4 +-
 .../math4/geometry/enclosing/WelzlEncloser.java |   4 +-
 .../geometry/euclidean/oned/IntervalsSet.java   |  22 +-
 .../euclidean/oned/SubOrientedPoint.java|   6 +-
 .../euclidean/threed/FieldRotation.java |  40 ++--
 .../euclidean/threed/FieldVector3D.java |  42 ++--
 .../euclidean/threed/OutlineExtractor.java  |   2 +-
 .../euclidean/threed/PolyhedronsSet.java|   4 +-
 .../euclidean/threed/SphereGenerator.java   |  10 +-
 .../geometry/euclidean/threed/SubLine.java |   2 +-
 .../geometry/euclidean/threed/SubPlane.java |  12 +-
 .../geometry/euclidean/twod/DiskGenerator.java  |   8 +-
 .../geometry/euclidean/twod/NestedLoops.java|   8 +-
 .../geometry/euclidean/twod/PolygonsSet.java|  18 +-
 .../math4/geometry/euclidean/twod/SubLine.java  |  14 +-
 .../twod/hull/AklToussaintHeuristic.java|   4 +-
 .../euclidean/twod/hull/ConvexHull2D.java |   2 +-
 .../euclidean/twod/hull/MonotoneChain.java  |   8 +-
 .../geometry/partitioning/AbstractRegion.java   |  26 +--
 .../partitioning/AbstractS

Re: [math] Change on "master" (Was: [10/10] [math] Remove redundant ...)

2016-09-20 Thread Gary Gregory
On Tue, Sep 20, 2016 at 8:16 AM, Rob Tompkins  wrote:

>
>
> > On Sep 20, 2016, at 10:30 AM, Gilles 
> wrote:
> >
> >> On Tue, 20 Sep 2016 06:40:40 -, ggreg...@apache.org wrote:
> >> Remove redundant type arguments.
> >>
> >> Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
> >> Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/
> 8b5f4535
> >> Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535
> >> Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b5f4535
> >>
> >> Branch: refs/heads/master
> >
> > -1
> >
> > This should have been done on branch "develop".[1]
>

Reverted master and pushed on develop.


> >
> > Gilles
> >
> > [1] After the revert, we should probably change "master" to
> >"old_master" and "develop" to "master" to avoid confusion,
> >as was done by Emmanuel (for "commons-rng").
> >We'd still need to update the info in
> >  doc/development/development.howto.txt
> >[The contents of this file is also stale in "commons-rng".]
> >
>
> +1. I can do that today if we want to.
>

Go for it.

Gary


>
> >
> >> Commit: 8b5f4535ec5a3983e655e5fc66a90fce657d4344
> >> Parents: 598edc1
> >> Author: Gary Gregory 
> >> Authored: Mon Sep 19 23:40:15 2016 -0700
> >> Committer: Gary Gregory 
> >> Committed: Mon Sep 19 23:40:15 2016 -0700
> >>
> >> --
> >> .../analysis/differentiation/DSCompiler.java|  10 +-
> >> .../differentiation/SparseGradient.java |   4 +-
> >> .../integration/gauss/BaseRuleFactory.java  |   8 +-
> >> .../gauss/GaussIntegratorFactory.java   |   2 +-
> >> .../integration/gauss/HermiteRuleFactory.java   |   4 +-
> >> .../gauss/LegendreHighPrecisionRuleFactory.java |   4 +-
> >> .../integration/gauss/LegendreRuleFactory.java  |   4 +-
> >> .../interpolation/FieldHermiteInterpolator.java |   6 +-
> >> .../interpolation/HermiteInterpolator.java  |   6 +-
> >> .../interpolation/InterpolatingMicrosphere.java |   6 +-
> >> .../analysis/polynomials/PolynomialsUtils.java  |  12 +-
> >> .../apache/commons/math4/complex/Complex.java   |   2 +-
> >> .../distribution/EnumeratedDistribution.java |   6 +-
> >> .../EnumeratedIntegerDistribution.java  |  10 +-
> >> .../EnumeratedRealDistribution.java |  10 +-
> >> .../MixtureMultivariateNormalDistribution.java  |   4 +-
> >> .../MixtureMultivariateRealDistribution.java|   6 +-
> >> ...ateNormalMixtureExpectationMaximization.java |   4 +-
> >> .../commons/math4/exception/util/ArgUtils.java  |   2 +-
> >> .../math4/exception/util/ExceptionContext.java  |  12 +-
> >> .../math4/fitting/GaussianCurveFitter.java  |   2 +-
> >> .../math4/fitting/HarmonicCurveFitter.java  |   2 +-
> >> .../math4/fitting/WeightedObservedPoints.java   |   4 +-
> >> .../leastsquares/GaussNewtonOptimizer.java  |   2 +-
> >> .../leastsquares/LeastSquaresFactory.java   |   2 +-
> >> .../math4/genetics/AbstractListChromosome.java  |   2 +-
> >> .../math4/genetics/BinaryChromosome.java|   2 +-
> >> .../commons/math4/genetics/BinaryMutation.java  |   2 +-
> >> .../commons/math4/genetics/CycleCrossover.java  |   8 +-
> >> .../commons/math4/genetics/ListPopulation.java  |   2 +-
> >> .../commons/math4/genetics/NPointCrossover.java |   4 +-
> >> .../math4/genetics/OnePointCrossover.java |   4 +-
> >> .../math4/genetics/OrderedCrossover.java|   8 +-
> >> .../commons/math4/genetics/RandomKey.java   |  16 +-
> >> .../math4/genetics/RandomKeyMutation.java   |   2 +-
> >> .../math4/genetics/TournamentSelection.java |   2 +-
> >> .../math4/genetics/UniformCrossover.java|   4 +-
> >> .../math4/geometry/enclosing/WelzlEncloser.java |   4 +-
> >> .../geometry/euclidean/oned/IntervalsSet.java   |  22 +-
> >> .../euclidean/oned/SubOrientedPoint.java|   6 +-
> >> .../euclidean/threed/FieldRotation.java |  40 ++--
> >> .../euclidean/threed/FieldVector3D.java |  42 ++--
> >> .../euclidean/threed/OutlineExtractor.java  |   2 +-
> >> .../euclidean/threed/PolyhedronsSet.java|   4 +-
> >> .../euclidean/threed/SphereGenerator.java   |  10 +-
> >> .../geometry/euclidean/threed/SubLine.java |   2 +-
> >> .../geometry/euclidean/threed/SubPlane.java |  12 +-
> >> .../geometry/euclidean/twod/DiskGenerator.java  |   8 +-
> >> .../geometry/euclidean/twod/NestedLoops.java|   8 +-
> >> .../geometry/euclidean/twod/PolygonsSet.java|  18 +-
> >> .../math4/geometry/euclidean/twod/SubLine.java  |  14 +-
> >> .../twod/hull/AklToussaintHeuristic.java|   4 +-
> >> .../euclidean/twod/hull/ConvexHull2D.java   |   2 +-
> >> .../euclidean/twod/hull/MonotoneChain.java  |   8 +-
> >> .../geometry/partitioning/AbstractRegion.java   |  26 +--
> >> .../partitioning/AbstractSubHyperplane.java |   8 +-
> >> .../math4/geometry/partitioning/BSPTree.java|  34 +--
> >> .../geometry/partitioning/BoundaryBuilder.java

Re: [math] Change on "master" (Was: [10/10] [math] Remove redundant ...)

2016-09-20 Thread Rob Tompkins


> On Sep 20, 2016, at 10:30 AM, Gilles  wrote:
> 
>> On Tue, 20 Sep 2016 06:40:40 -, ggreg...@apache.org wrote:
>> Remove redundant type arguments.
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8b5f4535
>> Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535
>> Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b5f4535
>> 
>> Branch: refs/heads/master
> 
> -1
> 
> This should have been done on branch "develop".[1]
> 
> Gilles
> 
> [1] After the revert, we should probably change "master" to
>"old_master" and "develop" to "master" to avoid confusion,
>as was done by Emmanuel (for "commons-rng").
>We'd still need to update the info in
>  doc/development/development.howto.txt
>[The contents of this file is also stale in "commons-rng".]
> 

+1. I can do that today if we want to. 

> 
>> Commit: 8b5f4535ec5a3983e655e5fc66a90fce657d4344
>> Parents: 598edc1
>> Author: Gary Gregory 
>> Authored: Mon Sep 19 23:40:15 2016 -0700
>> Committer: Gary Gregory 
>> Committed: Mon Sep 19 23:40:15 2016 -0700
>> 
>> --
>> .../analysis/differentiation/DSCompiler.java|  10 +-
>> .../differentiation/SparseGradient.java |   4 +-
>> .../integration/gauss/BaseRuleFactory.java  |   8 +-
>> .../gauss/GaussIntegratorFactory.java   |   2 +-
>> .../integration/gauss/HermiteRuleFactory.java   |   4 +-
>> .../gauss/LegendreHighPrecisionRuleFactory.java |   4 +-
>> .../integration/gauss/LegendreRuleFactory.java  |   4 +-
>> .../interpolation/FieldHermiteInterpolator.java |   6 +-
>> .../interpolation/HermiteInterpolator.java  |   6 +-
>> .../interpolation/InterpolatingMicrosphere.java |   6 +-
>> .../analysis/polynomials/PolynomialsUtils.java  |  12 +-
>> .../apache/commons/math4/complex/Complex.java   |   2 +-
>> .../distribution/EnumeratedDistribution.java |   6 +-
>> .../EnumeratedIntegerDistribution.java  |  10 +-
>> .../EnumeratedRealDistribution.java |  10 +-
>> .../MixtureMultivariateNormalDistribution.java  |   4 +-
>> .../MixtureMultivariateRealDistribution.java|   6 +-
>> ...ateNormalMixtureExpectationMaximization.java |   4 +-
>> .../commons/math4/exception/util/ArgUtils.java  |   2 +-
>> .../math4/exception/util/ExceptionContext.java  |  12 +-
>> .../math4/fitting/GaussianCurveFitter.java  |   2 +-
>> .../math4/fitting/HarmonicCurveFitter.java  |   2 +-
>> .../math4/fitting/WeightedObservedPoints.java   |   4 +-
>> .../leastsquares/GaussNewtonOptimizer.java  |   2 +-
>> .../leastsquares/LeastSquaresFactory.java   |   2 +-
>> .../math4/genetics/AbstractListChromosome.java  |   2 +-
>> .../math4/genetics/BinaryChromosome.java|   2 +-
>> .../commons/math4/genetics/BinaryMutation.java  |   2 +-
>> .../commons/math4/genetics/CycleCrossover.java  |   8 +-
>> .../commons/math4/genetics/ListPopulation.java  |   2 +-
>> .../commons/math4/genetics/NPointCrossover.java |   4 +-
>> .../math4/genetics/OnePointCrossover.java |   4 +-
>> .../math4/genetics/OrderedCrossover.java|   8 +-
>> .../commons/math4/genetics/RandomKey.java   |  16 +-
>> .../math4/genetics/RandomKeyMutation.java   |   2 +-
>> .../math4/genetics/TournamentSelection.java |   2 +-
>> .../math4/genetics/UniformCrossover.java|   4 +-
>> .../math4/geometry/enclosing/WelzlEncloser.java |   4 +-
>> .../geometry/euclidean/oned/IntervalsSet.java   |  22 +-
>> .../euclidean/oned/SubOrientedPoint.java|   6 +-
>> .../euclidean/threed/FieldRotation.java |  40 ++--
>> .../euclidean/threed/FieldVector3D.java |  42 ++--
>> .../euclidean/threed/OutlineExtractor.java  |   2 +-
>> .../euclidean/threed/PolyhedronsSet.java|   4 +-
>> .../euclidean/threed/SphereGenerator.java   |  10 +-
>> .../geometry/euclidean/threed/SubLine.java |   2 +-
>> .../geometry/euclidean/threed/SubPlane.java |  12 +-
>> .../geometry/euclidean/twod/DiskGenerator.java  |   8 +-
>> .../geometry/euclidean/twod/NestedLoops.java|   8 +-
>> .../geometry/euclidean/twod/PolygonsSet.java|  18 +-
>> .../math4/geometry/euclidean/twod/SubLine.java  |  14 +-
>> .../twod/hull/AklToussaintHeuristic.java|   4 +-
>> .../euclidean/twod/hull/ConvexHull2D.java   |   2 +-
>> .../euclidean/twod/hull/MonotoneChain.java  |   8 +-
>> .../geometry/partitioning/AbstractRegion.java   |  26 +--
>> .../partitioning/AbstractSubHyperplane.java |   8 +-
>> .../math4/geometry/partitioning/BSPTree.java|  34 +--
>> .../geometry/partitioning/BoundaryBuilder.java  |  12 +-
>> .../partitioning/BoundaryProjector.java |   4 +-
>> .../geometry/partitioning/Characterization.java |   4 +-
>> .../math4/geometry/partitioning/NodesSet.java   |   2 +-
>> .../geometry/partitioning/RegionFactory.java|  14 +-
>> .../math4/geometry/spherical/oned/ArcsSet.java  |  

[math] Change on "master" (Was: [10/10] [math] Remove redundant ...)

2016-09-20 Thread Gilles

On Tue, 20 Sep 2016 06:40:40 -, ggreg...@apache.org wrote:

Remove redundant type arguments.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-math/commit/8b5f4535
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b5f4535


Branch: refs/heads/master


-1

This should have been done on branch "develop".[1]

Gilles

[1] After the revert, we should probably change "master" to
"old_master" and "develop" to "master" to avoid confusion,
as was done by Emmanuel (for "commons-rng").
We'd still need to update the info in
  doc/development/development.howto.txt
[The contents of this file is also stale in "commons-rng".]



Commit: 8b5f4535ec5a3983e655e5fc66a90fce657d4344
Parents: 598edc1
Author: Gary Gregory 
Authored: Mon Sep 19 23:40:15 2016 -0700
Committer: Gary Gregory 
Committed: Mon Sep 19 23:40:15 2016 -0700


--
 .../analysis/differentiation/DSCompiler.java|  10 +-
 .../differentiation/SparseGradient.java |   4 +-
 .../integration/gauss/BaseRuleFactory.java  |   8 +-
 .../gauss/GaussIntegratorFactory.java   |   2 +-
 .../integration/gauss/HermiteRuleFactory.java   |   4 +-
 .../gauss/LegendreHighPrecisionRuleFactory.java |   4 +-
 .../integration/gauss/LegendreRuleFactory.java  |   4 +-
 .../interpolation/FieldHermiteInterpolator.java |   6 +-
 .../interpolation/HermiteInterpolator.java  |   6 +-
 .../interpolation/InterpolatingMicrosphere.java |   6 +-
 .../analysis/polynomials/PolynomialsUtils.java  |  12 +-
 .../apache/commons/math4/complex/Complex.java   |   2 +-
 .../distribution/EnumeratedDistribution.java|   6 +-
 .../EnumeratedIntegerDistribution.java  |  10 +-
 .../EnumeratedRealDistribution.java |  10 +-
 .../MixtureMultivariateNormalDistribution.java  |   4 +-
 .../MixtureMultivariateRealDistribution.java|   6 +-
 ...ateNormalMixtureExpectationMaximization.java |   4 +-
 .../commons/math4/exception/util/ArgUtils.java  |   2 +-
 .../math4/exception/util/ExceptionContext.java  |  12 +-
 .../math4/fitting/GaussianCurveFitter.java  |   2 +-
 .../math4/fitting/HarmonicCurveFitter.java  |   2 +-
 .../math4/fitting/WeightedObservedPoints.java   |   4 +-
 .../leastsquares/GaussNewtonOptimizer.java  |   2 +-
 .../leastsquares/LeastSquaresFactory.java   |   2 +-
 .../math4/genetics/AbstractListChromosome.java  |   2 +-
 .../math4/genetics/BinaryChromosome.java|   2 +-
 .../commons/math4/genetics/BinaryMutation.java  |   2 +-
 .../commons/math4/genetics/CycleCrossover.java  |   8 +-
 .../commons/math4/genetics/ListPopulation.java  |   2 +-
 .../commons/math4/genetics/NPointCrossover.java |   4 +-
 .../math4/genetics/OnePointCrossover.java   |   4 +-
 .../math4/genetics/OrderedCrossover.java|   8 +-
 .../commons/math4/genetics/RandomKey.java   |  16 +-
 .../math4/genetics/RandomKeyMutation.java   |   2 +-
 .../math4/genetics/TournamentSelection.java |   2 +-
 .../math4/genetics/UniformCrossover.java|   4 +-
 .../math4/geometry/enclosing/WelzlEncloser.java |   4 +-
 .../geometry/euclidean/oned/IntervalsSet.java   |  22 +-
 .../euclidean/oned/SubOrientedPoint.java|   6 +-
 .../euclidean/threed/FieldRotation.java |  40 ++--
 .../euclidean/threed/FieldVector3D.java |  42 ++--
 .../euclidean/threed/OutlineExtractor.java  |   2 +-
 .../euclidean/threed/PolyhedronsSet.java|   4 +-
 .../euclidean/threed/SphereGenerator.java   |  10 +-
 .../geometry/euclidean/threed/SubLine.java  |   2 +-
 .../geometry/euclidean/threed/SubPlane.java |  12 +-
 .../geometry/euclidean/twod/DiskGenerator.java  |   8 +-
 .../geometry/euclidean/twod/NestedLoops.java|   8 +-
 .../geometry/euclidean/twod/PolygonsSet.java|  18 +-
 .../math4/geometry/euclidean/twod/SubLine.java  |  14 +-
 .../twod/hull/AklToussaintHeuristic.java|   4 +-
 .../euclidean/twod/hull/ConvexHull2D.java   |   2 +-
 .../euclidean/twod/hull/MonotoneChain.java  |   8 +-
 .../geometry/partitioning/AbstractRegion.java   |  26 +--
 .../partitioning/AbstractSubHyperplane.java |   8 +-
 .../math4/geometry/partitioning/BSPTree.java|  34 +--
 .../geometry/partitioning/BoundaryBuilder.java  |  12 +-
 .../partitioning/BoundaryProjector.java |   4 +-
 .../geometry/partitioning/Characterization.java |   4 +-
 .../math4/geometry/partitioning/NodesSet.java   |   2 +-
 .../geometry/partitioning/RegionFactory.java|  14 +-
 .../math4/geometry/spherical/oned/ArcsSet.java  |  36 +--
 .../geometry/spherical/oned/SubLimitAngle.java  |   4 +-
 .../geometry/spherical/twod/EdgesBuilder.java   |   6 +-
 .../spherical/twod/PropertiesComputer.java  |   2 +-
 .../spherical/twod/SphericalPolygonsSet.java|  30 +--
 .../geometry/spherical/twod/