help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: control 2.8.2 released


From: Thomas D. Dean
Subject: Re: control 2.8.2 released
Date: Mon, 15 Jun 2015 10:38:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 06/15/15 04:34, Carnë Draug wrote:
Hi everyone

a new release of the control package [1] is out, version 2.8.2, by Lukas
Reichlin.  A summary of important user-visible changes is also available
online [2].

The control package provides Computer-Aided Control System Design (CACSD)
Tools for GNU Octave, based on the proven SLICOT Library.

Enjoy Octave responsibly,
Carnë

[1] http://octave.sourceforge.net/control/
[2] http://octave.sourceforge.net/control/NEWS.html

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave


octave:1942> version
ans = 4.1.0+

octave:1943> pkg update
In file included from __control_slicot_functions__.cc:24:0:
sl_tg04bx.cc: In function 'octave_value_list F__sl_tg04bx__(const octave_value_list&, int)': sl_tg04bx.cc:79:41: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
         octave_idx_type ip = pr.length ();  // ip: number of finite poles
                                         ^
sl_tg04bx.cc:80:41: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
         octave_idx_type iz = zr.length ();  // iz: number of zeros
                                         ^
In file included from __control_slicot_functions__.cc:42:0:
sl_ident.cc: In function 'octave_value_list F__sl_ident__(const octave_value_list&, int)': sl_ident.cc:184:47: warning: 'octave_idx_type Array<T>::nelem() const [with T = octave_value; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:274) [-Wdeprecated-declarations] octave_idx_type n_exp = y_cell.nelem (); // number of experi
                                               ^
In file included from __control_slicot_functions__.cc:43:0:
sl_ib01cd.cc: In function 'octave_value_list F__sl_ib01cd__(const octave_value_list&, int)': sl_ib01cd.cc:97:47: warning: 'octave_idx_type Array<T>::nelem() const [with T = octave_value; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:274) [-Wdeprecated-declarations] octave_idx_type n_exp = y_cell.nelem (); // number of experi
                                               ^
In file included from __control_slicot_functions__.cc:44:0:
sl_ib01ad.cc: In function 'octave_value_list F__sl_ib01ad__(const octave_value_list&, int)': sl_ib01ad.cc:148:47: warning: 'octave_idx_type Array<T>::nelem() const [with T = octave_value; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:274) [-Wdeprecated-declarations] octave_idx_type n_exp = y_cell.nelem (); // number of experi
                                               ^


SHA1.cc: In function 'octave_value_list FSHA1(const octave_value_list&, int)': SHA1.cc:68:23: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
       if (init.length() != 20)
                       ^
SHA1.cc:84:24: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
    int len=data.length();
                        ^
remez.cc: In function 'octave_value_list Fremez(const octave_value_list&, int)': remez.cc:794:33: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   int numbands = o_bands.length()/2;
                                 ^
remez.cc:796:38: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   if (numbands < 1 || o_bands.length()%2 == 1) {
                                      ^
remez.cc:800:32: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   for (i=1; i < o_bands.length(); i++) {
                                ^
remez.cc:814:25: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   if (o_response.length() != o_bands.length()) {
                         ^
remez.cc:814:45: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   if (o_response.length() != o_bands.length()) {
                                             ^
remez.cc:829:27: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
       if (o_weight.length() != numbands) {
                           ^
cl2bp.cc: In function 'octave_value_list Fcl2bp(const octave_value_list&, int)': cl2bp.cc:110:24: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   if (up_vector.length() != 3 || lo_vector.length() != 3) {
                        ^
cl2bp.cc:110:51: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   if (up_vector.length() != 3 || lo_vector.length() != 3) {
                                                   ^
upfirdn.cc: In instantiation of 'MT upfirdn(MT&, ColumnVector&, octave_idx_type, octave_idx_type) [with MT = Matrix; octave_idx_type = int]':
upfirdn.cc:138:37:   required from here
upfirdn.cc:40:34: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations]
   octave_idx_type Lh = h.length ();
                                  ^
upfirdn.cc: In instantiation of 'MT upfirdn(MT&, ColumnVector&, octave_idx_type, octave_idx_type) [with MT = ComplexMatrix; octave_idx_type = int]':
upfirdn.cc:150:44:   required from here
upfirdn.cc:40:34: warning: 'octave_idx_type Array<T>::length() const [with T = double; octave_idx_type = int]' is deprecated (declared at /usr/local/include/octave-4.1.0+/octave/../octave/Array.h:269) [-Wdeprecated-declarations] For information about changes from previous versions of the control package, run 'news control'. For information about changes from previous versions of the general package, run 'news general'. For information about changes from previous versions of the signal package, run 'news signal'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]