2705
|
1 Subject: ANNOUNCE: Octave Version 2.0.4 released |
2330
|
2 |
2705
|
3 Octave version 2.0.4 is now available for ftp from ftp.che.wisc.edu |
2604
|
4 in the directory /pub/octave. Diffs from the previous release are |
|
5 also available in the same directory. |
2330
|
6 |
2709
|
7 -rw-r--r-- 1 jwe 3315120 Feb 20 04:06 octave-2.0.4.tar.gz |
|
8 -rw-r--r-- 1 jwe 29456 Feb 20 04:07 octave-2.0.3-2.0.4.patch.gz |
2702
|
9 |
2705
|
10 Version 2.0.4 fixes some problems with the configure scripts and |
|
11 Makefiles that were present in 2.0.3. It will probably be the last |
|
12 2.0.x release unless some serious new bugs are found and reported. |
2695
|
13 |
2705
|
14 There are also two new features (what would be the fun of making a |
|
15 release just to fix bugs? :-) both of which are kluges to allow a bit |
|
16 more compatibility with Matlab: |
2695
|
17 |
2705
|
18 * It is now possible to use commands like ls, save, and cd as simple |
|
19 variable names. They still cannot be used as formal parameters |
|
20 for functions, or as the names of structure variables. Failed |
|
21 assignments leave them undefined (you can recover the orginal |
|
22 function definition using clear). |
2695
|
23 |
2705
|
24 * Is is now possible to invoke commands like ls, save, and cd as |
|
25 normal functions (for example, load ("foo", "x", "y", "z")). |
2638
|
26 |
|
27 You can help make Octave more reliable by reporting any bugs you find |
|
28 to bug-octave@bevo.che.wisc.edu. |
2330
|
29 |
2604
|
30 Octave is a high-level interactive language primarily intended for |
|
31 numerical computations. It is mostly compatible with Matlab. |
2330
|
32 |
2604
|
33 Additional information is available on the WWW at |
2330
|
34 |
2604
|
35 http://www.che.wisc.edu/octave |
2330
|
36 |
2585
|
37 -- |
2330
|
38 John W. Eaton |
|
39 jwe@bevo.che.wisc.edu |
|
40 University of Wisconsin-Madison |
|
41 Department of Chemical Engineering |