Author: tn
Date: Sun Feb 9 18:24:27 2014
New Revision: 1566342
URL: http://svn.apache.org/r1566342
Log:
[MATH-749] Add changelog entry.
Modified:
commons/proper/math/trunk/src/changes/changes.xml
Modified: commons/proper/math/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1566342&r1=1566341&r2=1566342&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Feb 9 18:24:27 2014
@@ -51,6 +51,13 @@ If the output is not quite correct, chec
</properties>
<body>
<release version="3.3" date="TBD" description="TBD">
+ <action dev="tn" type="add" issue="MATH-749">
+ Added algorithms to compute the convex hull of a collection of points
in 2D.
+ The implemented algorithms can be found in package
+ o.a.c.m.geometry.euclidean.twod.hull and include GrahamScan,
MonotoneChain
+ and GiftWrap. Additionally, the AklToussaintHeuristic can be used to
speed up
+ the generation.
+ </action>
<action dev="tn" type="fix" issue="MATH-1065" due-to="matteodg">
Calculating the inverse cumulative probability of an
"EnumeratedRealDistribution"
will now return the correct result according to the selected
enumerated probability