From: Richard M. <no...@gi...> - 2023-06-03 17:33:41
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: 78f5aec6f35b69d33584da3ce4830e7eced2f7c5 https://github.com/python-control/python-control/commit/78f5aec6f35b69d33584da3ce4830e7eced2f7c5 Author: Sawyer Fuller <mi...@uw...> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M control/tests/namedio_test.py Log Message: ----------- fix bug in namedio unit test that was treating static SS systems the same as transfer functions. tests to track down missing names on some systems when converting to LinearIOSystem Commit: ebabbd6f8481a47adb83fe7c6368275b6b8a624c https://github.com/python-control/python-control/commit/ebabbd6f8481a47adb83fe7c6368275b6b8a624c Author: Sawyer Fuller <mi...@uw...> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M control/tests/interconnect_test.py Log Message: ----------- add unit tests for interconnect with static system Commit: 8b5eb47e60f8263da33609528bde34b5bf2be8a8 https://github.com/python-control/python-control/commit/8b5eb47e60f8263da33609528bde34b5bf2be8a8 Author: Sawyer Fuller <mi...@uw...> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M control/statesp.py M control/tests/namedio_test.py Log Message: ----------- squashed noslycot losing signal names bug, added unit tests Commit: 184d83d2be20c7a1a34560b76a6eacb812097d0d https://github.com/python-control/python-control/commit/184d83d2be20c7a1a34560b76a6eacb812097d0d Author: Richard Murray <mu...@cd...> Date: 2023-06-03 (Sat, 03 Jun 2023) Changed paths: M control/statesp.py M control/tests/interconnect_test.py M control/tests/namedio_test.py Log Message: ----------- Merge pull request #884 from sawyerbfuller/static-signal-names make _convert_to_statespace properly pass signal and system names Compare: https://github.com/python-control/python-control/compare/0c46562627c5...184d83d2be20 |