Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
Conflicts: src/changes/changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c8f122c3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c8f122c3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c8f122c3 Branch: refs/heads/master Commit: c8f122c30463a186b0586c1370aa2b8e87890375 Parents: fd7a436 10b1c51 Author: Gilles <er...@apache.org> Authored: Wed Dec 3 12:30:26 2014 +0100 Committer: Gilles <er...@apache.org> Committed: Wed Dec 3 12:30:26 2014 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 3 + .../geometry/euclidean/twod/PolygonsSet.java | 65 +++++++++++++----- .../euclidean/twod/PolygonsSetTest.java | 69 ++++++++++++++++++++ 3 files changed, 119 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/c8f122c3/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index 6d722a6,869154f..aeb9551 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -73,12 -73,9 +73,15 @@@ Users are encouraged to upgrade to thi 2. A few methods in the FastMath class are in fact slower that their counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901). "> + <action dev="erans" type="fix" issue="MATH-1175" due-to="Karsten Loesing"> + Fixed inverse cumulative probability of 0 in "LaplaceDistribution". + </action> + <action dev="erans" type="add" issue="MATH-1166"> + New classes "BicubicInterpolatingFunction" and "BicubicInterpolator" to + replace "BicubicSplineInterpolatingFunction" and "BicubicSplineInterpolator". + <action dev="luc" type="update" > + Spurious vertices in the middle of otherwise straight edges are now + filtered out when rebuilding polygons boundaries from BSP trees. </action> <action dev="luc" type="fix" issue="MATH-1174" > Fixed a problem with too thin polygons considered to have infinite size.