annotate Announce @ 2709:0f72b0462b51

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