From: <lm...@us...> - 2011-06-22 01:52:01
|
Revision: 8344 http://octave.svn.sourceforge.net/octave/?rev=8344&view=rev Author: lmarkov Date: 2011-06-22 01:51:55 +0000 (Wed, 22 Jun 2011) Log Message: ----------- M fuzzy-logic-toolkit/DESCRIPTION A fuzzy-logic-toolkit/ChangeLog Modified Paths: -------------- trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION Added Paths: ----------- trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog Added: trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog =================================================================== --- trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog (rev 0) +++ trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog 2011-06-22 01:51:55 UTC (rev 8344) @@ -0,0 +1,35 @@ +2011-06-21 Version 0.2.2 + + * ChangeLog: New file. + * DESCRIPTION: Update file. + * inst/addmf.m: Modify to workaround a bug in Octave 3.4.0. + * inst/addrule.m: Modify to workaround a bug in Octave 3.4.0. + * inst/addvar.m: Modify to workaround a bug in Octave 3.4.0. + * inst/gaussmf.m: Modify demo and texinfo comment string. + * inst/getfis.m: Modify to workaround a bug in Octave 3.4.0. + * inst/readfis.m: Modify to workaround a bug in Octave 3.4.0. + * inst/private/aggregate_output_mamdani.m: Modify to workaround a bug in Octave 3.4.0. + * inst/private/evalmf_private.m: Modify to workaround a bug in Octave 3.4.0. + * Demos tested under: Fedora 15/Octave 3.4.0 + * Demos tested under: Fedora 15/Octave 3.2.4 + +2011-06-08 Version 0.2.1 + + * Initial release on Octave-Forge. + * Merge membership function demos into related function files. + * Create documentation for Octave-Forge website. + * DESCRIPTION: Update file. + * Demos tested under: Fedora 13/Octave 3.2.4 + +2011-05-25 Version 0.2 + + * Move tests/demos/* and tests/fis/* to inst/*. + * Change indentation and spacing to conform to Octave style. + * Convert comments to texinfo. + * DESCRIPTION: Update file. + * Demos tested under: Fedora 13/Octave 3.2.4 + +2011-04-19 Version 0.1 + + * Initial release on SourceForge. + * Demos tested under: Fedora 13/Octave 3.2.4 Modified: trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION =================================================================== --- trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION 2011-06-22 01:51:28 UTC (rev 8343) +++ trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION 2011-06-22 01:51:55 UTC (rev 8344) @@ -1,6 +1,6 @@ Name: fuzzy-logic-toolkit -Version: 0.2.1 -Date: 2011-6-8 +Version: 0.2.2 +Date: 2011-6-21 Author: L. Markowsky <lm...@us...> Maintainer: L. Markowsky <lm...@us...> Title: Octave Fuzzy Logic Toolkit @@ -9,3 +9,4 @@ Autoload: yes License: GPL version 2 or later Url: http://octave.sf.net + http://sf.net/projects/octave-fuzzy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |