From: Richard M. <no...@gi...> - 2021-12-26 14:26:39
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 2123d52577b99860db970535f6e4e97eff81994c https://github.com/python-control/python-control/commit/2123d52577b99860db970535f6e4e97eff81994c Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M setup.py Log Message: ----------- remove support declaration for EOL Python 2 and 3.6 Commit: 7d97ef9fb177af5be15851258e2e1dd862158947 https://github.com/python-control/python-control/commit/7d97ef9fb177af5be15851258e2e1dd862158947 Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M control/delay.py M control/frdata.py M control/margins.py M control/modelsimp.py M control/phaseplot.py M control/statesp.py M control/tests/convert_test.py M control/tests/delay_test.py M control/tests/iosys_test.py M control/tests/margin_test.py M control/xferfcn.py M doc/pvtol-nested.rst M examples/check-controllability-and-observability.py M examples/pvtol-nested.py M examples/tfvis.py Log Message: ----------- remove python2 future imports Commit: f8534a0e896e03a9e3c8e979bcbf99b98ced38d8 https://github.com/python-control/python-control/commit/f8534a0e896e03a9e3c8e979bcbf99b98ced38d8 Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: R .travis.yml Log Message: ----------- remove travis config Commit: 12f9014ebac2cb75f586e9a592a6c856e97f1ffc https://github.com/python-control/python-control/commit/12f9014ebac2cb75f586e9a592a6c856e97f1ffc Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M .github/workflows/python-package-conda.yml Log Message: ----------- bump minimum python version in GHA conda tests Commit: 19cc79ac5e8b351d722347ace61cd6bbcb0e0f9d https://github.com/python-control/python-control/commit/19cc79ac5e8b351d722347ace61cd6bbcb0e0f9d Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M control/flatsys/flatsys.py M control/flatsys/linflat.py M control/frdata.py M control/iosys.py M control/modelsimp.py M control/optimal.py M control/statefbk.py M control/statesp.py M control/timeresp.py M examples/slycot-import-test.py Log Message: ----------- replace np.dot with @ matmul operator where applicable Commit: 6b96c7f17ef23c766931b90a467880460e93c0e4 https://github.com/python-control/python-control/commit/6b96c7f17ef23c766931b90a467880460e93c0e4 Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M control/canonical.py M control/frdata.py M control/mateqn.py M control/statesp.py M control/timeresp.py Log Message: ----------- replace ndarray.dot() with @ Commit: de8596985284dcf91ae91c5fb3c1cacccc159a0d https://github.com/python-control/python-control/commit/de8596985284dcf91ae91c5fb3c1cacccc159a0d Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M control/tests/canonical_test.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/modelsimp_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py Log Message: ----------- replace np.dot with @ matmul operator where applicable in tests Commit: 5b28121cf0744cf2eb360de4b89980c181991a9a https://github.com/python-control/python-control/commit/5b28121cf0744cf2eb360de4b89980c181991a9a Author: Ben Greiner <co...@bn...> Date: 2021-12-02 (Thu, 02 Dec 2021) Changed paths: M control/tests/canonical_test.py M control/tests/mateqn_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py Log Message: ----------- replace ndarray.dot in tests Commit: de94123bdc2af7015e3436389aa1bea4dc0132c9 https://github.com/python-control/python-control/commit/de94123bdc2af7015e3436389aa1bea4dc0132c9 Author: Ben Greiner <co...@bn...> Date: 2021-12-07 (Tue, 07 Dec 2021) Changed paths: M control/mateqn.py M setup.py Log Message: ----------- Merge branch 'master' into remove-old-python Commit: 4f681ab93d69cd67da66345bf59a6ca4f1e1e5e7 https://github.com/python-control/python-control/commit/4f681ab93d69cd67da66345bf59a6ca4f1e1e5e7 Author: Richard Murray <mu...@cd...> Date: 2021-12-26 (Sun, 26 Dec 2021) Changed paths: M .github/workflows/python-package-conda.yml R .travis.yml M control/canonical.py M control/delay.py M control/flatsys/flatsys.py M control/flatsys/linflat.py M control/frdata.py M control/iosys.py M control/margins.py M control/mateqn.py M control/modelsimp.py M control/optimal.py M control/phaseplot.py M control/statefbk.py M control/statesp.py M control/tests/canonical_test.py M control/tests/convert_test.py M control/tests/delay_test.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/margin_test.py M control/tests/mateqn_test.py M control/tests/modelsimp_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/timeresp.py M control/xferfcn.py M doc/pvtol-nested.rst M examples/check-controllability-and-observability.py M examples/pvtol-nested.py M examples/slycot-import-test.py M examples/tfvis.py M setup.py Log Message: ----------- Merge pull request #679 from bnavigator/remove-old-python Remove old pythons and leverage @ operator Compare: https://github.com/python-control/python-control/compare/c2f6f8ab94bb...4f681ab93d69 |