From: Richard M. <mu...@cd...> - 2019-01-05 01:30:52
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: cda981c76a6b16fb3fecb9c243684eaab216cc98 https://github.com/python-control/python-control/commit/cda981c76a6b16fb3fecb9c243684eaab216cc98 Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml A examples/run_examples.sh Log Message: ----------- Test: Bash script to run examples; run this in Travis CI. Commit: 96c31f419fca1cea59475b46463e7325edbdd70c https://github.com/python-control/python-control/commit/96c31f419fca1cea59475b46463e7325edbdd70c Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M examples/phaseplots.py M examples/robust_siso.py Log Message: ----------- Don't call pyplot.show when examples are being tested. Commit: ba9187886fc7e04b19aa6f64f84150dfd353787c https://github.com/python-control/python-control/commit/ba9187886fc7e04b19aa6f64f84150dfd353787c Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- Setup Python path so examples can run. Commit: a40cd45b379d8013c01241fc961baa1f9c26ca16 https://github.com/python-control/python-control/commit/a40cd45b379d8013c01241fc961baa1f9c26ca16 Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml 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 M examples/slicot-test.py M examples/test-statefbk.py M examples/tfvis.py Log Message: ----------- Fix: all examples should run under Python 2 now. tfvis.py uses Tkinter, and won't work as-is in Python 3. Commit: 0d13a80d646d99023762969a1355e8cc4ae0c9ba https://github.com/python-control/python-control/commit/0d13a80d646d99023762969a1355e8cc4ae0c9ba Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- CI: only run examples when Slycot installed Commit: 416d1fbbc84e787aed60238cc069fce66e08f03e https://github.com/python-control/python-control/commit/416d1fbbc84e787aed60238cc069fce66e08f03e Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml M examples/tfvis.py Log Message: ----------- Fix: make examples/tfvis.py Python 3 compatible. Uses Python 3 tkinter module name; the future package lets this work in Python 2 as well. Commit: def37f8fc8a1387d4207f1a55d3da69244f9d71f https://github.com/python-control/python-control/commit/def37f8fc8a1387d4207f1a55d3da69244f9d71f Author: Rory Yorke <ror...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- Fix: correct .travis.yml The previous syntax was completely wrong. Commit: ed80cbe65c6ad34598dc9b961b007a7f32b2a67d https://github.com/python-control/python-control/commit/ed80cbe65c6ad34598dc9b961b007a7f32b2a67d Author: Richard Murray <mu...@cd...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M .travis.yml 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 pull request #263 from roryyorke/rory/fix-examples-2 Make all examples Python 3 compatible Compare: https://github.com/python-control/python-control/compare/bcf538287b37...ed80cbe65c6a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |