Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8712:010e15c7be9a
support pchip method in interp2
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 14 Mar 2008 12:54:56 +0100 |
parents | d090213c697a |
children | 1f0c3b2961d7 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2008-03-14 Jaroslav Hajek <highegg@gmail.com> + + * general/interp2.m: Added support for pchip bicubic interpolation. + Also simplified code and added support for natural extrapolation via + "extrap". + 2009-02-09 John W. Eaton <jwe@octave.org> * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list.