1 Changes between version 5.4.X and 6.0.0 of Scilab
2 =================================================
7 * Under Windows, MKL packages are now included in Scilab installer and no more
8 downloaded while installing Scilab.
14 * Scilab requires conforming C++11 compilers
20 * The use of I/O console is now allowed with functions: mget, mgetl, mgetstr, mput, mputl and mputstr.
22 * mclearerr now returns a flag indicating the file identifier validity.
25 Removed functions (previously declared as obsolete)
26 ====================================================
28 * maxfile function is now obsolete.
30 * intersci has been removed. Please use swig instead.
32 * numdiff removed. Please use numderivative instead.
34 * derivative removed. Please use numderivative instead.
40 * impl : Recall impl with the same parameters as in its previous stop is now available.
41 * ode : y0 is restricted to a column vector.
42 * pppdiv : return a scalar of type 'constant' when the rank is 0.
43 * pdiv : return a matrix of type 'constant' when all the rank are 0.
49 * Syntax %i:10 is now deprecated.
51 * Declaration of a number on two lines is no longer allowed:
55 * write string or string matrix in file does not add black space before each value
56 write("TMPDIR/test", ["test", "sample"; "sample", "test"])
57 "-" + mgetl("TMPDIR/test") + "-"
63 * derivative removed. Please use numderivative instead.
65 * curblockc removed. Please use curblock instead.
71 * Bug #9621 fixed - A tlist with undefined fields can now be saved.