Re: [Geometry] Towards a release?

2019-12-03 Thread Matt Juntunen
I just added a number of new issues to JIRA. The ones that I would consider required for a 1.0 release are: -GEOMETRY-67 - OutlineExtractor -GEOMETRY-68 - Raycast/Linecast API -GEOMETRY-69 - BSPTreeVisitor stop visit -GEOMETRY-72 - Boundary API -GEOMETRY-77 - BoundsXD classes -GEOMETRY-73 -

Re: [Geometry] Exceptions hierarchy

2019-12-03 Thread Matt Juntunen
From: Gilles Sadowski Sent: Tuesday, December 3, 2019 11:42 AM To: Commons Developers List Subject: Re: [Geometry] Exceptions hierarchy Hello. 2019-12-03 17:13 UTC+01:00, Matt Juntunen : > Hello, > > I don't feel like ArithmeticException quite captures all of the possible &

[jira] [Created] (GEOMETRY-77) BoundsXD

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-77: - Summary: BoundsXD Key: GEOMETRY-77 URL: https://issues.apache.org/jira/browse/GEOMETRY-77 Project: Apache Commons Geometry Issue Type: New Feature

[jira] [Created] (GEOMETRY-76) Example code module

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-76: - Summary: Example code module Key: GEOMETRY-76 URL: https://issues.apache.org/jira/browse/GEOMETRY-76 Project: Apache Commons Geometry Issue Type: Task

[jira] [Created] (GEOMETRY-75) Performance Test Module

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-75: - Summary: Performance Test Module Key: GEOMETRY-75 URL: https://issues.apache.org/jira/browse/GEOMETRY-75 Project: Apache Commons Geometry Issue Type: Task

[jira] [Created] (GEOMETRY-74) Region BSP Tree Structural Split

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-74: - Summary: Region BSP Tree Structural Split Key: GEOMETRY-74 URL: https://issues.apache.org/jira/browse/GEOMETRY-74 Project: Apache Commons Geometry Issue

[jira] [Created] (GEOMETRY-73) Create User Guide

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-73: - Summary: Create User Guide Key: GEOMETRY-73 URL: https://issues.apache.org/jira/browse/GEOMETRY-73 Project: Apache Commons Geometry Issue Type: Task

[jira] [Created] (GEOMETRY-72) Boundary API

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-72: - Summary: Boundary API Key: GEOMETRY-72 URL: https://issues.apache.org/jira/browse/GEOMETRY-72 Project: Apache Commons Geometry Issue Type: New Feature

[jira] [Created] (GEOMETRY-71) Investigate Spherical Barycenter Accuracy

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-71: - Summary: Investigate Spherical Barycenter Accuracy Key: GEOMETRY-71 URL: https://issues.apache.org/jira/browse/GEOMETRY-71 Project: Apache Commons Geometry

[jira] [Updated] (GEOMETRY-70) Use MathJax

2019-12-03 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen updated GEOMETRY-70: -- Fix Version/s: 1.0 > Use MathJax > --- > > Key:

[jira] [Created] (GEOMETRY-70) Use MathJax

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-70: - Summary: Use MathJax Key: GEOMETRY-70 URL: https://issues.apache.org/jira/browse/GEOMETRY-70 Project: Apache Commons Geometry Issue Type: Task

[jira] [Created] (GEOMETRY-69) BSPTreeVisitor stop visit

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-69: - Summary: BSPTreeVisitor stop visit Key: GEOMETRY-69 URL: https://issues.apache.org/jira/browse/GEOMETRY-69 Project: Apache Commons Geometry Issue Type

[jira] [Created] (GEOMETRY-68) Raycast/Linecast API

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-68: - Summary: Raycast/Linecast API Key: GEOMETRY-68 URL: https://issues.apache.org/jira/browse/GEOMETRY-68 Project: Apache Commons Geometry Issue Type: New

[jira] [Created] (GEOMETRY-67) Add Back OutlineExtractor

2019-12-03 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-67: - Summary: Add Back OutlineExtractor Key: GEOMETRY-67 URL: https://issues.apache.org/jira/browse/GEOMETRY-67 Project: Apache Commons Geometry Issue Type

[jira] [Commented] (GEOMETRY-63) Review "SonarQube" report

2019-12-03 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16987054#comment-16987054 ] Matt Juntunen commented on GEOMETRY-63: --- Several of the "critical" code smells are rel

Re: [Geometry] Exceptions hierarchy

2019-12-03 Thread Matt Juntunen
Hello, I don't feel like ArithmeticException quite captures all of the possible geometry exception states. For example, it seems odd to me to throw an ArithmeticException when a plane cannot be constructed due to a given set of points being collinear [1]. That idea feels beyond the concept of

