Matt Juntunen [Tue, 15 Dec 2020 02:20:28 +0000 (21:20 -0500)]
GEOMETRY-108: adding BoundaryList classes
Matt Juntunen [Fri, 18 Dec 2020 12:46:17 +0000 (07:46 -0500)]
fixing test docs, formatting, and compile errors
Arturo Bernal [Fri, 18 Dec 2020 05:28:30 +0000 (06:28 +0100)]
Fix javadoc comment
remove extra line
Arturo Bernal [Wed, 16 Dec 2020 15:30:04 +0000 (16:30 +0100)]
GEOMETRY-105 - Replace the try-catch pattern with assertThrows()
Matt Juntunen [Thu, 10 Dec 2020 04:35:15 +0000 (23:35 -0500)]
bumping pmd and spotbugs versions; using managed antrun version
Matt Juntunen [Thu, 10 Dec 2020 03:51:13 +0000 (22:51 -0500)]
updating checkstyle plugin version to 3.1.1 and excluding generated jmh source files
Arturo Bernal [Tue, 8 Dec 2020 08:09:09 +0000 (09:09 +0100)]
GEOMETRY-106 - Refine Module
Matt Juntunen [Tue, 8 Dec 2020 04:37:01 +0000 (23:37 -0500)]
Merge pull request #110 from apache/dependabot/maven/jmh.version-1.26
Bump jmh.version from 1.22 to 1.26
Matt Juntunen [Tue, 8 Dec 2020 04:30:18 +0000 (23:30 -0500)]
fixing test and checkstyle failures in examples-io
dependabot[bot] [Sun, 6 Dec 2020 18:25:47 +0000 (18:25 +0000)]
Bump jmh.version from 1.22 to 1.26
Bumps `jmh.version` from 1.22 to 1.26.
Updates `jmh-core` from 1.22 to 1.26
Updates `jmh-generator-annprocess` from 1.22 to 1.26
Signed-off-by: dependabot[bot] <support@github.com>
Matt Juntunen [Sun, 6 Dec 2020 18:25:09 +0000 (13:25 -0500)]
Merge pull request #105 from arturobernalg/fetaure/GEOMETRY-104
[GEOMETRY-104] - Add Dependabot config file
Arturo Bernal [Sat, 5 Dec 2020 20:19:04 +0000 (21:19 +0100)]
GEOMETRY-104 - Add Dependabot config file
Arturo Bernal [Sat, 5 Dec 2020 12:32:37 +0000 (13:32 +0100)]
GEOMETRY-103 - Migrate to JUnit 5
Matt Juntunen [Sun, 15 Nov 2020 15:56:19 +0000 (10:56 -0500)]
GEOMETRY-102: disabling clirr during beta version development to prevent build failures
Gilles Sadowski [Thu, 5 Nov 2020 13:21:59 +0000 (14:21 +0100)]
Lower visibility level.
Alex Herbert [Sun, 11 Oct 2020 22:20:29 +0000 (23:20 +0100)]
Merge pull request #101 from nhojpatrick/junit-4.13.1
JUnit v4.13.1
John Patrick [Sun, 11 Oct 2020 18:13:54 +0000 (19:13 +0100)]
JUnit v4.13.1
Matt Juntunen [Wed, 12 Aug 2020 12:05:28 +0000 (08:05 -0400)]
GEOMETRY-63: adding equals() method test helper; using Double.valueOf
Matt Juntunen [Mon, 10 Aug 2020 11:50:54 +0000 (07:50 -0400)]
bumping commons-parent version to 52
Matt Juntunen [Mon, 10 Aug 2020 11:22:59 +0000 (07:22 -0400)]
GEOMETRY-63: method simplification and misc cleanup
Matt Juntunen [Sun, 9 Aug 2020 14:40:25 +0000 (10:40 -0400)]
GEOMETRY-63: reducing the complexity of several methods
Gilles Sadowski [Wed, 5 Aug 2020 17:03:46 +0000 (19:03 +0200)]
Add "lgtm" badge.
Matt Juntunen [Sun, 19 Jul 2020 15:11:43 +0000 (11:11 -0400)]
updating README files and pom after 1.0-beta1 release
Matt Juntunen [Sun, 19 Jul 2020 15:03:09 +0000 (11:03 -0400)]
updating release files after 1.0-beta1 release
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: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:29:59 +0000 (16:29 -0400)]
GEOMETRY-99: using Double.compare in equals and Double.hashCode in hashCode
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 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