Matt Juntunen [Thu, 16 Jul 2020 01:24:33 +0000 (21:24 -0400)]
Preparing 1.0-beta1-rc3
Matt Juntunen [Thu, 16 Jul 2020 00:59:21 +0000 (20:59 -0400)]
Merge remote-tracking branch 'origin/master' into 1.0-beta1-release; including changes made to master since rc2
Matt Juntunen [Sat, 11 Jul 2020 20:05:49 +0000 (16:05 -0400)]
GEOMETRY-100: adding special cases for centroid computations for very small areas
Matt Juntunen [Tue, 7 Jul 2020 01:49:25 +0000 (21:49 -0400)]
Reverting name change after discussion on dev ML.
This reverts commit
3c25e07d19e0d7c36073713c6a60d15adf4a5ecf.
Matt Juntunen [Sun, 5 Jul 2020 01:53:29 +0000 (21:53 -0400)]
fixing capitalization
Matt Juntunen [Sun, 5 Jul 2020 01:32:21 +0000 (21:32 -0400)]
Merge branch 'master' into 1.0-beta1-release; including release fixes from
Matt Juntunen [Sun, 5 Jul 2020 01:38:11 +0000 (21:38 -0400)]
fixing checkstyle suppression on windows; adjusting unit test value for more consistent result sorting
Matt Juntunen [Sat, 4 Jul 2020 20:57:49 +0000 (16:57 -0400)]
adding missing CONTRIBUTING files
Matt Juntunen [Sat, 4 Jul 2020 20:51:42 +0000 (16:51 -0400)]
adding back additional badges in READMEs
Matt Juntunen [Sat, 4 Jul 2020 20:29:59 +0000 (16:29 -0400)]
GEOMETRY-99: using Double.compare in equals and Double.hashCode in hashCode
Matt Juntunen [Sat, 4 Jul 2020 15:58:12 +0000 (11:58 -0400)]
excluding travis.yml from distribution
Matt Juntunen [Sat, 4 Jul 2020 15:50:03 +0000 (11:50 -0400)]
updating READMEs; bumping rc number
Matt Juntunen [Sat, 4 Jul 2020 12:05:08 +0000 (08:05 -0400)]
Merge branch 'master' into 1.0-beta1-release; including changes made to master based on rc1 feedback.
Matt Juntunen [Sat, 4 Jul 2020 12:02:05 +0000 (08:02 -0400)]
using enhanced for loop when possible
XenoAmess [Sat, 4 Jul 2020 02:16:55 +0000 (10:16 +0800)]
change GeometryInternalError to GeometryInternalException to better reflect its actual type
XenoAmess [Sat, 4 Jul 2020 02:01:34 +0000 (10:01 +0800)]
simplify if
XenoAmess [Sat, 4 Jul 2020 01:54:25 +0000 (09:54 +0800)]
add break to a loop.
XenoAmess [Sat, 4 Jul 2020 01:47:06 +0000 (09:47 +0800)]
change a field to local variable, as I didn't see anywhere using it.
XenoAmess [Fri, 3 Jul 2020 20:11:31 +0000 (04:11 +0800)]
fix README.md in a sub-module.
XenoAmess [Fri, 3 Jul 2020 20:07:40 +0000 (04:07 +0800)]
remove redundant group-id
XenoAmess [Fri, 3 Jul 2020 17:14:33 +0000 (01:14 +0800)]
upgrade dependencies
XenoAmess [Fri, 3 Jul 2020 17:31:23 +0000 (01:31 +0800)]
fix javadocs 2
XenoAmess [Fri, 3 Jul 2020 17:05:19 +0000 (01:05 +0800)]
fix length-too-long
XenoAmess [Fri, 3 Jul 2020 16:58:06 +0000 (00:58 +0800)]
fix typos.
XenoAmess [Fri, 3 Jul 2020 16:44:00 +0000 (00:44 +0800)]
fix javadocs
Matt Juntunen [Fri, 3 Jul 2020 03:36:01 +0000 (23:36 -0400)]
adding release manager entry
Matt Juntunen [Fri, 3 Jul 2020 03:31:28 +0000 (23:31 -0400)]
release candidate
Matt Juntunen [Fri, 3 Jul 2020 03:20:57 +0000 (23:20 -0400)]
adding download page
Matt Juntunen [Fri, 3 Jul 2020 03:18:53 +0000 (23:18 -0400)]
bumping versions to 1.0-beta1
Matt Juntunen [Fri, 3 Jul 2020 03:12:46 +0000 (23:12 -0400)]
adding 1.0-beta1 javadoc links and release entry
Matt Juntunen [Fri, 3 Jul 2020 02:46:29 +0000 (22:46 -0400)]
GEOMETRY-63: adding assertions to test case
Matt Juntunen [Fri, 3 Jul 2020 02:35:46 +0000 (22:35 -0400)]
GEOMETRY-63: swapping assertion argument order
Matt Juntunen [Fri, 3 Jul 2020 02:32:51 +0000 (22:32 -0400)]
removing empty test
Matt Juntunen [Fri, 3 Jul 2020 02:31:46 +0000 (22:31 -0400)]
GEOMETRY-63: removing unnecessary braces in lambdas; removing use of Stream.peek
Matt Juntunen [Fri, 3 Jul 2020 02:24:02 +0000 (22:24 -0400)]
GEOMETRY-63: throwing NoSuchElementException in SimpleTriangleMesh Face iterator
Matt Juntunen [Fri, 3 Jul 2020 02:13:37 +0000 (22:13 -0400)]
updating dist-archive pom dependencies; removing redundant groupId and version
Matt Juntunen [Thu, 2 Jul 2020 21:34:05 +0000 (17:34 -0400)]
removing redundant groupId and version entries from poms
Matt Juntunen [Thu, 2 Jul 2020 19:17:45 +0000 (15:17 -0400)]
GEOMETRY-95: adding BSP tree tutorial
Baljit Singh [Thu, 2 Jul 2020 12:25:09 +0000 (08:25 -0400)]
Use consistent imports organization
Baljit Singh [Wed, 1 Jul 2020 16:16:43 +0000 (12:16 -0400)]
Simplify Collections usage
Baljit Singh [Wed, 1 Jul 2020 16:05:27 +0000 (12:05 -0400)]
Simplify lambda usage
Baljit Singh [Wed, 1 Jul 2020 15:44:47 +0000 (11:44 -0400)]
Simplify Stream usage
Baljit Singh [Wed, 1 Jul 2020 15:32:19 +0000 (11:32 -0400)]
Remove redundant local variables
Baljit Singh [Wed, 1 Jul 2020 15:11:45 +0000 (11:11 -0400)]
Use `final` modifier consistently
Baljit Singh [Wed, 1 Jul 2020 15:01:51 +0000 (11:01 -0400)]
Remove redundant interface declaration
Baljit Singh [Wed, 1 Jul 2020 14:57:35 +0000 (10:57 -0400)]
Remove unnecessary semicolon
Baljit Singh [Wed, 1 Jul 2020 14:26:43 +0000 (10:26 -0400)]
Fix README links
Matt Juntunen [Wed, 1 Jul 2020 01:24:41 +0000 (21:24 -0400)]
GEOMETRY-95: adding 3D mesh classes, PartitionedRegionBuilders, and Planes.extrude() methods; expanding examples-io functionality
Matt Juntunen [Fri, 26 Jun 2020 12:11:16 +0000 (08:11 -0400)]
GEOMETRY-50: using SafeNorm for 3D norm computation
Baljit Singh [Mon, 15 Jun 2020 13:43:15 +0000 (09:43 -0400)]
GEOMETRY-63: Fix some SonarQube smells
Matt Juntunen [Sun, 31 May 2020 15:44:09 +0000 (11:44 -0400)]
GEOMETRY-95: improving implementation of Sphere.toTree(); removing HyperplaneSubset.Builder interface to improve performance and numerical robustness
Matt Juntunen [Mon, 25 May 2020 13:01:50 +0000 (09:01 -0400)]
adding references to hyperplane and hyperplanesubset factory classes in user guide
Matt Juntunen [Mon, 25 May 2020 12:44:50 +0000 (08:44 -0400)]
GEOMETRY-97: using the term 'centroid' to refer to geometric center rather than 'barycenter'
Matt Juntunen [Sun, 24 May 2020 16:17:37 +0000 (12:17 -0400)]
GEOMETRY-94: adding PlaneConvexSubset additional implementations; GEOMETRY-77: adding Bounds2D and Bounds3D classes
Gilles Sadowski [Sun, 24 May 2020 22:05:09 +0000 (00:05 +0200)]
Remove dead and unnecessary links in module pages (web site).
Gilles Sadowski [Sat, 23 May 2020 11:07:02 +0000 (13:07 +0200)]
Typo (web site).
Matt Juntunen [Wed, 6 May 2020 14:20:20 +0000 (10:20 -0400)]
GEOMETRY-96: optimizing HyperplaneSubset.Builder implementations to only create internal BSP trees when needed
Matt Juntunen [Wed, 6 May 2020 02:17:50 +0000 (22:17 -0400)]
updating examples-io module with new type names
Matt Juntunen [Wed, 6 May 2020 01:50:34 +0000 (21:50 -0400)]
GEOMETRY-92: adding specialized segment, ray, and reverse ray classes for 2D and 3D; GEOMETRY-93: major refactor from 'subhyperplane' naming convention to 'hyperplane-subset' naming convention
Gilles Sadowski [Thu, 16 Apr 2020 01:56:55 +0000 (03:56 +0200)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-geometry
Gilles Sadowski [Thu, 16 Apr 2020 01:50:56 +0000 (03:50 +0200)]
New maven module "examples-io": Shows how to save a 3D shape to file.
Original code was in "src/test" (but was not a unit test).
Matt Juntunen [Wed, 8 Apr 2020 01:44:39 +0000 (21:44 -0400)]
updating commons-numbers dependency to 1.0-beta1
Matt Juntunen [Tue, 7 Apr 2020 02:11:36 +0000 (22:11 -0400)]
removing dist-archive module from release profile to fix Jenkins build
Alex Herbert [Sun, 5 Apr 2020 23:12:53 +0000 (00:12 +0100)]
Exclude dist-archive generated SHA 512 properties file from checkstyle
Matt Juntunen [Sat, 28 Mar 2020 19:22:58 +0000 (15:22 -0400)]
GEOMETRY-83: adding Circle and Sphere class; making Parallelogram and Parallelepiped extend convex region classes
Gary Gregory [Mon, 30 Mar 2020 15:24:23 +0000 (11:24 -0400)]
Standardize on American English spelling of 'behavior'.
Matt Juntunen [Tue, 24 Mar 2020 02:59:04 +0000 (22:59 -0400)]
GEOMETRY-91: updating AbstractConvexHyperplaneBoundedRegion split logic to handle split inconsistency edge cases
Matt Juntunen [Wed, 11 Mar 2020 01:41:41 +0000 (21:41 -0400)]
Merge pull request #69 from darkma773r/geometry-56
Merge branch geometry-56
Matt Juntunen [Wed, 11 Mar 2020 01:37:08 +0000 (21:37 -0400)]
updating developer entry
Matt Juntunen [Tue, 10 Mar 2020 23:16:59 +0000 (19:16 -0400)]
GEOMETRY-56: downgrading JXR version to prevent dist-archive build failing on forked execution; using default checkstyle phase
Gilles [Sat, 7 Mar 2020 04:33:43 +0000 (05:33 +0100)]
Merge branch 'GEOMETRY-36__Matt'
Closes #70.
Matt Juntunen [Fri, 6 Mar 2020 03:26:03 +0000 (22:26 -0500)]
GEOMETRY-36: adding Rotation2D class
Gilles [Sat, 7 Mar 2020 04:23:35 +0000 (05:23 +0100)]
GEOMETRY 90: Use lambda.
Closes #72.
Matt Juntunen [Sat, 7 Mar 2020 02:17:33 +0000 (21:17 -0500)]
GEOMETRY-90: adding QuaternionRotation.Slerp class to simplify usage of the slerp method
Matt Juntunen [Wed, 4 Mar 2020 05:09:05 +0000 (00:09 -0500)]
GEOMETRY-56: adding initial dist-archive module
Gilles Sadowski [Sun, 23 Feb 2020 16:55:27 +0000 (17:55 +0100)]
Merge commit 'refs/pull/68/head' of https://github.com/apache/commons-geometry
Closes #68.
Gilles Sadowski [Sun, 23 Feb 2020 15:18:53 +0000 (16:18 +0100)]
Merge branch 'GEOMETRY-89__Matt'
Closes #66.
Matt Juntunen [Sun, 23 Feb 2020 01:48:10 +0000 (20:48 -0500)]
adding missing license and project files
Matt Juntunen [Sat, 22 Feb 2020 16:57:53 +0000 (11:57 -0500)]
GEOMETRY-89: adding linear, linearTranspose, and normalTransform methods to AffineTransformMatrixXD
Gilles Sadowski [Fri, 21 Feb 2020 14:54:23 +0000 (15:54 +0100)]
Merge branch 'GEOMETRY-88__Matt'
Closes #65.
Matt Juntunen [Fri, 21 Feb 2020 01:25:08 +0000 (20:25 -0500)]
GEOMETRY-88: reverting ConvexSubPlane to Facet name change
Gilles Sadowski [Thu, 20 Feb 2020 15:16:54 +0000 (16:16 +0100)]
Merge branch 'GEOMETRY-74__Matt'
Closes #64.
Matt Juntunen [Thu, 20 Feb 2020 13:05:34 +0000 (08:05 -0500)]
GEOMETRY-74: adding RegionCutRule for fine-grain control of region BSP tree insertion behavior
aherbert [Tue, 18 Feb 2020 10:54:34 +0000 (10:54 +0000)]
Allow openjdk-ea to fail.
Currently java 14 fails to run spotbugs:check.
The spotbugs plugin (3.1.12) depends on a groovy version that uses
reflection to access a private method that was removed in Java 14.
The same bug prevented gradle from working on JDK 14:
https://github.com/gradle/gradle/issues/10248
Alex Herbert [Tue, 18 Feb 2020 08:33:38 +0000 (08:33 +0000)]
Remove whitespace
Alex Herbert [Tue, 18 Feb 2020 08:32:50 +0000 (08:32 +0000)]
Remove jxr version control.
The project contains no java 9 modules so there is no requirement to
restrict JXR to a version that does not fork the build.
Alex Herbert [Tue, 18 Feb 2020 08:31:08 +0000 (08:31 +0000)]
Update spotbugs dependency for java 13 support.
Added spotbugs dependency to use 4.0.0
Alex Herbert [Tue, 18 Feb 2020 07:18:51 +0000 (07:18 +0000)]
Update PMD rules
Allow 'NaN' as constant name.
Relax utility class pattern.
Allow short method names.
Alex Herbert [Tue, 18 Feb 2020 06:57:14 +0000 (06:57 +0000)]
Remove trailing whitespace.
Alex Herbert [Tue, 18 Feb 2020 06:55:27 +0000 (06:55 +0000)]
Add missing import
Alex Herbert [Tue, 18 Feb 2020 00:40:22 +0000 (00:40 +0000)]
Remove unnecessary else clauses.
Alex Herbert [Tue, 18 Feb 2020 00:37:17 +0000 (00:37 +0000)]
Remove redundant field initialisers
Alex Herbert [Tue, 18 Feb 2020 00:33:56 +0000 (00:33 +0000)]
Use final
Alex Herbert [Tue, 18 Feb 2020 00:28:38 +0000 (00:28 +0000)]
Allow 1 as a magic number
Alex Herbert [Tue, 18 Feb 2020 00:11:20 +0000 (00:11 +0000)]
Add spot bugs exclusions.
Alex Herbert [Tue, 18 Feb 2020 00:04:26 +0000 (00:04 +0000)]
Ensure Comparators also implement Serializable.
Alex Herbert [Mon, 17 Feb 2020 23:56:05 +0000 (23:56 +0000)]
Add profile for the examples module.
Ensure rat:check and checkstyle:check are run by travis.
Alex Herbert [Mon, 17 Feb 2020 23:53:13 +0000 (23:53 +0000)]
Remove redundant report goals from after success
Alex Herbert [Mon, 17 Feb 2020 23:50:26 +0000 (23:50 +0000)]
Disable PMD failOnViolation.
After upgrading PMD a lot of errors have now been found.
Alex Herbert [Mon, 17 Feb 2020 23:47:08 +0000 (23:47 +0000)]
Update PMD rules to be more lenient.