Branch: refs/heads/master
Home: https://github.com/python-control/python-control
Commit: 2d79f4e763a7216e240274c112122e809d8a893b
https://github.com/python-control/python-control/commit/2d79f4e763a7216e240274c112122e809d8a893b
Author: Rory Yorke <ror...@gm...>
Date: 2016-01-04 (Mon, 04 Jan 2016)
Changed paths:
M control/delay.py
A control/tests/delay_test.py
Log Message:
-----------
Feature: allow differing numerator and denominator degree in Pade approx.
As suggested by @jason-s in python-control/python-control#73
This is a relatively minimal change, and should do no worse and no
better than the previous implementation when numerator and denominator
have equal degree.
Commit: 0b26e062a6cd82da8a2420ebc3957e5267e6e116
https://github.com/python-control/python-control/commit/0b26e062a6cd82da8a2420ebc3957e5267e6e116
Author: Scott C. Livingston <sli...@us...>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M control/delay.py
A control/tests/delay_test.py
Log Message:
-----------
Merge pull request #76 from roryyorke/rory-pade-spec-num
Feature: allow differing numerator and denominator degree in Padé approximations
Compare: https://github.com/python-control/python-control/compare/49045ca3dc13...0b26e062a6cd |