From: Ben G. <no...@gi...> - 2020-12-31 10:51:09
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 578cfa667d80f1c4ec0373d7ac97b80dc631c3e0 https://github.com/python-control/python-control/commit/578cfa667d80f1c4ec0373d7ac97b80dc631c3e0 Author: bnavigator <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/tests/config_test.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/lti_test.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py Log Message: ----------- Revert "make tests work with pre #431 source code state" from #438 This reverts commit 2b98769c9e51ca45291b39c6e5fa53f27a6357d9. Commit: 86401d66e0f3b42e0c88f4544f23556280d0dab5 https://github.com/python-control/python-control/commit/86401d66e0f3b42e0c88f4544f23556280d0dab5 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py M control/xferfcn.py Log Message: ----------- set default dt to be 0 instead of None. Commit: 1ed9ee272d631206ea762b4ac5dc33dad32800cd https://github.com/python-control/python-control/commit/1ed9ee272d631206ea762b4ac5dc33dad32800cd Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/config.py M control/iosys.py M control/lti.py M control/statesp.py M control/tests/config_test.py M control/tests/matlab_test.py M control/xferfcn.py Log Message: ----------- changes so that a default dt=0 passes unit tests. fixed code everywhere that combines systems with different timebases Commit: 5f46b5ba872059c2f93470e023d0a0bc9d8b91f9 https://github.com/python-control/python-control/commit/5f46b5ba872059c2f93470e023d0a0bc9d8b91f9 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/xferfcn.py Log Message: ----------- small bugfix to xferfcn._evalfr to correctly give it dt value Commit: 24eeb75ac494ba270346bf9c717fec93bfa218d9 https://github.com/python-control/python-control/commit/24eeb75ac494ba270346bf9c717fec93bfa218d9 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: A .vscode/settings.json M control/lti.py Log Message: ----------- re-incorporated lti.timebaseEqual, with a pendingDeprecationWarning Commit: 0223b82ca46d9c0bf19a1b813c07d5c44de4399c https://github.com/python-control/python-control/commit/0223b82ca46d9c0bf19a1b813c07d5c44de4399c Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/config.py M control/iosys.py M control/statesp.py M control/tests/config_test.py M control/xferfcn.py Log Message: ----------- changes to enable package-wide default, 'control.default_dt') Commit: 1ca9decb0b3d82c569a99f7a159a0f308218b5e4 https://github.com/python-control/python-control/commit/1ca9decb0b3d82c569a99f7a159a0f308218b5e4 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/dtime.py M control/iosys.py M control/statesp.py M control/xferfcn.py M doc/conventions.rst Log Message: ----------- fixes to docstrings and conventions.rst to match convention of dt=0 as default system timebase Commit: 3b2ab1884f259d93024ef3658d6c644f8680d101 https://github.com/python-control/python-control/commit/3b2ab1884f259d93024ef3658d6c644f8680d101 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: R .vscode/settings.json Log Message: ----------- remove extraneous file Commit: 351e0f7d211211bf7ebaf68ddfa23762048bcb18 https://github.com/python-control/python-control/commit/351e0f7d211211bf7ebaf68ddfa23762048bcb18 Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py M control/xferfcn.py Log Message: ----------- new method is_static_gain() for state space and transfer function systems, refactored __init__ on both to use it Commit: e3a00701adfcbc768127665b73b9a789f826759b https://github.com/python-control/python-control/commit/e3a00701adfcbc768127665b73b9a789f826759b Author: Sawyer Fuller <mi...@uw...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py M control/xferfcn.py Log Message: ----------- added keyword arguments to xferfcn.tf and statesp.ss to set dt Commit: 404b23c127fb724bad3194be81bdf7bc6c4b213c https://github.com/python-control/python-control/commit/404b23c127fb724bad3194be81bdf7bc6c4b213c Author: bnavigator <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- update tests for dt=0, fix the constructor checks for missing dt Commit: 8b82850e1a892a56d50dc73f25d989cb45301e56 https://github.com/python-control/python-control/commit/8b82850e1a892a56d50dc73f25d989cb45301e56 Author: bnavigator <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py Log Message: ----------- remove duplicate is_static_gain Commit: b9dc8dfd0e612e31ea4b21aa3f1ef8aa7d973a48 https://github.com/python-control/python-control/commit/b9dc8dfd0e612e31ea4b21aa3f1ef8aa7d973a48 Author: Richard Murray <mu...@cd...> Date: 2020-12-30 (Wed, 30 Dec 2020) Changed paths: M control/statesp.py M control/tests/config_test.py M control/tests/conftest.py M control/tests/freqresp_test.py M control/tests/statesp_test.py Log Message: ----------- Merge branch 'master' into rebase-pr431 Commit: 75f3aef754b2274a2e28c92d7c2af9c656bd4c60 https://github.com/python-control/python-control/commit/75f3aef754b2274a2e28c92d7c2af9c656bd4c60 Author: bnavigator <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- add test for dt in arg and kwarg Commit: d1502f4684f54ae73e65f863a7949189be80a3b3 https://github.com/python-control/python-control/commit/d1502f4684f54ae73e65f863a7949189be80a3b3 Author: Ben Greiner <co...@bn...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/config.py M control/dtime.py M control/iosys.py M control/lti.py M control/statesp.py M control/tests/config_test.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/lti_test.py M control/tests/matlab_test.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py M control/xferfcn.py M doc/conventions.rst Log Message: ----------- Merge pull request #490 from bnavigator/rebase-pr431 Rebased #431: Default dt is 0 Compare: https://github.com/python-control/python-control/compare/6ed3f74de8ba...d1502f4684f5 |