~ubuntu-branches/ubuntu/wily/octave-miscellaneous/wily

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2012-10-17 13:40:55 UTC
  • mfrom: (1.1.6)
  • mto: (5.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20121017134055-e8lrxjd3qgcd3kmt
Tags: upstream-1.2.0
Import upstream version 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary of important user-visible changes for the miscellaneous package
 
2
------------------------------------------------------------------------
 
3
===============================================================================
 
4
miscellaneous-1.2.0   Release Date: 2012-XX-XX  Release Manager:
 
5
===============================================================================
 
6
 ** New functions:
 
7
   truncate: truncates a number to a given precision.
 
8
   textable: create LaTeX tables from matrix
 
9
 
 
10
 ** The following functions have been imported from the combinatorics
 
11
    package which has been removed:
 
12
 
 
13
      partcnt     partint
 
14
 
 
15
 ** The function `physical_constant' has been imported from the
 
16
    physicalconstants package.
 
17
 
 
18
 ** The values returned by `physical_constant' have been adjusted to the
 
19
    latest (2010) recommended values by CODATA.
 
20
 
 
21
 ** The function `physical_constant' has a new API and should also
 
22
    perform faster.
 
23
 
 
24
 ** Package is now dependent on the general (>= 1.3.1)
 
25
 
 
26
===============================================================================
 
27
miscellaneous-1.1.0   Release Date: 2012-03-24  Release Manager:
 
28
===============================================================================
 
29
 
 
30
 ** IMPORTANT NOTE:
 
31
    * the function `waitbar' has been renamed `text_waitbar'. Octave core has
 
32
      implemented a Matlab compatible `waitbar' which is imcompatible with the
 
33
      old miscellaneous `waitbar'. If you use the `waitbar' function from the
 
34
      miscellaneous package you have 3 options:
 
35
        1. replace all `waitbar' calls by `text_waitbar';
 
36
        2. fix your `waitbar' calls for the new API as per octave core. Note
 
37
           that `waitbar' is graphical tool only;
 
38
        3. use an old version of the miscellaneous package or modify the source
 
39
           to keep shadowing the octave core `waitbar'.
 
40
 
 
41
 ** The following functions are new:
 
42
 
 
43
      clip      normr     text_waitbar
 
44
      normc     sample
 
45
 
 
46
 ** The following functions have been moved to the IO package:
 
47
 
 
48
      cell2csv    csvconcat     xmlread
 
49
      csv2cell    csvexplode    xmlwrite
 
50
 
 
51
 ** The function `clip' was imported from the audio package.
 
52
 
 
53
 ** The functions `apply' and `map' have been deprecated. `cellfun' and
 
54
    `arrayfun' from octave core should be used instead.
 
55
 
 
56
 ** The function `partarray' has been deprecated. `mat2cell' from octave core
 
57
    should be used instead.
 
58
 
 
59
 ** The function `temp_name' has been deprecated. `tmpnam' from octave core
 
60
    should be used instead.
 
61
 
 
62
 ** Multiple bug fixes and increased input check on many functions.
 
63
 
 
64
 ** Package is no longer automatically loaded.
 
65
 
 
66
 ** improvements to help text.
 
67
 
 
68
 ** The function `csv2latex' has been made silent and had bugs fixed.
 
69
 
 
70
 ** The function `publish' had bugs fixed.
 
71
 
 
72
 ** The function `match' can now accept cell arrays as input.