From: Richard M. <no...@gi...> - 2021-03-19 04:30:47
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: e99273a8e84a947a1618f065decfcf2112f0bfab https://github.com/python-control/python-control/commit/e99273a8e84a947a1618f065decfcf2112f0bfab Author: Sawyer Fuller <mi...@uw...> Date: 2021-03-10 (Wed, 10 Mar 2021) Changed paths: M control/iosys.py M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- added dynamics and output to statespace and iosystems Commit: 9678bd133eee165c2c9e513d7f94361ae0a801e8 https://github.com/python-control/python-control/commit/9678bd133eee165c2c9e513d7f94361ae0a801e8 Author: Sawyer Fuller <mi...@uw...> Date: 2021-03-11 (Thu, 11 Mar 2021) Changed paths: M control/iosys.py Log Message: ----------- add remark in docstring for iosys._rhs and _out that they are intended for fast evaluation. Commit: c0f7d06ff86894d37af3fcef65a9484a93ee0a13 https://github.com/python-control/python-control/commit/c0f7d06ff86894d37af3fcef65a9484a93ee0a13 Author: Sawyer Fuller <mi...@uw...> Date: 2021-03-11 (Thu, 11 Mar 2021) Changed paths: M control/statesp.py Log Message: ----------- fix to possibly fix pytest errors when using matrix Commit: 64d0dde4b37675b87edb853f42571ed1b81414e4 https://github.com/python-control/python-control/commit/64d0dde4b37675b87edb853f42571ed1b81414e4 Author: Sawyer Fuller <mi...@uw...> Date: 2021-03-11 (Thu, 11 Mar 2021) Changed paths: M control/iosys.py Log Message: ----------- another try at fixing failing unit tests Commit: 23c4b09ae67bca6415cce13b9113362416dc6286 https://github.com/python-control/python-control/commit/23c4b09ae67bca6415cce13b9113362416dc6286 Author: Sawyer Fuller <mi...@uw...> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M control/iosys.py M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- fixes/cleanups suggested by @murrayrm Commit: 22b99531589a2bbc2cdb9459c08eaf511eff03d8 https://github.com/python-control/python-control/commit/22b99531589a2bbc2cdb9459c08eaf511eff03d8 Author: Richard Murray <mu...@cd...> Date: 2021-03-18 (Thu, 18 Mar 2021) Changed paths: M control/iosys.py M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #558 from sawyerbfuller/dynamics2 new dynamics and output functions for state space and I/O systems Compare: https://github.com/python-control/python-control/compare/39b874a3f748...22b99531589a |