v1.14.0
ControlSystems v1.14.0
Merged pull requests:
- add
find_similarity_transform
(#1000) (@baggepinnen) - fix: handle poor type inference in count_eigval_multiplicity function (#1001) (@baggepinnen)
- handle exotic types in
balance
(#1003) (@baggepinnen) - use new generic zeros from MatrixPencils (#1004) (@baggepinnen)
- Improve some docstrings (#1005) (@baggepinnen)
- handle MIMO tf feedback and division by converting to ss (#1007) (@baggepinnen)
- handle B matrix with non-full column rank in place (#1009) (@baggepinnen)
- add pole placement example (#1010) (@baggepinnen)
- make place return real matrix when expected (#1011) (@baggepinnen)
- add root-locus methods for matrix gains (#1012) (@baggepinnen)
- move root locus implementation to ControlSystemsBase (#1013) (@baggepinnen)
Closed issues:
- Docstring for nyquist uses im as an output argument –> clash with the imaginary unit im (#924)