From: Ben G. <no...@gi...> - 2021-02-07 13:25:36
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 26a595ff624871d7ca6b7faa5d7d50c9cb3813a5 https://github.com/python-control/python-control/commit/26a595ff624871d7ca6b7faa5d7d50c9cb3813a5 Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-04 (Thu, 04 Feb 2021) Changed paths: M control/bdalg.py Log Message: ----------- bdalg.connect now works with scalar inputv and outputv Commit: 9b1012137e88233f7e16d854dff7ddddc555d7bf https://github.com/python-control/python-control/commit/9b1012137e88233f7e16d854dff7ddddc555d7bf Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-04 (Thu, 04 Feb 2021) Changed paths: M control/rlocus.py M control/sisotool.py Log Message: ----------- sisotool's step response plot can be something other than feedback(K*sys) by providing a 2-input, 2-output system; some visual cleanup Commit: 76b0507339739471b03fc0c259075102d3d4cbba https://github.com/python-control/python-control/commit/76b0507339739471b03fc0c259075102d3d4cbba Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-04 (Thu, 04 Feb 2021) Changed paths: M control/rlocus.py Log Message: ----------- relaxed fiddly click size threshold in rlocus Commit: 77bc5c57ef4a33a5ccdf0589e15b1be2ef68928c https://github.com/python-control/python-control/commit/77bc5c57ef4a33a5ccdf0589e15b1be2ef68928c Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-04 (Thu, 04 Feb 2021) Changed paths: M control/rlocus.py M control/sisotool.py Log Message: ----------- fixed that full 2x2 system wasn't being passed around correctly, giving wrong step response Commit: 03cdab7a2396df36d592ba955a544c418879d1f3 https://github.com/python-control/python-control/commit/03cdab7a2396df36d592ba955a544c418879d1f3 Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-04 (Thu, 04 Feb 2021) Changed paths: M control/sisotool.py M control/tests/sisotool_test.py Log Message: ----------- added the unit tests, which caught a bug : ) and docstring cleanup Commit: fc8f8d75c1fa0c51fbb93f41e1638e8f0897e50a https://github.com/python-control/python-control/commit/fc8f8d75c1fa0c51fbb93f41e1638e8f0897e50a Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-05 (Fri, 05 Feb 2021) Changed paths: M control/sisotool.py M control/tests/sisotool_test.py Log Message: ----------- improved test coverage, pep8 cleanup, doc clarification, removed compatibility with matplotlib 1 released 10 years ago Commit: abca69dbe59a0dc53359cae8371fd73c4a579f8e https://github.com/python-control/python-control/commit/abca69dbe59a0dc53359cae8371fd73c4a579f8e Author: Sawyer Fuller <mi...@uw...> Date: 2021-02-05 (Fri, 05 Feb 2021) Changed paths: M control/tests/sisotool_test.py Log Message: ----------- improved tvect test coverage Commit: 3adc610a1ad7c3249dad35529be01d6d0d66195f https://github.com/python-control/python-control/commit/3adc610a1ad7c3249dad35529be01d6d0d66195f Author: Ben Greiner <co...@bn...> Date: 2021-02-07 (Sun, 07 Feb 2021) Changed paths: M control/bdalg.py M control/rlocus.py M control/sisotool.py M control/tests/sisotool_test.py Log Message: ----------- Merge pull request #531 from sawyerbfuller/sisotooling sisotool small visual cleanup, new feature to show step response of different input-output than loop Compare: https://github.com/python-control/python-control/compare/d75c395083d3...3adc610a1ad7 |