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 7f88111 adding missing CONTRIBUTING files add fc9272b GEOMETRY-99: using Double.compare in equals and Double.hashCode in hashCode add afde7ad fixing checkstyle suppression on windows; adjusting unit test value for more consistent result sorting new f539ca1 Merge branch 'master' into 1.0-beta1-release; including release fixes from master. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../precision/EpsilonDoublePrecisionContext.java | 2 +- .../EpsilonDoublePrecisionContextTest.java | 19 ++++++++++++++ .../commons/geometry/euclidean/oned/Vector1D.java | 4 +-- .../euclidean/threed/AffineTransformMatrix3D.java | 25 +++++++++---------- .../euclidean/threed/SphericalCoordinates.java | 5 ++-- .../geometry/euclidean/threed/Vector3D.java | 9 ++++--- .../threed/rotation/AxisAngleSequence.java | 8 +++--- .../euclidean/twod/AffineTransformMatrix2D.java | 13 +++++----- .../geometry/euclidean/twod/PolarCoordinates.java | 4 +-- .../commons/geometry/euclidean/twod/Vector2D.java | 6 ++--- .../oned/AffineTransformMatrix1DTest.java | 18 ++++++++++++++ .../geometry/euclidean/oned/Vector1DTest.java | 19 ++++++++++++++ .../threed/AffineTransformMatrix3DTest.java | 29 ++++++++++++++++++++++ .../euclidean/threed/SphericalCoordinatesTest.java | 19 ++++++++++++++ .../geometry/euclidean/threed/Vector3DTest.java | 18 ++++++++++++++ .../threed/rotation/AxisAngleSequenceTest.java | 23 +++++++++++++++++ .../twod/AffineTransformMatrix2DTest.java | 27 ++++++++++++++++++++ .../euclidean/twod/PolarCoordinatesTest.java | 18 ++++++++++++++ .../geometry/euclidean/twod/Vector2DTest.java | 18 ++++++++++++++ .../geometry/spherical/oned/Point1STest.java | 19 ++++++++++++++ .../geometry/spherical/twod/ConvexArea2STest.java | 2 +- .../checkstyle/checkstyle-suppressions.xml | 2 +- 22 files changed, 265 insertions(+), 42 deletions(-)