From: <sla...@us...> - 2012-03-13 01:00:01
|
Revision: 9841 http://octave.svn.sourceforge.net/octave/?rev=9841&view=rev Author: slackydeb Date: 2012-03-13 00:59:55 +0000 (Tue, 13 Mar 2012) Log Message: ----------- ga: update news and description files Modified Paths: -------------- trunk/octave-forge/main/ga/DESCRIPTION trunk/octave-forge/main/ga/doc/NEWS Modified: trunk/octave-forge/main/ga/DESCRIPTION =================================================================== --- trunk/octave-forge/main/ga/DESCRIPTION 2012-03-13 00:40:30 UTC (rev 9840) +++ trunk/octave-forge/main/ga/DESCRIPTION 2012-03-13 00:59:55 UTC (rev 9841) @@ -1,6 +1,6 @@ Name: ga Version: 0.9.9 -Date: 2011-07-29 +Date: 2012-03-13 Author: Luca Favatella <sla...@gm...> Maintainer: Luca Favatella <sla...@gm...> Title: Genetic Algorithm and Direct Search Modified: trunk/octave-forge/main/ga/doc/NEWS =================================================================== --- trunk/octave-forge/main/ga/doc/NEWS 2012-03-13 00:40:30 UTC (rev 9840) +++ trunk/octave-forge/main/ga/doc/NEWS 2012-03-13 00:59:55 UTC (rev 9841) @@ -0,0 +1,10 @@ +Summary of important user-visible changes for releases of the ga package + +=============================================================================== +ga-0.9.9 Release Date: 2012-xx-yy Release Manager: Luca Favatella +=============================================================================== + +** Remove dependency on the "communications" package and require + Octave version 3.4.0 (or better). The "communications" package was + used only for its "randint" function; now the "randi" function, + introduced on Octave 3.4.0, is used instead. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |