# HG changeset patch # User paramaniac # Date 1330003859 0 # Node ID 6ef622f7e260dfbe7c27cd82a89526435ce37cd4 # Parent d84d2fea3c90c60694d9dd5f6074db941d4c0161 control: update news file diff -r d84d2fea3c90 -r 6ef622f7e260 main/control/NEWS --- a/main/control/NEWS Wed Feb 22 22:07:33 2012 +0000 +++ b/main/control/NEWS Thu Feb 23 13:30:59 2012 +0000 @@ -4,6 +4,14 @@ control-2.3.50 Release Date: 2012-xx-yy Release Manager: Lukas Reichlin =============================================================================== +** Added new functions for frequency-weighted model and controller order + reduction: + + bstmodred btaconred + btamodred cfconred + hnamodred fwcfconred + spamodred spaconred + ** Require Octave version 3.6.0 or better. (The frequency response plotting commands have been simplified. They now use the fixed "axis tight" command. This is a first step towards multiple systems in one plot, @@ -14,6 +22,9 @@ -- The get command doesn't need a return argument anymore. set (sys, "key", value) is now equivalent to sys = set (sys, "key", value). +** Revised package installation. The new solution compiles the SLICOT library + in a less barbaric way and brings along faster compile times. + =============================================================================== control-2.2.5 Release Date: 2012-02-09 Release Manager: Lukas Reichlin