comparison NEWS @ 19069:ff820f92cbb5

inputParser: classdef port of @inputParser from Octave Forge general pkg. * scripts/general/classdef.m: an almost Matlab compatible version of this class was part of the Octave Forge general package since 2011, and made use of @class syntax. With classdef now implemented in Octave, this is a port of that function with the incompatibilities fixed. The help text needs to be adapted after a new format is decided for this files. * scripts/general/module.mk: add new file to the build system. * NEWS: reference new class. * doc/interpreter/func.texi: add DOCSTRING on the manual.
author Carnë Draug <carandraug@octave.org>
date Wed, 20 Aug 2014 00:24:03 +0100
parents 9ef10e6a5987
children 3d0f4f4ec688
comparison
equal deleted inserted replaced
19068:f707835af867 19069:ff820f92cbb5
10 classdef endclassdef 10 classdef endclassdef
11 enumeration endenumeration 11 enumeration endenumeration
12 events endevents 12 events endevents
13 methods endmethods 13 methods endmethods
14 properties endproperties 14 properties endproperties
15
16 ** New classes in Octave 4.2:
17
18 inputParser
15 19
16 ** Interpolation function changes for Matlab compatibility 20 ** Interpolation function changes for Matlab compatibility
17 21
18 The interpolation method 'cubic' is now equivalent to 'pchip' 22 The interpolation method 'cubic' is now equivalent to 'pchip'
19 for interp1, interp2, and interp3. Previously, 'cubic' was equivalent 23 for interp1, interp2, and interp3. Previously, 'cubic' was equivalent