From: <ha...@us...> - 2008-08-24 16:23:40
|
Revision: 5262 http://octave.svn.sourceforge.net/octave/?rev=5262&view=rev Author: hauberg Date: 2008-08-24 16:23:49 +0000 (Sun, 24 Aug 2008) Log Message: ----------- Updated for next release Modified Paths: -------------- trunk/octave-forge/AUTHORS trunk/octave-forge/doc/htdocs/NEWS.in trunk/octave-forge/doc/htdocs/index.in Modified: trunk/octave-forge/AUTHORS =================================================================== --- trunk/octave-forge/AUTHORS 2008-08-24 16:19:56 UTC (rev 5261) +++ trunk/octave-forge/AUTHORS 2008-08-24 16:23:49 UTC (rev 5262) @@ -1,4 +1,4 @@ -Aida Alvera-Azcárate <aa...@ma...> +Aida Alvera-Azcarate <aa...@ma...> Alberto Pose <ap...@al...> Alberto Terruzzi <t-a...@li...> Alexander Barth <ab...@ma...> @@ -7,9 +7,8 @@ Andreas Weingessel <And...@ci...> Andrew Collier <abc...@us...> Andrew Gierth -André Carezia <an...@ca...> +Andre Carezia <an...@ca...> Andy Adler <ad...@nc...> -Anonymous Arno Onken <as...@as...> Arthur Jutan Barre-Piquot @@ -19,8 +18,6 @@ Bruce T. Lowerre Carl Osterwisch <ost...@as...> Carlo de Falco -Carlo de Falco, Culpo Massimiliano -Carlo de Falco, Massimiliano Culpo Carvalho-Mariel Charalampos C. Tsimenidis Chee Kiang Goh @@ -121,7 +118,5 @@ Xavier Delacour <xav...@gm...> ZYED ben Mohamed EL HIDRI Zyed El Hidri <zy...@ya...> -ca...@gm... -ca...@gm..., cu...@ma... cu...@ma... -c...@ma..., car...@gm... + Modified: trunk/octave-forge/doc/htdocs/NEWS.in =================================================================== --- trunk/octave-forge/doc/htdocs/NEWS.in 2008-08-24 16:19:56 UTC (rev 5261) +++ trunk/octave-forge/doc/htdocs/NEWS.in 2008-08-24 16:23:49 UTC (rev 5262) @@ -7,8 +7,22 @@ </div> <div class="section"> <dl> -<<dt>May 7, 2008</dt> +<dt>August, 23, 2008</dt> <dd> +<p>Release of Octave-forge tested against Octave 3.0.2. Many packages + will also function function with earlier versions of Octave 2.9. + Notable changes in this release include:</p> +<ul> + <li>data-smoothing: rewritten regularization smoothing functions.</li> + <li>ga: many improvements.</li> + <li>odepkg: solvers now also work in backward direction.</li> + <li>benchmark: new package for benchmarking Octave and compatible tools.</li> + <li>nlwing2: new package for Nonlinear Lifting Line for Wings.</li> + <li>general bug fixes and improvements.</li> +</ul> +</dd> +<dt>May 7, 2008</dt> +<dd> <p>The optim package has been updated to version 1.0.3, and a new version of the bundle has been released to reflect this change. This change was needed due to an error by the release manager.</p> </dd> <dt>May 5, 2008</dt> Modified: trunk/octave-forge/doc/htdocs/index.in =================================================================== --- trunk/octave-forge/doc/htdocs/index.in 2008-08-24 16:19:56 UTC (rev 5261) +++ trunk/octave-forge/doc/htdocs/index.in 2008-08-24 16:23:49 UTC (rev 5262) @@ -48,101 +48,28 @@ see the <a href="NEWS.html">News Archive</a> or the <a href="ChangeLog">ChangeLog</a>.</p> <dl> -<dt>May 7, 2008</dt> +<dt>August, 23, 2008</dt> <dd> -<p>The optim package has been updated to version 1.0.3, and a new version of the bundle has been released to reflect this change. This change was needed due to an error by the release manager.</p> -</dd> -<dt>May 5, 2008</dt> -<dd>Updated Windows installer to Octave 3.0.1. -</dd> -<dt>April 29, 2008</dt> -<dd> -<p>Release of Octave-forge tested against Octave 3.0.1. Many packages +<p>Release of Octave-forge tested against Octave 3.0.2. Many packages will also function function with earlier versions of Octave 2.9. Notable changes in this release include:</p> <ul> - <li>ann: New package for Octave bindings to the ANN library for - nearest neighbor calculation.</li> - <li>database: New package to allow postgres, mysql, sqlite, and - standard ODBC database commands from within Octave.</li> - <li>video: New package with bindings to ffmpeg to add handling of - video files from within Octave.</li> - <li>bioinfo: New package for Bioinformatics manipulation.</li> - <li>data-smoothing: New package with algorithms for smoothing noisy - data.</li> - <li>ga: New package with basic genetic algorithm optimization - functions.</li> - <li>missing-functions: New package to identify functions that are - missing from Octave relative to the latest verson of Matlab.</li> - <li>ftp: New package to ftp from within Octave</li> - <li>ocs: A new package for circuit simulation.</li> - <li>fixed: Build fix for Unix, cygwin and mingw platforms.</li> - <li>plot: Remove old plot code based on Xlib and replace with - gtext, ginput and waitforbuttonpress functions that use gnuplot - directly to obtain the required information. Add colstyle function.</li> - <li>signal: Add the window and buffer functions.</li> - <li>mapping: Add the km2deg and reckon functions.</li> - <li>image: Add the imcomplement and rgbplot functions. Support for - bilateral filtering. Build fixes for new versions of ImageMagick.</li> - <li>miscellaneous: Add the hex2num and num2hex functions.</li> - <li>odepkg: Added ddaskr based solver.</li> - <li>splines: Add the catmullrom interpolation function.</li> - <li>financial: Add the rsindex function.</li> - <li>time: Add the thirdwednesday function.</li> - <li>general: Add the saveprod function.</li> + <li>data-smoothing: rewritten regularization smoothing functions.</li> + <li>ga: many improvements.</li> + <li>odepkg: solvers now also work in backward direction.</li> + <li>benchmark: new package for benchmarking Octave and compatible tools.</li> + <li>nlwing2: new package for Nonlinear Lifting Line for Wings.</li> <li>general bug fixes and improvements.</li> </ul> </dd> -<dt>April 26, 2008</dt> -<dd>Updated the OS X binary release to Octave.app 3.0.1. -</dd> -<dt>Febrary 16, 2008</dt> +<dt>May 7, 2008</dt> <dd> -<p>Release of Octave-forge tested against Octave 3.0. Many packages - will also function function with earlier versions of Octave 2.9. - Notable changes in this release include:</p> -<ul> - <li>jhandles: More graphics properties.</li> - <li>ad: New package for Automatic Forward Differentiation.</li> - <li>OctGPR: New package for interpolating and smoothing scattered multidimensional - data using Gaussian Process Regression (also known as Kriging).</li> - <li>financial: New package.</li> - <li>odepkg: Improvements in speed and compatibility.</li> - <li>image: New functions: 'imfilter', and 'imsmooth'.</li> - <li>comm: New functions: 'genqamdemod', 'deintrlv', 'randintrlv', - 'randdeintrlv', 'matdeintrlv', and 'matintrlv'.</li> - <li>signal: New functions: 'bitrevorder'.</li> - <li>statistics: New functions: 'random'.</li> - <li>audio: Added audio speaker output support for MacOS X.</li> - <li>general bug fixes and improvements.</li> -</ul> +<p>The optim package has been updated to version 1.0.3, and a new version of the bundle has been released to reflect this change. This change was needed due to an error by the release manager.</p> </dd> -<dt>December 28, 2007</dt> -<dd>Updated Windows installer to Octave 3.0.0. +<dt>May 5, 2008</dt> +<dd>Updated Windows installer to Octave 3.0.1. </dd> -<dt>December 23, 2007</dt> -<dd>Updated the OS X binary release to Octave.app 3.0.0. -</dd> -<dt>December 14, 2007</dt> -<dd>Updated Windows installer to Octave 2.9.19. -</dd> -<dt>December 12, 2007</dt> -<dd> -<p>Release of Octave-forge tested against Octave 2.9.18. Many packages - will also function with earlier versions of Octave 2.9. - Notable changes in this release include:</p> -<ul> - <li>jhandles: Addition of PS and TeX text support. Better - integration with core Octave plotting functions.</li> - <li>plot: Removal of many functions ported to 2.9.18. Addition of - ellipsoid function.</li> - <li>odepkg: First version of an IDE problem solver in form of an - oct-file implemention.</li> - <li>audio: Avoid 64bit issues in sound.m.</li> - <li>MinGW: Build support for MinGW.</li> - <li>general bug fixes and improvements.</li> -</ul> -</dd> + </dl> </div> __TRAILER__([[[home]]]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |