From: Ben G. <no...@gi...> - 2021-01-24 23:46:46
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 5a4c3ab18f8d0129dfd90d92f6a04eadcbbf5fb8 https://github.com/python-control/python-control/commit/5a4c3ab18f8d0129dfd90d92f6a04eadcbbf5fb8 Author: Richard Murray <mu...@cd...> Date: 2021-01-20 (Wed, 20 Jan 2021) Changed paths: M control/bdalg.py M control/canonical.py M control/frdata.py M control/freqplot.py M control/iosys.py M control/lti.py M control/robust.py M control/statefbk.py M control/statesp.py M control/tests/convert_test.py M control/tests/freqresp_test.py M control/tests/iosys_test.py M control/tests/lti_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/robust_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_test.py M control/timeresp.py M control/xferfcn.py Log Message: ----------- convert inputs, outputs, ... to ninputs... w/ getter/setter warning Commit: 9d469f196eccda759a99e175729080c8ecf912f3 https://github.com/python-control/python-control/commit/9d469f196eccda759a99e175729080c8ecf912f3 Author: Richard Murray <mu...@cd...> Date: 2021-01-20 (Wed, 20 Jan 2021) Changed paths: M control/lti.py M control/statesp.py Log Message: ----------- update getter/setter comments to match code Commit: f633874054a9811412633cf4647fc3a1f449d2c8 https://github.com/python-control/python-control/commit/f633874054a9811412633cf4647fc3a1f449d2c8 Author: Richard Murray <mu...@cd...> Date: 2021-01-23 (Sat, 23 Jan 2021) Changed paths: M control/tests/lti_test.py Log Message: ----------- add unit test for input/output/state deprecation warning Commit: eb401a94e426dc3cc9c30108fa8841682144a6c0 https://github.com/python-control/python-control/commit/eb401a94e426dc3cc9c30108fa8841682144a6c0 Author: Richard Murray <mu...@cd...> Date: 2021-01-24 (Sun, 24 Jan 2021) Changed paths: M control/lti.py M control/statesp.py M control/tests/lti_test.py Log Message: ----------- fix up deprecation warnings in response to @bnavigator review Commit: eb146a6018cba04077d55feb2838b774b4a858ab https://github.com/python-control/python-control/commit/eb146a6018cba04077d55feb2838b774b4a858ab Author: Ben Greiner <co...@bn...> Date: 2021-01-25 (Mon, 25 Jan 2021) Changed paths: M control/bdalg.py M control/canonical.py M control/frdata.py M control/freqplot.py M control/iosys.py M control/lti.py M control/robust.py M control/statefbk.py M control/statesp.py M control/tests/convert_test.py M control/tests/freqresp_test.py M control/tests/iosys_test.py M control/tests/lti_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/robust_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_test.py M control/timeresp.py M control/xferfcn.py Log Message: ----------- Merge pull request #515 from murrayrm/input_output_to_ninput_noutput Switch LTI class and subclasses to use ninputs, noutputs, nstates Compare: https://github.com/python-control/python-control/compare/1502d38c4a78...eb146a6018cb |