From: Richard M. <mu...@cd...> - 2016-11-20 03:10:09
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 35820405dda45bedcbd0f36e0bed3c79c5f4e7be https://github.com/python-control/python-control/commit/35820405dda45bedcbd0f36e0bed3c79c5f4e7be Author: Kurt Sansom <ka...@gm...> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M control/timeresp.py Log Message: ----------- consistent option to return xout in responses Commit: c257fa40e18e7e3051d653e95a4d6e7a1c5bd813 https://github.com/python-control/python-control/commit/c257fa40e18e7e3051d653e95a4d6e7a1c5bd813 Author: Kurt Sansom <ka...@gm...> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M control/matlab/timeresp.py Log Message: ----------- make matlab compatibilty match the output order of matlab Commit: 8b220f7e04fd9d78f1fe1f8add118745be512aed https://github.com/python-control/python-control/commit/8b220f7e04fd9d78f1fe1f8add118745be512aed Author: Kurt Sansom <ka...@gm...> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M control/matlab/timeresp.py M control/tests/matlab_test.py M control/tests/timeresp_test.py Log Message: ----------- fixed matlab compatibility bug in function definition and updated tests Commit: a88d4a044f6b44f635e1e9fe7414a8431c335188 https://github.com/python-control/python-control/commit/a88d4a044f6b44f635e1e9fe7414a8431c335188 Author: Kurt Sansom <ka...@gm...> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M control/matlab/timeresp.py Log Message: ----------- updated matlab impulse function to accept X0 Commit: 1953399d42d5ba8fed9c7e0f6b241fbef0bc4b6d https://github.com/python-control/python-control/commit/1953399d42d5ba8fed9c7e0f6b241fbef0bc4b6d Author: Richard Murray <mu...@cd...> Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M control/matlab/timeresp.py M control/tests/matlab_test.py M control/tests/timeresp_test.py M control/timeresp.py Log Message: ----------- Merge pull request #119 from kayarre/master Make output of time response commands consistent across step_response, impulse_response, initial_response and update matlab version of the functions to return arguments in the same order as MATLAB. Compare: https://github.com/python-control/python-control/compare/fd5df6977fd7...1953399d42d5 |