Most important changes:
- more robust test in impulse and cfconred
- fix possibly missing deprecated LAPACK routine
DGEGS
- input parameter checking for
NaN
andInf
in oct-files in order to prevent Octave from hanging (bug #66669) ss
: state space from MIMO transfer function 'tfsys' numerically more robust (bug #66651)lyap (A,Q)
also for non-symmetricQ
(bug #66567)- fix time responses (
step
,impulse
, ...) if requested for multiple systems and on Octave versions prior to Octave 8 - minor fixes in the build system
Please note: The source archives Source code (zip) and Source code (tar.gz) are automatically added to the release's assets by Github and do not contain the complete sources since this project uses submodules for the SLICOT library. All sources that are required for installing the control package in GNU Octave are included in the downloadable archive file control-x.y.z.tar.gz. The complete sources (including, e.g., the ones for packaging) are available in the repository which has to be cloned using the option --recurse-submodules
.