You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/10/17 10:41:31 UTC

[7/8] git commit: Notified fix for bicubic splines.

Notified fix for bicubic splines.

Thanks to Hank Grabowski for the patch.

JIRA: MATH-1138

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4a339cda
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4a339cda
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4a339cda

Branch: refs/heads/master
Commit: 4a339cda2c3933a2adcb23ea0ea8470d68d1b010
Parents: 7df36c3
Author: Luc Maisonobe <lu...@apache.org>
Authored: Fri Oct 17 10:29:20 2014 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Fri Oct 17 10:29:20 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4a339cda/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7762b80..bb5c525 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@ Users are encouraged to upgrade to this version as this release not
   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="luc" type="fix" issue="MATH-1138" due-to="Hank Grabowski">
+        Fixed bicubic spline interpolator, using Akima splines.
+      </action>
       <action dev="psteitz" type="add" issue="MATH-1154" >
         Changed classes in the inference package that instantiate distributions to
         pass null RandomGenerators to avoid initialization overhead for the default