[jira] [Commented] (GEOMETRY-63) Review "SonarQube" report

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16982087#comment-16982087 ] Matt Juntunen commented on GEOMETRY-63: --- bq. more informative log messages would be nice Got

[jira] [Commented] (GEOMETRY-62) Fix "CheckStyle" errors

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981692#comment-16981692 ] Matt Juntunen commented on GEOMETRY-62: --- We should be passing all checkstyle validations

[jira] [Commented] (GEOMETRY-22) Missing unit tests

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981530#comment-16981530 ] Matt Juntunen commented on GEOMETRY-22: --- Resolved with 77a2792463b091a37eea3859032793648a9b525d

[jira] [Closed] (GEOMETRY-34) SubHyperplane Optimized Implementations

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-34. - Resolution: Done > SubHyperplane Optimized Implementati

[jira] [Closed] (GEOMETRY-33) Region API

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-33. - Resolution: Done > Region API > -- > > Key:

[jira] [Closed] (GEOMETRY-24) Simplify Transform Interface

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-24. - Resolution: Implemented > Simplify Transform Interf

[jira] [Commented] (GEOMETRY-33) Region API

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981529#comment-16981529 ] Matt Juntunen commented on GEOMETRY-33: --- Resolved with 77a2792463b091a37eea3859032793648a9b525d

[jira] [Commented] (GEOMETRY-34) SubHyperplane Optimized Implementations

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981528#comment-16981528 ] Matt Juntunen commented on GEOMETRY-34: --- Resolved with 77a2792463b091a37eea3859032793648a9b525d

[jira] [Closed] (GEOMETRY-32) BSPTree Updates

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-32. - Resolution: Implemented > BSPTree Updates > --- > > K

[jira] [Commented] (GEOMETRY-24) Simplify Transform Interface

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981526#comment-16981526 ] Matt Juntunen commented on GEOMETRY-24: --- Resolved with 77a2792463b091a37eea3859032793648a9b525d

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981524#comment-16981524 ] Matt Juntunen commented on GEOMETRY-32: --- Resolved with commit

[jira] [Commented] (GEOMETRY-63) Review "SonarQube" report

2019-11-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981522#comment-16981522 ] Matt Juntunen commented on GEOMETRY-63: --- Added PR for critical bugs: https://github.com/apache

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-11-24 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981171#comment-16981171 ] Matt Juntunen commented on GEOMETRY-32: --- bq. Isn't it possible to increase the number of allowed

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-11-24 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16981142#comment-16981142 ] Matt Juntunen commented on GEOMETRY-32: --- {quote}there are too many files {quote} Agreed :) bq

[jira] [Comment Edited] (GEOMETRY-32) BSPTree Updates

2019-11-23 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16980988#comment-16980988 ] Matt Juntunen edited comment on GEOMETRY-32 at 11/24/19 6:16 AM: - PR

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-11-23 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16980988#comment-16980988 ] Matt Juntunen commented on GEOMETRY-32: --- PS is in! https://github.com/apache/commons-geometry/pull

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-11-20 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16978998#comment-16978998 ] Matt Juntunen commented on GEOMETRY-32: --- FYI, I have now completed the implementation work

Re: [geometry] Spherical Barycenters

2019-11-15 Thread Matt Juntunen
: [geometry] Spherical Barycenters Hello. Le ven. 15 nov. 2019 à 15:34, Matt Juntunen a écrit : > > Hi all, > > I'm attempting to wrap up the refactoring work I've been doing with > GEOMETRY-32 but I've hit a snag with the code for computing barycenters in 2D > spherical space. The r

[geometry] Spherical Barycenters

2019-11-15 Thread Matt Juntunen
Hi all, I'm attempting to wrap up the refactoring work I've been doing with GEOMETRY-32 but I've hit a snag with the code for computing barycenters in 2D spherical space. The results I'm getting seem mostly reasonable but they aren't as consistent as I'd like, which makes me wonder if I'm

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-10-06 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16945535#comment-16945535 ] Matt Juntunen commented on GEOMETRY-32: --- Update: Continuing to make progress here. Spherical 1D

[jira] [Commented] (GEOMETRY-30) VectorBuilder?D Classes

2019-09-26 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938549#comment-16938549 ] Matt Juntunen commented on GEOMETRY-30: --- [Here|https://github.com/darkma773r/commons-geometry/blob

[jira] [Commented] (GEOMETRY-54) Cleanup Checkstyle Reported issues

2019-09-26 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938542#comment-16938542 ] Matt Juntunen commented on GEOMETRY-54: --- Is there a pull request for this? It seems like we should

