]> Creatis software - CreaPhase.git/blob - octave_packages/miscellaneous-1.1.0/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / miscellaneous-1.1.0 / packinfo / NEWS
1 Summary of important user-visible changes for miscellaneous 1.1.0:
2 -------------------------------------------------------------------
3
4  ** IMPORTANT NOTE:
5     * the function `waitbar' has been renamed `text_waitbar'. Octave core has
6       implemented a Matlab compatible `waitbar' which is imcompatible with the
7       old miscellaneous `waitbar'. If you use the `waitbar' function from the
8       miscellaneous package you have 3 options:
9         1. replace all `waitbar' calls by `text_waitbar';
10         2. fix your `waitbar' calls for the new API as per octave core. Note
11            that `waitbar' is graphical tool only;
12         3. use an old version of the miscellaneous package or modify the source
13            to keep shadowing the octave core `waitbar'.
14
15  ** The following functions are new:
16
17       clip      normr     text_waitbar
18       normc     sample
19
20  ** The following functions have been moved to the IO package:
21
22       cell2csv    csvconcat     xmlread
23       csv2cell    csvexplode    xmlwrite
24
25  ** The function `clip' was imported from the audio package.
26
27  ** The functions `apply' and `map' have been deprecated. `cellfun' and
28     `arrayfun' from octave core should be used instead.
29
30  ** The function `partarray' has been deprecated. `mat2cell' from octave core
31     should be used instead.
32
33  ** The function `temp_name' has been deprecated. `tmpnam' from octave core
34     should be used instead.
35
36  ** Multiple bug fixes and increased input check on many functions.
37
38  ** Package is no longer automatically loaded.
39
40  ** improvements to help text.
41
42  ** The function `csv2latex' has been made silent and had bugs fixed.
43
44  ** The function `publish' had bugs fixed.
45
46  ** The function `match' can now accept cell arrays as input.