annotate Announce @ 2784:fe0c14d48a81

[project @ 1997-03-03 21:13:29 by jwe]
author jwe
date Mon, 03 Mar 1997 21:13:29 +0000
parents e5d9559b06b1
children 462196ba12ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
1 Subject: ANNOUNCE: Octave Version 2.0.5 released
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
3 Octave version 2.0.5 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
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
7 -rw-r--r-- 1 jwe 3313485 Mar 1 17:57 octave-2.0.5.tar.gz
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
8 -rw-r--r-- 1 jwe 101846 Mar 1 17:57 octave-2.0.4-2.0.5.patch.gz
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2695
diff changeset
9
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
10 Most bugs reported since the release of version 2.0 have been fixed
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
11 and this will probably be the last in the series of 2.0.x releases
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
12 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
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
14 There are two new features:
2695
8721d278f2e9 [project @ 1997-02-18 15:41:28 by jwe]
jwe
parents: 2638
diff changeset
15
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
16 * A `switch' statement is now available for compatibility with
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
17 MATLAB 5. See the Statements chapter in the manual for details.
2695
8721d278f2e9 [project @ 1997-02-18 15:41:28 by jwe]
jwe
parents: 2638
diff changeset
18
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
19 * Commands like ls, save, and cd may now also be used as formal
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
20 parameters for functions.
2638
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2604
diff changeset
21
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
22 Version 2.0.5 also includes about 1400 tests (up from about 560) but
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
23 more are needed. If you would like to help improve Octave by writing
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
24 additional tests, please contact bug-octave@bevo.che.wisc.edu. You
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
25 can also help make Octave more reliable by reporting any bugs you find
2638
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2604
diff changeset
26 to bug-octave@bevo.che.wisc.edu.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
27
2604
dc3ae90eb88f [project @ 1997-01-07 09:39:47 by jwe]
jwe
parents: 2585
diff changeset
28 Octave is a high-level interactive language primarily intended for
2783
e5d9559b06b1 [project @ 1997-03-02 02:07:25 by jwe]
jwe
parents: 2709
diff changeset
29 numerical computations. It is mostly compatible with MATLAB.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
30
2604
dc3ae90eb88f [project @ 1997-01-07 09:39:47 by jwe]
jwe
parents: 2585
diff changeset
31 Additional information is available on the WWW at
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 http://www.che.wisc.edu/octave
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
34
2585
ad4f3aceb35e [project @ 1996-12-11 02:18:32 by jwe]
jwe
parents: 2330
diff changeset
35 --
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
36 John W. Eaton
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
37 jwe@bevo.che.wisc.edu
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
38 University of Wisconsin-Madison
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
39 Department of Chemical Engineering