[jira] [Commented] (GEOMETRY-46) Additional UnitVector methods

2019-09-26 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938541#comment-16938541 ] Matt Juntunen commented on GEOMETRY-46: --- Sounds good to me! > Additional UnitVector meth

[jira] [Commented] (GEOMETRY-46) Additional UnitVector methods

2019-09-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938173#comment-16938173 ] Matt Juntunen commented on GEOMETRY-46: --- {quote}How? {quote} The [original VALJO blog|https

[jira] [Commented] (GEOMETRY-60) JDK 13 Build Fails

2019-09-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937997#comment-16937997 ] Matt Juntunen commented on GEOMETRY-60: --- Yes! Hooray! Now I'll be able to sleep tonight :) >

[jira] [Closed] (GEOMETRY-60) JDK 13 Build Fails

2019-09-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-60. - > JDK 13 Build Fails > -- > > Key:

[jira] [Resolved] (GEOMETRY-60) JDK 13 Build Fails

2019-09-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved GEOMETRY-60. --- Resolution: Fixed > JDK 13 Build Fails > -- > >

[jira] [Commented] (GEOMETRY-46) Additional UnitVector methods

2019-09-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937996#comment-16937996 ] Matt Juntunen commented on GEOMETRY-46: --- I commented on the usage of {{super}} as well :). I've

[jira] [Commented] (GEOMETRY-46) Additional UnitVector methods

2019-09-24 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937286#comment-16937286 ] Matt Juntunen commented on GEOMETRY-46: --- This PR is ready to go. > Additional UnitVector meth

[jira] [Commented] (GEOMETRY-60) JDK 13 Build Fails

2019-09-24 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937271#comment-16937271 ] Matt Juntunen commented on GEOMETRY-60: --- So, what changes are you proposing here? I'd like to get

[jira] [Commented] (GEOMETRY-46) Additional UnitVector methods

2019-09-24 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937269#comment-16937269 ] Matt Juntunen commented on GEOMETRY-46: --- I added some small comments in github on the PR related

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-22 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935312#comment-16935312 ] Matt Juntunen commented on GEOMETRY-32: --- Thanks. That' s the current implementation. > BSPT

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-21 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935038#comment-16935038 ] Matt Juntunen commented on GEOMETRY-32: --- Here is another useful link for this discussion: https

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-21 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935037#comment-16935037 ] Matt Juntunen commented on GEOMETRY-32: --- {quote}Wrong link. {quote} Oops. Here it is: [https

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-20 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16934868#comment-16934868 ] Matt Juntunen commented on GEOMETRY-32: --- {quote}Really? This is actually a question: I don't know

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-17 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931956#comment-16931956 ] Matt Juntunen commented on GEOMETRY-32: --- {quote}My impression is that what we "intuitively&qu

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931028#comment-16931028 ] Matt Juntunen commented on GEOMETRY-32: --- I've just implemented an updated {{Transform}} interface

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931026#comment-16931026 ] Matt Juntunen commented on GEOMETRY-32: --- I must not be getting emails from JIRA. I just now saw

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-07 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924950#comment-16924950 ] Matt Juntunen commented on GEOMETRY-32: --- Update: I'm about 2/3 of the way through spherical 1D so

[jira] [Commented] (GEOMETRY-60) JDK 13 Build Fails

2019-08-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915435#comment-16915435 ] Matt Juntunen commented on GEOMETRY-60: --- [~erans], are we able to merge this? This should fix our

Re: [geometry] GEOMTRY-32 Feedback Requested

2019-08-25 Thread Matt Juntunen
Subject: Re: [geometry] GEOMTRY-32 Feedback Requested Hi. Le mer. 21 août 2019 à 04:42, Matt Juntunen a écrit : > > Gilles, > > ConvexSubPlane is the main class representing 3D facets. There are > convenience methods in the RegionBSPTree3D.Builder class for adding facets > dire

Re: [geometry] GEOMTRY-32 Feedback Requested

2019-08-20 Thread Matt Juntunen
2019 à 05:14, Matt Juntunen a écrit : > > Hi Gilles, > > I did intend on adding more convenience methods for generating standard > shapes but I definitely think we should abstract it like you're suggesting. > Your design got me thinking and I believe we could take the idea of a

Re: [geometry] GEOMTRY-32 Feedback Requested

2019-08-18 Thread Matt Juntunen
dowski Sent: Saturday, August 17, 2019 6:00 PM To: Commons Developers List Subject: Re: [geometry] GEOMTRY-32 Feedback Requested Hello. Le sam. 17 août 2019 à 04:58, Matt Juntunen a écrit : > > Hi Gilles, > > 1. I just rebased from master so hopefully that fixed the repo weirdness. It

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-08-16 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909559#comment-16909559 ] Matt Juntunen commented on GEOMETRY-32: --- That's what I was planning: one giant touch-every-single

[jira] [Commented] (GEOMETRY-60) JDK 13 Build Fails

2019-08-16 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909558#comment-16909558 ] Matt Juntunen commented on GEOMETRY-60: --- Looks like Jacoco 0.8.2 does not work with JDK 13

[jira] [Created] (GEOMETRY-60) JDK 13 Build Fails

2019-08-16 Thread Matt Juntunen (JIRA)
Matt Juntunen created GEOMETRY-60: - Summary: JDK 13 Build Fails Key: GEOMETRY-60 URL: https://issues.apache.org/jira/browse/GEOMETRY-60 Project: Apache Commons Geometry Issue Type: Bug

Re: [geometry] GEOMTRY-32 Feedback Requested

2019-08-16 Thread Matt Juntunen
} From: Gilles Sadowski Sent: Friday, August 16, 2019 11:37 AM To: Commons Developers List Subject: Re: [geometry] GEOMTRY-32 Feedback Requested Hello Matt. Thanks for continuing to work on this. Le jeu. 15 août 2019 à 17:56, Matt Juntunen a écrit : > >

[geometry] GEOMTRY-32 Feedback Requested

2019-08-15 Thread Matt Juntunen
Hi all, I've been working on the BSP tree refactor and general API cleanup for a while now and I finally have the core and Euclidean classes complete. I have the code in a draft PR on github [1] and I'm hoping to get as much feedback on it as I can. Everything is in its final state from my

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-08-15 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908197#comment-16908197 ] Matt Juntunen commented on GEOMETRY-59: --- Are you able to close this, [~bonastos]? > unexpec

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-08-15 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908196#comment-16908196 ] Matt Juntunen commented on GEOMETRY-32: --- The euclidean module is now done!! I've removed all

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-25 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893259#comment-16893259 ] Matt Juntunen commented on GEOMETRY-59: --- PR is in: https://github.com/apache/commons-geometry/pull

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-22 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16890596#comment-16890596 ] Matt Juntunen commented on GEOMETRY-59: --- [~bonastos], I took a look at your PR and I feel like

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-21 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16889802#comment-16889802 ] Matt Juntunen commented on GEOMETRY-59: --- I just saw that you created a PR for this. I'll try

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-21 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16889799#comment-16889799 ] Matt Juntunen commented on GEOMETRY-59: --- Hi, [~bonastos]! I also took a stab at this by making

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-20 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16889484#comment-16889484 ] Matt Juntunen commented on GEOMETRY-59: --- bq. When the facet is concave there isn't a definite

[jira] [Commented] (GEOMETRY-59) unexpected output from PolyhedronsSet::checkPoint

2019-07-19 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16889289#comment-16889289 ] Matt Juntunen commented on GEOMETRY-59: --- I took a look at this and the code is indeed

[jira] [Commented] (GEOMETRY-58) WelzlEncloser throws GeometryInternalError

2019-07-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881265#comment-16881265 ] Matt Juntunen commented on GEOMETRY-58: --- Is this ready to close? > WelzlEncloser thr

[jira] [Resolved] (GEOMETRY-19) Build Fails with JDK 10

2019-07-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved GEOMETRY-19. --- Resolution: Fixed > Build Fails with JDK

[jira] [Commented] (GEOMETRY-19) Build Fails with JDK 10

2019-07-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881263#comment-16881263 ] Matt Juntunen commented on GEOMETRY-19: --- Thanks for fixing this! > Build Fails with JDK

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-07-05 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16879190#comment-16879190 ] Matt Juntunen commented on GEOMETRY-32: --- Update: Euclidean 2D is done and I'm now working on 3D

Re: [geometry] GEOMETRY-32 Help Wanted

2019-06-07 Thread Matt Juntunen
June 2019, 11:54:01 pm NZST, Matt Juntunen wrote: Hi all, I've been working on GEOMETRY-32 for the past several months and I've come to the point where I could really use some help and/or another pair of eyes on the code to get it wrapped up. The issue involves refactoring the original binary

[geometry] GEOMETRY-32 Help Wanted

2019-06-07 Thread Matt Juntunen
Hi all, I've been working on GEOMETRY-32 for the past several months and I've come to the point where I could really use some help and/or another pair of eyes on the code to get it wrapped up. The issue involves refactoring the original binary space partitioning (BSP) tree code from

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-06-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16855285#comment-16855285 ] Matt Juntunen commented on GEOMETRY-32: --- Update: Still working on this. I'm currently almost done

Re: [geometry] release

2019-05-23 Thread Matt Juntunen
mai 2019 à 15:37, Rob Tompkins a écrit : >> >> >>> On May 23, 2019, at 7:25 AM, Gilles Sadowski wrote: >>> >>> Hi. >>> >>>> Le mer. 22 mai 2019 à 14:07, Matt Juntunen a >>>> écrit : >>>> >>&g

[jira] [Closed] (GEOMETRY-29) Plane API cleanup

2019-05-23 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed GEOMETRY-29. - > Plane API cleanup > - > > Key: GEOMETRY-29 >

[jira] [Resolved] (GEOMETRY-29) Plane API cleanup

2019-05-23 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved GEOMETRY-29. --- Resolution: Done > Plane API cleanup > - > > K

Re: [geometry] release

2019-05-22 Thread Matt Juntunen
Hi Sven, Until we can roll out an actual release of numbers and geometry, I think your best bet is to fork commons-geometry and all of its SNAPSHOT dependencies, change the groupIds and/or artifactIds in the poms to something custom (to avoid conflicts later on), and then release those

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-05-19 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16843580#comment-16843580 ] Matt Juntunen commented on GEOMETRY-29: --- [~erans], can you please merge this PR? I'm going to need

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-05-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832977#comment-16832977 ] Matt Juntunen commented on GEOMETRY-32: --- Nope. That answered my question. Thanks! > BSPT

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-05-02 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832161#comment-16832161 ] Matt Juntunen commented on GEOMETRY-32: --- {quote}Is there an alternative? {quote} Have the old

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-05-01 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831365#comment-16831365 ] Matt Juntunen commented on GEOMETRY-32: --- GEOMETRY-24, GEOMETRY-33, and GEOMETRY-34 all depend

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-04-28 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828836#comment-16828836 ] Matt Juntunen commented on GEOMETRY-32: --- Update: the Euclidean 1D classes are now pretty much

[jira] [Commented] (GEOMETRY-50) Overflow in Vector norm and distance

2019-04-12 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816233#comment-16816233 ] Matt Juntunen commented on GEOMETRY-50: --- bq. Creating double[] unnecessarily isn't performant. I

Re: [geometry] Remove Point interface

2019-04-11 Thread Matt Juntunen
Hi Bajit, Thanks for your input. Can you please provide some examples of what you mean here? Why exactly should it be removed and how would that improve the API? The Point interface is the central interface of the geometry code and allows us to write algorithms that work across multiple spaces

[jira] [Commented] (GEOMETRY-50) Overflow in Vector norm and distance

2019-04-11 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815894#comment-16815894 ] Matt Juntunen commented on GEOMETRY-50: --- Sounds good to me. PR? > Overflow in Vector n

[jira] [Commented] (GEOMETRY-51) EpsilonDoublePrecisionContext allows negative & NaN epsilon

2019-04-11 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815892#comment-16815892 ] Matt Juntunen commented on GEOMETRY-51: --- We should probably just check for this on construction

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-04-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814024#comment-16814024 ] Matt Juntunen commented on GEOMETRY-32: --- Update: I now have the general BSP/region code in place

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-04-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813974#comment-16813974 ] Matt Juntunen commented on GEOMETRY-29: --- {quote}A user guide would be welcome... {quote

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-04-09 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813961#comment-16813961 ] Matt Juntunen commented on GEOMETRY-29: --- Sounds good. [~rathgeber], could you make those last

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-04-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809395#comment-16809395 ] Matt Juntunen commented on GEOMETRY-29: --- I just realized that the PR isn't linked to this JIRA

[jira] [Updated] (GEOMETRY-29) Plane API cleanup

2019-04-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen updated GEOMETRY-29: -- Description: The following changes should be made to the {{o.a.c.g.euclidean.threed.Plane

[jira] [Updated] (GEOMETRY-29) Plane API cleanup

2019-04-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen updated GEOMETRY-29: -- Description: The following changes should be made to the {{o.a.c.g.euclidean.threed.Plane

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-04-03 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809389#comment-16809389 ] Matt Juntunen commented on GEOMETRY-29: --- This PR is looking good. [~erans], what do you think? I'd

[jira] [Commented] (GEOMETRY-29) Plane API cleanup

2019-03-25 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/GEOMETRY-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801399#comment-16801399 ] Matt Juntunen commented on GEOMETRY-29: --- Thanks, [~rathgeber]! I added some comments on Github

<    5   6   7   8   9   10   11   12   13   >