From: Richard M. <mu...@cd...> - 2019-01-04 07:10:07
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 77babe98d65029b0b7bf23b1b5154f91fad0d558 https://github.com/python-control/python-control/commit/77babe98d65029b0b7bf23b1b5154f91fad0d558 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M control/phaseplot.py M examples/genswitch.py Log Message: ----------- Fix: handle MatplotlibDeprecationWarning for mlab.find and .frange Reimplemented mlab.find as private _find. Replaced mlab.frange calls with equivalent numpy.linspace call, and corrected phaseplot.phase_plot docs for how the X and Y arguments are used. Commit: 389ebb40170c4379114957dff6111bb0382db0e7 https://github.com/python-control/python-control/commit/389ebb40170c4379114957dff6111bb0382db0e7 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M control/phaseplot.py Log Message: ----------- Fix: actually plot vector field for X, Y argument option. Commit: 9e41ae73946e1c87713f60efb9f6a36c8f2d4c56 https://github.com/python-control/python-control/commit/9e41ae73946e1c87713f60efb9f6a36c8f2d4c56 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M examples/phaseplots.py Log Message: ----------- Fix: remove hold calls; minor other mods Added titles, removed all show calls except last. Commit: bcf538287b372e168a3e955cf2e8cbab76f8fb98 https://github.com/python-control/python-control/commit/bcf538287b372e168a3e955cf2e8cbab76f8fb98 Author: Richard Murray <mu...@cd...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M control/phaseplot.py M examples/genswitch.py M examples/phaseplots.py Log Message: ----------- Merge pull request #262 from roryyorke/rory/no-mplib-find Fix: don't called deprecated Matplotlib functions find and frange Compare: https://github.com/python-control/python-control/compare/eeb7c2ff9576...bcf538287b37 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |