You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/05/04 02:36:07 UTC

[commons-geometry] branch master updated: updating changes.xml

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

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f20d5e4 updating changes.xml
3f20d5e4 is described below

commit 3f20d5e4e242530eb02b00b9f1fd963e682fc01e
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Tue May 3 22:35:51 2022 -0400

    updating changes.xml
---
 src/changes/changes.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 165bfd1a..6e0904b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,19 @@ Apache Commons Geometry 1.0 contains the following library modules:
   commons-geometry-io-core (requires Java 8+)
   commons-geometry-io-euclidean (requires Java 8+)
 ">
+      <action dev="mattjuntunen" type="add" issue="GEOMETRY-147">
+          Add line intersection methods to Bounds2D and Bounds3D.
+      </action>
+      <action dev="mattjuntunen" type="add" issue="GEOMETRY-146">
+          Add distance ordering methods (e.g., nearest/farthest) to PointMap and PointSet.
+      </action>
+      <action dev="mattjuntunen" type="add" issue="GEOMETRY-142">
+          Add PointMap and PointSet types that use points as keys and consider floating point
+          equivalency in look ups.
+      </action>
+      <action dev="mattjuntunen" type="fix" issue="GEOMETRY-143" due-to="Ron Goldman">
+          Fix misclassification of points near zero in AngularInterval.
+      </action>
     </release>
 
         <release version="1.0" date="2021-08-21" description="