From: Ben G. <no...@gi...> - 2022-10-09 09:14:50
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: c1f18689af280918800463873ec3eee9607d2c95 https://github.com/python-control/python-control/commit/c1f18689af280918800463873ec3eee9607d2c95 Author: Hang Yu <hy...@te...> Date: 2022-10-03 (Mon, 03 Oct 2022) Changed paths: M control/iosys.py Log Message: ----------- Move sys._update_params(params) ahead of TimeResponseData return when ntates==0 Commit: 8aa271de3f500112e8377650006f1ee61de8116d https://github.com/python-control/python-control/commit/8aa271de3f500112e8377650006f1ee61de8116d Author: Ben Greiner <co...@bn...> Date: 2022-10-08 (Sat, 08 Oct 2022) Changed paths: M control/iosys.py M control/passivity.py M control/sisotool.py M control/tests/kwargs_test.py M control/tests/passivity_test.py M doc/conventions.rst Log Message: ----------- Merge remote-tracking branch 'upstream/main' into gh-774 Commit: 61ef12b6d18230ce398dedf38aa30379fb90fd40 https://github.com/python-control/python-control/commit/61ef12b6d18230ce398dedf38aa30379fb90fd40 Author: Ben Greiner <co...@bn...> Date: 2022-10-09 (Sun, 09 Oct 2022) Changed paths: M control/iosys.py Log Message: ----------- Merge pull request #774 from hyumo/main Move sys._update_params(params) before TimeResponseData return when nstate == 0 Compare: https://github.com/python-control/python-control/compare/f758725b59df...61ef12b6d182 |