From: Richard M. <no...@gi...> - 2019-04-07 05:12:19
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 394fa27eff4fcbef1e4c2e8448fc9ee43f99ac82 https://github.com/python-control/python-control/commit/394fa27eff4fcbef1e4c2e8448fc9ee43f99ac82 Author: Andrew D. McGuire <and...@sp...> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M control/statesp.py Log Message: ----------- Performance improvements to _remove_useless_states routine in statesp.py Commit: c65d0858e960d290c68dd6b2425f29e7fdbeaa90 https://github.com/python-control/python-control/commit/c65d0858e960d290c68dd6b2425f29e7fdbeaa90 Author: Andrew D. McGuire <and...@sp...> Date: 2018-12-24 (Mon, 24 Dec 2018) Changed paths: M control/statesp.py Log Message: ----------- Minor update to comment string in _remove_useless_states. Commit: de2fc3957d619d761a7bad1465b7b8da5a3ac792 https://github.com/python-control/python-control/commit/de2fc3957d619d761a7bad1465b7b8da5a3ac792 Author: Andrew D. McGuire <ad...@us...> Date: 2019-01-11 (Fri, 11 Jan 2019) Changed paths: M .travis.yml M control/bdalg.py M control/canonical.py M control/freqplot.py A control/grid.py M control/margins.py M control/nichols.py M control/phaseplot.py M control/pzmap.py M control/rlocus.py M control/statefbk.py M control/statesp.py M control/tests/canonical_test.py M control/tests/convert_test.py M control/tests/freqresp_test.py M control/tests/matlab_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_input_test.py M control/tests/xferfcn_test.py M control/timeresp.py M control/xferfcn.py M doc/conventions.rst A examples/bode-and-nyquist-plots.ipynb R examples/bode-plot.ipynb M examples/genswitch.py M examples/phaseplots.py M examples/pvtol-lqr.py M examples/pvtol-nested-ss.py M examples/robust_mimo.py M examples/robust_siso.py M examples/rss-balred.py A examples/run_examples.sh M examples/slicot-test.py M examples/test-statefbk.py M examples/tfvis.py Log Message: ----------- Merge branch 'master' into statesp-performance-improvements Commit: be53eb734dab667020944c668d402140ed779e76 https://github.com/python-control/python-control/commit/be53eb734dab667020944c668d402140ed779e76 Author: Andrew D. McGuire <and...@sp...> Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M control/statesp.py Log Message: ----------- Replace np.concatenate with np.union1d in statesp._remove_useless_states method This ensures that all elements in the array of state indices to be removed are unique. Commit: 5d680f5ccbedd4ad4d344750e7f85c3abfd9adcb https://github.com/python-control/python-control/commit/5d680f5ccbedd4ad4d344750e7f85c3abfd9adcb Author: Richard Murray <mu...@cd...> Date: 2019-04-06 (Sat, 06 Apr 2019) Changed paths: M control/statesp.py Log Message: ----------- Merge pull request #248 from adm78/statesp-performance-improvements Performance improvements to _remove_useless_states routine in statesp.py Compare: https://github.com/python-control/python-control/compare/b24688463b91...5d680f5ccbed |