diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index da63e5723..8fd0a40b5 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -75,6 +75,15 @@ The type attribute can be add,update,fix,remove. Fix problem with the default sparseIterator when a RealVector has exactly one non-zero entry + + Implementation of tricubic interpolation. + + + Deprecated SmoothingBicubicSplineInterpolator and SmoothingBicubicSplineInterpolatorTest. + Added BicubicSplineInterpolator and BicubicSplineInterpolatorTest. + Added SmoothingPolynomialBicubicSplineInterpolator and SmoothingPolynomialBicubicSplineInterpolatorTest. + Added method to clear the list of observations in PolynomialFitter. + - - Implementation of tricubic interpolation. - - - Deprecated SmoothingBicubicSplineInterpolator and SmoothingBicubicSplineInterpolatorTest. - Added BicubicSplineInterpolator and BicubicSplineInterpolatorTest. - Added SmoothingPolynomialBicubicSplineInterpolator and SmoothingPolynomialBicubicSplineInterpolatorTest. - Added method to clear the list of observations in PolynomialFitter. - Fix use of wrong variable in SmoothingBicubicSplineInterpolatorTest.testPreconditions()