diff NEWS @ 28151:37ee7c5cc6b2

griddata.m: Add support for 3D inputs (bug #57323). * NEWS: Announce change in Matlab compatibility section. * griddata.m: Rewrite docstring to add new calling forms and document them. Detect 3-D input in input validation and call griddata3. Update error message strings. Update and add new BIST tests for input validation.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Sun, 16 Feb 2020 21:37:13 -0500
parents 27c0b26e5a9f
children a23da76e0693
line wrap: on
line diff
--- a/NEWS	Tue Mar 10 07:51:55 2020 -0400
+++ b/NEWS	Sun Feb 16 21:37:13 2020 -0500
@@ -41,6 +41,8 @@
 
 ### Matlab compatibility
 
+- The function `griddata` now accepts 3-D inputs by passing data
+directly to `griddata3`.
 
 ### Alphabetical list of new functions added in Octave 7