From: Ben G. <no...@gi...> - 2022-03-30 08:19:44
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 8b6bfd199de4a0f820be577496b7392560ececb7 https://github.com/python-control/python-control/commit/8b6bfd199de4a0f820be577496b7392560ececb7 Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/frdata.py M control/freqplot.py M control/iosys.py M control/optimal.py M control/pzmap.py M control/rlocus.py M control/tests/interconnect_test.py M control/tests/trdata_test.py M control/timeresp.py Log Message: ----------- check for unused keywords Commit: 3656968a55ea50f9c103c51f14b9aa789fde9938 https://github.com/python-control/python-control/commit/3656968a55ea50f9c103c51f14b9aa789fde9938 Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/iosys.py Log Message: ----------- remove_useless -> remove_useless_states in iosys Commit: ceddc6f0e60262958a60b31cb709e39860480076 https://github.com/python-control/python-control/commit/ceddc6f0e60262958a60b31cb709e39860480076 Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/iosys.py Log Message: ----------- add test for extraneous keywords in iosys Commit: 97a0a14b9341c0b2c5b2f2957d83aca3852b6794 https://github.com/python-control/python-control/commit/97a0a14b9341c0b2c5b2f2957d83aca3852b6794 Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/xferfcn.py Log Message: ----------- add test for extraneous keywords in xferfcn Commit: 57e3751ffabc5385898eaaaa6576431906ccbd3a https://github.com/python-control/python-control/commit/57e3751ffabc5385898eaaaa6576431906ccbd3a Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/statesp.py Log Message: ----------- add test for extraneous keywords in statesp Commit: a86d33fa0b1f817b776d5d3bb357e919e27898cd https://github.com/python-control/python-control/commit/a86d33fa0b1f817b776d5d3bb357e919e27898cd Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/iosys.py M control/statefbk.py M control/statesp.py M control/tests/frd_test.py M control/tests/iosys_test.py A control/tests/kwargs_test.py M control/xferfcn.py Log Message: ----------- add kwargs_test + checks for unrecognized keywords Commit: 26303ff99234096ee4833cecf9fceb2ae9090159 https://github.com/python-control/python-control/commit/26303ff99234096ee4833cecf9fceb2ae9090159 Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/tests/kwargs_test.py Log Message: ----------- move kwarg lists inside function to fix initialization issue Commit: 87cb31a5b4dccdc3541c0c02672e9aaae96ef82c https://github.com/python-control/python-control/commit/87cb31a5b4dccdc3541c0c02672e9aaae96ef82c Author: Richard Murray <mu...@cd...> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M control/config.py M control/iosys.py M control/tests/config_test.py M control/tests/kwargs_test.py Log Message: ----------- add missing kwarg tests + small bug fixes Commit: cb6d9d71609684d44ff3a473c4bd155a5b238a1d https://github.com/python-control/python-control/commit/cb6d9d71609684d44ff3a473c4bd155a5b238a1d Author: Ben Greiner <co...@bn...> Date: 2022-03-30 (Wed, 30 Mar 2022) Changed paths: M control/config.py M control/frdata.py M control/freqplot.py M control/iosys.py M control/optimal.py M control/pzmap.py M control/rlocus.py M control/statefbk.py M control/statesp.py M control/tests/config_test.py M control/tests/frd_test.py M control/tests/interconnect_test.py M control/tests/iosys_test.py A control/tests/kwargs_test.py M control/tests/trdata_test.py M control/timeresp.py M control/xferfcn.py Log Message: ----------- Merge pull request #713 from murrayrm/kwargs_20Mar2022 Keyword argument checking Compare: https://github.com/python-control/python-control/compare/cfe21de42431...cb6d9d716096 |