From: Richard M. <no...@gi...> - 2023-09-16 16:37:34
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: aa9ef958c53dcdbf04384784ab5d1cabf42a08b2 https://github.com/python-control/python-control/commit/aa9ef958c53dcdbf04384784ab5d1cabf42a08b2 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-21 (Fri, 21 Jul 2023) Changed paths: M control/nlsys.py Log Message: ----------- fix name of default name for duplcated system in interconnect Commit: 5e92bb405e7db4466933d1bf35cbe72065f1c0d7 https://github.com/python-control/python-control/commit/5e92bb405e7db4466933d1bf35cbe72065f1c0d7 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M control/iosys.py Log Message: ----------- remove namedio from docstrings Commit: 4e96553e2cf0e7bcb4b562c7347bf64f34f2bb50 https://github.com/python-control/python-control/commit/4e96553e2cf0e7bcb4b562c7347bf64f34f2bb50 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M control/nlsys.py Log Message: ----------- add signal_table method to show implicit interconnections Commit: b5925c37408d110011b059c73fe23664c1c9bba2 https://github.com/python-control/python-control/commit/b5925c37408d110011b059c73fe23664c1c9bba2 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M control/tests/interconnect_test.py Log Message: ----------- unit test Commit: 614de832ad906de71cd29433703b14014439e9d8 https://github.com/python-control/python-control/commit/614de832ad906de71cd29433703b14014439e9d8 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M control/nlsys.py M control/tests/interconnect_test.py M doc/control.rst Log Message: ----------- add signal_table function, test against show_names Commit: 91aac8f5394bae7cd8716acf7dd332d7f43e7875 https://github.com/python-control/python-control/commit/91aac8f5394bae7cd8716acf7dd332d7f43e7875 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M control/nlsys.py Log Message: ----------- remove **kwargs Commit: 796acad0a56855a103a48d586647869c3e383d4a https://github.com/python-control/python-control/commit/796acad0a56855a103a48d586647869c3e383d4a Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M control/nlsys.py Log Message: ----------- switch docstring example to use system names Commit: b787a9ef8f44850161c8983d727ad8a2f20018c6 https://github.com/python-control/python-control/commit/b787a9ef8f44850161c8983d727ad8a2f20018c6 Author: Sawyer Fuller <mi...@uw...> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M control/nlsys.py M control/tests/interconnect_test.py Log Message: ----------- add tests for auto-sum and auto-split Commit: c2b4480c3d1e285e8a398427352209d89d49428c https://github.com/python-control/python-control/commit/c2b4480c3d1e285e8a398427352209d89d49428c Author: Sawyer Fuller <mi...@uw...> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M control/nlsys.py M control/tests/interconnect_test.py Log Message: ----------- rename function to connection_table, add option to change column width Commit: 58e1b601e84c2943a5a62eb42767a50da4627498 https://github.com/python-control/python-control/commit/58e1b601e84c2943a5a62eb42767a50da4627498 Author: Sawyer Fuller <mi...@uw...> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M control/nlsys.py M control/statesp.py M control/tests/interconnect_test.py Log Message: ----------- added field to interconnectedSystem and LinearICSystem to keep track of whether connection was explicit or implicit and issue a warning in connection_table if explicit Commit: 36379972b9f538990f72ab079f70c89c71576d58 https://github.com/python-control/python-control/commit/36379972b9f538990f72ab079f70c89c71576d58 Author: Sawyer Fuller <mi...@uw...> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M doc/control.rst Log Message: ----------- added connection_table to documentation in control.rst Commit: 5c23f1a64dfe8c2927a27c96966a5616152318a6 https://github.com/python-control/python-control/commit/5c23f1a64dfe8c2927a27c96966a5616152318a6 Author: Richard Murray <mu...@cd...> Date: 2023-09-16 (Sat, 16 Sep 2023) Changed paths: M control/nlsys.py Log Message: ----------- change "(optional)" to ", optional" per numpydoc Commit: 405bf77ab794d14624afe4a616f4c0d3feefe953 https://github.com/python-control/python-control/commit/405bf77ab794d14624afe4a616f4c0d3feefe953 Author: Richard Murray <mu...@cd...> Date: 2023-09-16 (Sat, 16 Sep 2023) Changed paths: M control/iosys.py M control/nlsys.py M control/statesp.py M control/tests/interconnect_test.py M doc/control.rst Log Message: ----------- Merge pull request #925 from sawyerbfuller/connections Compare: https://github.com/python-control/python-control/compare/42c6fb1498aa...405bf77ab794 |