annotate www/index.in @ 2711:2e4ce287a594 octave-forge

minor correction
author mcreel
date Tue, 17 Oct 2006 08:08:44 +0000
parents 146b73cf9159
children d0b400de8b3f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2486
34d81b0e0600 Removed packages.in because it gets generated
hauberg
parents: 2449
diff changeset
1 __HEADER__([[[Octave-Forge]]])
2702
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
2 <div class="section">
2449
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
3 <p>
2687
311cb011bbde Added a green sombrero to go with the green look
hauberg
parents: 2604
diff changeset
4 <img src="greensombrero.png" alt="[3D graph]" style="float:right;" />
2449
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
5 Octave-Forge is a central location for the collaborative
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
6 development of packages for <a href="http://www.octave.org">GNU Octave</a>.
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
7 </p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
8 <p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
9 The Octave-forge packages contains the source for all the functions and are
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
10 designed to work with the Octave package system. In general the packages are
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
11 designed to work with the latest development version of Octave, but it should
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
12 be possible to use most packages with earlier versions.
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
13 </p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
14 <p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
15 You can find the list of packages by clicking on the <em>Packages</em> link to the left.
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
16 To install a package, download the package file, and install it from the Octave prompt
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
17 by typing
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
18 </p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
19 <p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
20 <code>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
21 pkg install package_file_name.tar.gz
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
22 </code>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
23 </p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
24 <p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
25 where <em>package_file_name.tar.gz</em> is the name of the file you downloaded.
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
26 </p>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
27 <p>
2711
2e4ce287a594 minor correction
mcreel
parents: 2702
diff changeset
28 If you have code to contribute, send a message to the
2449
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
29 <a href="http://lists.sourceforge.net/mailman/listinfo/octave-dev">repository mailing list</a>
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
30 or <a href="developers.html">join the development team</a>.
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
31 </p>
2702
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
32 </div>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
33 <div class="section">
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
34 <h2>Recent News</h2>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
35 <p>This is a short abbreviated list of the changes that were introduced in
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
36 recent versions of octave-forge. For a full list of changes please
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
37 see the <a href="__BASE_ADDRESS__/NEWS.html">News Archive</a> or the
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
38 <a href="__BASE_ADDRESS__/ChangeLog">ChangeLog</a>.</p>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
39 <dl>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
40 <dt>October 20, 2006</dt>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
41 <dd>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
42 <p>Octave-forge reorganized as a series of packages for use with
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
43 the Octave package manager. See the <a
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
44 href="__BASE_ADDRESS__/packages.html">packages</a> for more details
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
45 Apart from the changes associated with the conversion to use the
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
46 package manager, the following additional changes are notable:</p>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
47 <ul>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
48 <li>odepkg: A new matlab compatible package for ODE that replaces
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
49 the existing extra/ode package</li>
2711
2e4ce287a594 minor correction
mcreel
parents: 2702
diff changeset
50 <li>info-theory: A new package of information theory functions</li>
2702
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
51 <li>linear-algebra: New function bicg</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
52 <li>spline: Allow NDArrays in csape and make it compatible</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
53 <li>comm: New functions fibodeco, fibodeco, fiboenco, fibosplitstream,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
54 golombdeco, golombenco, huffmandeco, huffmandict, huffmandict,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
55 huffmanenco, ricedeco, riceenco, rledeco, rleenco, shannonfanodeco,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
56 shannonfanodict and shannonfanoenco</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
57 <li>specfun: New functions dirac, erfcx, expint_E1, expint_Ei, expint,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
58 heaviside, psi, Si, sinint and zeta</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
59 <li>statistics: New functions betastat, binostat, chi2stat,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
60 expstat, fstat, gamstat, geostat, hygestat, lognstat,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
61 normstat, pascal_stat, poisstat, tstat, unidstat,
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
62 unifstat and weibstat</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
63 <li>polynomial: New function polyint</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
64 <li>miscellaneous: New functions zagzig, zigzag</li>
2711
2e4ce287a594 minor correction
mcreel
parents: 2702
diff changeset
65 <li>image: __magick_read__ Fix for non 8bit Quantum sizes in
2702
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
66 imagemagick</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
67 <li>general bug fixes and improvements</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
68 </ul>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
69 </dd>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
70 <dt>July 09, 2006</dt>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
71 <dd>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
72 <p>Octave-forge version 200607008 released. This version version
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
73 was the last monolithic release and the first release that only
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
74 supported version of octave later than Octave 2.9.</p>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
75 <p>An abbreviated list of changes is:</p>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
76 <ul>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
77 <li>purge functions moved to Octave and remove pre-2.9.x support.</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
78 <li>comm: new functions pam/genqam/psk mod/demod</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
79 <li>combinatorics: new functions for integer partitions</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
80 <li>geometry: fix qhull problems (finally!?)</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
81 <li>signal: new function square to generate square waves</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
82 <li>statistics: new function hmm viterbi/generate</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
83 <li>strings: remove regexp; api changed when moved to Octave</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
84 <li>linear-algebra: new function for gsvd</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
85 <li>general bug fixes and improvements</li>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
86 </ul>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
87 </dd>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
88 </dl>
146b73cf9159 Add News to front page
adb014
parents: 2687
diff changeset
89 </div>
2449
0160ef60c4c8 Added more web pages
hauberg
parents:
diff changeset
90 __TRAILER__