Repository: commons-math Updated Branches: refs/heads/master 5d6e44548 -> 9f42f18f1
fixed missing closing element Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4ed24c87 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4ed24c87 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4ed24c87 Branch: refs/heads/master Commit: 4ed24c87c593a7ae69f4310fa32a5ea1d542f8e4 Parents: 5d6e445 Author: Luc Maisonobe <l...@apache.org> Authored: Sat Dec 13 21:40:00 2014 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Sat Dec 13 21:40:00 2014 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/4ed24c87/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5c086ce..d241c57 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,6 +82,7 @@ Users are encouraged to upgrade to this version as this release not <action dev="erans" type="add" issue="MATH-1166"> New classes "BicubicInterpolatingFunction" and "BicubicInterpolator" to replace "BicubicSplineInterpolatingFunction" and "BicubicSplineInterpolator". + </action> <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.