comparison NEWS @ 20568:fcb792acab9b

Moving ode45, odeset, odeget, and levenshtein from odepkg to core. * libinterp/corefcn/levenshtein.cc: move function from odepkg into core * libinterp/corefcn/module.mk: include levenshtein.cc * scripts/ode: move ode45, odeset, odeget, and all dependencies from odepkg into core * scripts/module.mk: include them * doc/interpreter/diffeq.txi: add documentation for ode45, odeset, odeget * NEWS: announce functions included with this changeset * scripts/help/__unimplemented__.m: removed new functions
author jcorno <jacopo.corno@gmail.com>
date Thu, 24 Sep 2015 12:58:46 +0200
parents 17e507df10e3
children b70cc4bd8109
comparison
equal deleted inserted replaced
20567:2480bbcd1333 20568:fcb792acab9b
41 vectors for compatibility with Matlab. 41 vectors for compatibility with Matlab.
42 42
43 ** Other new functions added in 4.2: 43 ** Other new functions added in 4.2:
44 44
45 psi 45 psi
46 odeset
47 odeget
48 ode45
46 49
47 ** Deprecated functions. 50 ** Deprecated functions.
48 51
49 The following functions have been deprecated in Octave 4.2 and will 52 The following functions have been deprecated in Octave 4.2 and will
50 be removed from Octave 4.6 (or whatever version is the second major 53 be removed from Octave 4.6 (or whatever version is the second major