From: Scott C. L. <sli...@us...> - 2016-12-31 22:00:06
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 020734dc91f5bce561361eb5ee4fc5d8a455b3e8 https://github.com/python-control/python-control/commit/020734dc91f5bce561361eb5ee4fc5d8a455b3e8 Author: Richard Murray <mu...@cd...> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M control/xferfcn.py Log Message: ----------- fix to init() to handle 0d arrays properly Commit: cab850a01df7828a67df8561e0efa581d99f368e https://github.com/python-control/python-control/commit/cab850a01df7828a67df8561e0efa581d99f368e Author: Richard Murray <mu...@cd...> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M control/tests/convert_test.py M control/tests/frd_test.py M control/tests/freqresp_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/test_control_matlab.py M control/tests/xferfcn_test.py Log Message: ----------- update unit tests to skip anything requiring slycot if it is not installed Commit: c90a399a38babc7b496fe2f848d3ac9593b954f0 https://github.com/python-control/python-control/commit/c90a399a38babc7b496fe2f848d3ac9593b954f0 Author: Richard Murray <mu...@cd...> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M control/statesp.py M control/tests/convert_test.py Log Message: ----------- added code to check for MIMO in statesp._convertToStateSpace + unit test; address issue #120 Commit: 7de3cc8e0f03f9e4cef12e18a31e8132e11f0ffc https://github.com/python-control/python-control/commit/7de3cc8e0f03f9e4cef12e18a31e8132e11f0ffc Author: Richard Murray <mu...@cd...> Date: 2016-12-31 (Sat, 31 Dec 2016) Changed paths: M control/tests/convert_test.py Log Message: ----------- TRV: adjusted indentation + removed trailing space Commit: 25747c70c899b6ea45bd82597dd3ddb82bbffec7 https://github.com/python-control/python-control/commit/25747c70c899b6ea45bd82597dd3ddb82bbffec7 Author: Scott C. Livingston <sli...@us...> Date: 2016-12-31 (Sat, 31 Dec 2016) Changed paths: M control/statesp.py M control/tests/convert_test.py M control/tests/frd_test.py M control/tests/freqresp_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/test_control_matlab.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- Merge pull request #122 from murrayrm/noslycot Allow unit tests to run without slycot Compare: https://github.com/python-control/python-control/compare/99cc2e93acf9...25747c70c899 |