From: <par...@us...> - 2011-12-04 08:53:16
|
Revision: 9258 http://octave.svn.sourceforge.net/octave/?rev=9258&view=rev Author: paramaniac Date: 2011-12-04 08:53:10 +0000 (Sun, 04 Dec 2011) Log Message: ----------- control: update news file Modified Paths: -------------- trunk/octave-forge/main/control/NEWS Modified: trunk/octave-forge/main/control/NEWS =================================================================== --- trunk/octave-forge/main/control/NEWS 2011-12-04 08:37:30 UTC (rev 9257) +++ trunk/octave-forge/main/control/NEWS 2011-12-04 08:53:10 UTC (rev 9258) @@ -6,6 +6,18 @@ ** Improved error messages for place, ARE solvers and robust control commands. +** minreal, ss + -- Fixed a crash for descriptor models. minreal for dss models as well as + conversion from non-proper transfer functions to descriptor state-space + models should work now as expected. + +** ss + -- Revised default tolerance for transfer function to state-space conversion + by SLICOT TD04AD. + +** Better performance when computing the frequency response of SISO transfer + function models. + ** Reorganized tests. Most tests have been moved from "ltimodels" to the files of the LTI methods being tested. All available tests can be executed by "test_control". @@ -13,11 +25,7 @@ ** The NEWS file is handled correctly when using Octave version 3.6. Type "news("control")" or "news control" to display the news (3.6 only). -** ss - -- Revised default tolerance for transfer function to state-space conversion - by SLICOT TD04AD. - =============================================================================== control-2.2.1 Release Date: 2011-10-24 Release Manager: Lukas Reichlin =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |