changeset 9419:902ea0de20b8 octave-forge

control: remove completed tasks from projects file, require octave 3.6.0 in description
author paramaniac
date Thu, 09 Feb 2012 18:13:44 +0000
parents d5e100fe4b22
children a367b790a015
files main/control/DESCRIPTION main/control/devel/PROJECTS
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/DESCRIPTION	Thu Feb 09 18:12:24 2012 +0000
+++ b/main/control/DESCRIPTION	Thu Feb 09 18:13:44 2012 +0000
@@ -5,7 +5,7 @@
 Maintainer: Lukas Reichlin <lukas.reichlin@gmail.com>
 Title: Control Systems
 Description: Octave control systems package based on the proven SLICOT library
-Depends: octave (>= 3.4.0)
+Depends: octave (>= 3.6.0)
 Autoload: yes
 License: GPL version 3 or later
 Url: http://octave.sf.net, http://www.slicot.org
--- a/main/control/devel/PROJECTS	Thu Feb 09 18:12:24 2012 +0000
+++ b/main/control/devel/PROJECTS	Thu Feb 09 18:13:44 2012 +0000
@@ -74,11 +74,6 @@
     will integrate the model and controller reduction commands for the first time.
     Don't forget margin.m.
 
-  * With Octave 3.6.0, arrayfun is now an oct-file like cellfun and not an
-    m-file anymore.  Therefore, many calls to cellfun (in combination with num2cell)
-    can be replaced by calls to arrayfun alone. Examples are strseq, ctrb and
-    @ss/__freqresp__.  Wait until control requires octave (>= 3.6.0).
-
 -----------------------
 Frequency Response Data:
 -----------------------