On Wed, Jul 6, 2011 at 5:54 PM, Lukas Reichlin <[email protected]> wrote: > Hi all, > > I've just posted control-2.1.50 (SVN Revision 8376) in the package forum [1]. > The changes are listed in the NEWS file [2]. > > The notice for > http://octave.sourceforge.net/ > > > July 6, 2011 > New release of the package: > control-2.1.50 > > > > Best Regards, > Lukas > > [1] > http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 > > [2] > http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/control/doc/NEWS?revision=8376&view=markup > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Octave-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/octave-dev >
Hi the example in http://octave.sourceforge.net/control/function/ss.html for the ss function in control 2.0.2 was not working, this is the output sys = ss (a, b, [], [], "stname", stname) error: class has no member `outname' error: evaluating argument list element number 1 error: called from: error: /home/juanpi/octave/control-2.0.2/@lti/size.m at line 35, column 6 error: /home/juanpi/octave/control-2.0.2/@lti/set.m at line 55, column 13 error: /home/juanpi/octave/control-2.0.2/@ss/ss.m at line 145, column 9 This is due to the function size (which has a commented warning) not hadling system with custom names. According to the News in the 2.1.50 [1], this was not addressed. Also, running test_control says that all test are passed but many of them actually fail. I think the problem is that failed test are not being counted for the total, so we always get PASSES n out of n tests. Let me know how can I help. [1] http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/control/doc/NEWS?revision=8376&view=markup -- M. Sc. Juan Pablo Carbajal ----- PhD Student University of Zürich www.ailab.ch/carbajal ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
