From: Richard M. <mu...@cd...> - 2019-01-05 01:40:26
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 3b4cd81e71f123d4943f86e91e3521a1cfa0b946 https://github.com/python-control/python-control/commit/3b4cd81e71f123d4943f86e91e3521a1cfa0b946 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py Log Message: ----------- Fix pep8 warnings in freqplot.py - Extra lines, extra white spaces - Refactor camel case functions - Remove unused variables - Add missing parameters in docstring Commit: 136916be3ac91602d84093d6ff8a51146513cf0e https://github.com/python-control/python-control/commit/136916be3ac91602d84093d6ff8a51146513cf0e Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py Log Message: ----------- [bode_plot] Compute nyquistfrq_plot only if plot is true Commit: 0d648fdcfcd8c5fc9021bd5ecc5d2ddb5134dd98 https://github.com/python-control/python-control/commit/0d648fdcfcd8c5fc9021bd5ecc5d2ddb5134dd98 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py M examples/bode-plot.ipynb Log Message: ----------- [nyquist_plot] Fix return indentation to be able to plot lists of LTIs Commit: be911f83c3a16c071486f7b7101f30912d3f683b https://github.com/python-control/python-control/commit/be911f83c3a16c071486f7b7101f30912d3f683b Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: A examples/bode-and-nyquist-plots.ipynb R examples/bode-plot.ipynb Log Message: ----------- Update notebook bode plot example to be more readable and show nyquist plot Commit: 92d172f739d59ee22ca1663e4979fb3bfe388d63 https://github.com/python-control/python-control/commit/92d172f739d59ee22ca1663e4979fb3bfe388d63 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py Log Message: ----------- [nyquist-plot] color is None by default to allow drawing list of LTIs with different colors Commit: 4ae28862583af0bddca552326361d34e695eb341 https://github.com/python-control/python-control/commit/4ae28862583af0bddca552326361d34e695eb341 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py M examples/bode-and-nyquist-plots.ipynb Log Message: ----------- [Nyquist-plot] Add labels to figure Commit: c3e199ef2b057a6141528e9515f741972a06e55d https://github.com/python-control/python-control/commit/c3e199ef2b057a6141528e9515f741972a06e55d Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M control/freqplot.py Log Message: ----------- [nyquist_plot] Add arrow to indicate Nyquist orientation Commit: 8d14d592ef0da4fb97defcd65c517d879ba94066 https://github.com/python-control/python-control/commit/8d14d592ef0da4fb97defcd65c517d879ba94066 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M examples/bode-and-nyquist-plots.ipynb Log Message: ----------- Clean Bode and Nyquist notebook Commit: 5ff1184dbf46a15191e5b70e6e5835140b557c5e https://github.com/python-control/python-control/commit/5ff1184dbf46a15191e5b70e6e5835140b557c5e Author: Richard Murray <mu...@cd...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M control/freqplot.py A examples/bode-and-nyquist-plots.ipynb R examples/bode-plot.ipynb Log Message: ----------- Merge pull request #261 from don4get/refactor/frequency-plots [Issue#161] Refactor frequency plots Compare: https://github.com/python-control/python-control/compare/ed80cbe65c6a...5ff1184dbf46 **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. |