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

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


    from cc94f65  adding release manager entry
     add c619eeb  fix javadocs
     add f53807a  fix typos.
     add b95ddb5  fix length-too-long
     add 6bba60a  fix javadocs 2
     add 735ebe6  upgrade dependencies
     add e1c958f  remove redundant group-id
     add bcfed9b  fix README.md in a sub-module.
     add 6c90e34  change a field to local variable, as I didn't see anywhere 
using it.
     add b06c457  add break to a loop.
     add c2f929e  simplify if
     add 3c25e07  change GeometryInternalError to GeometryInternalException to 
better reflect its actual type
     add 385c02a  using enhanced for loop when possible
     new 32bb4c5  Merge branch 'master' into 1.0-beta1-release; including 
changes made to master based on rc1 feedback.
     new 8d34e76  updating READMEs; bumping rc number

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  23 +--
 commons-geometry-core/README.md                    | 210 ++++++++++-----------
 ...alError.java => GeometryInternalException.java} |   4 +-
 .../core/partitioning/HyperplaneSubset.java        |   2 +-
 .../partitioning/bsp/AbstractRegionBSPTree.java    |   2 +-
 ...est.java => GeometryInternalExceptionTest.java} |   4 +-
 .../bsp/AbstractRegionBSPTreeBooleanTest.java      |  16 +-
 .../bsp/AbstractRegionBSPTreeTest.java             |   8 +-
 .../core/partitioning/bsp/MergeChecker.java        |   4 +-
 .../core/partitioning/test/AttributeBSPTree.java   |   4 +-
 .../core/partitioning/test/PartitionTestUtils.java |   2 +-
 .../core/partitioning/test/TestLineSegment.java    |   2 +-
 commons-geometry-enclosing/README.md               | 210 ++++++++++-----------
 .../commons/geometry/enclosing/WelzlEncloser.java  |   4 +-
 .../euclidean/twod/WelzlEncloser2DTest.java        |   1 +
 commons-geometry-euclidean/README.md               | 210 ++++++++++-----------
 .../geometry/euclidean/internal/Vectors.java       |   2 +-
 .../commons/geometry/euclidean/oned/Interval.java  |   2 +-
 .../geometry/euclidean/oned/RegionBSPTree1D.java   |   8 +-
 .../commons/geometry/euclidean/threed/Planes.java  |  23 ++-
 .../geometry/euclidean/threed/RegionBSPTree3D.java |   5 +-
 .../euclidean/threed/SphericalCoordinates.java     |   2 +-
 .../threed/VertexListConvexPolygon3D.java          |   2 +-
 .../threed/rotation/AxisAngleSequence.java         |   4 +-
 .../threed/rotation/QuaternionRotation.java        |   4 +-
 .../geometry/euclidean/testio/TestOBJWriter.java   |   4 +-
 .../euclidean/threed/LinecastChecker3D.java        |  16 +-
 .../threed/rotation/QuaternionRotationTest.java    |   4 +-
 .../geometry/euclidean/twod/LinecastChecker2D.java |  10 +-
 .../path/InteriorAngleLinePathConnectorTest.java   |   4 +-
 commons-geometry-examples/README.md                |  10 +-
 commons-geometry-examples/examples-io/README.md    |  16 +-
 .../geometry/examples/io/threed/obj/OBJWriter.java |   4 +-
 commons-geometry-examples/examples-jmh/README.md   |   6 +-
 .../examples-tutorials/README.md                   |   6 +-
 commons-geometry-hull/README.md                    | 210 ++++++++++-----------
 commons-geometry-spherical/README.md               | 210 ++++++++++-----------
 .../geometry/spherical/oned/RegionBSPTree1S.java   |   4 +-
 .../geometry/spherical/SphericalTestUtils.java     |   2 +-
 pom.xml                                            |   6 +-
 40 files changed, 632 insertions(+), 638 deletions(-)
 rename 
commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/{GeometryInternalError.java
 => GeometryInternalException.java} (93%)
 rename 
commons-geometry-core/src/test/java/org/apache/commons/geometry/core/internal/{GeometryInternalErrorTest.java
 => GeometryInternalExceptionTest.java} (91%)

Reply via email to