From: sawyerbfuller <no...@gi...> - 2021-02-01 23:01:17
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: bab9f7bebbc279b9e484e146f23c436d7c0c7354 https://github.com/python-control/python-control/commit/bab9f7bebbc279b9e484e146f23c436d7c0c7354 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- removed backspace character in margins plot title because it shows as an empty glyph (on mac) Commit: 72c5e069fb21b26f8a366f71df49103c94d369c9 https://github.com/python-control/python-control/commit/72c5e069fb21b26f8a366f71df49103c94d369c9 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py M control/margins.py Log Message: ----------- evalfr(sys,s) -> sys(s); mimo errors specified as ControlMIMONotImplemented in a few places Commit: ddaeb6db1b1c060b285425b81d3205f95f389610 https://github.com/python-control/python-control/commit/ddaeb6db1b1c060b285425b81d3205f95f389610 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- freqplot: use reasonable number of frequency points rather than default of 50 for logspace; unify frequency range specification for bode and nyquist Commit: 70c9855dd43dd74b0f4596b5f8a3f69148ddb2e2 https://github.com/python-control/python-control/commit/70c9855dd43dd74b0f4596b5f8a3f69148ddb2e2 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/bdalg.py Log Message: ----------- convert first system passed to append into ss if necessary Commit: 65171d3cda41b358b6ef6efa2a489431519df63f https://github.com/python-control/python-control/commit/65171d3cda41b358b6ef6efa2a489431519df63f Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- a few small code cleanups Commit: 060b2f0793e9955c679195330f2768615b8ed7bf https://github.com/python-control/python-control/commit/060b2f0793e9955c679195330f2768615b8ed7bf Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py M control/tests/config_test.py M control/tests/sisotool_test.py Log Message: ----------- fixes to pass tests Commit: 151fb6c99ff8ea6b89d808d307d2654eff01cdef https://github.com/python-control/python-control/commit/151fb6c99ff8ea6b89d808d307d2654eff01cdef Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- removed backspace character in margins plot title because it shows as an empty glyph (on mac) Commit: ee6a72e638ef738e17aeb87d7595be0b7e87d2fc https://github.com/python-control/python-control/commit/ee6a72e638ef738e17aeb87d7595be0b7e87d2fc Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py M control/margins.py Log Message: ----------- evalfr(sys,s) -> sys(s); mimo errors specified as ControlMIMONotImplemented in a few places Commit: 1c0764deaae0e6966ac6c8ddabf9457c84421e5d https://github.com/python-control/python-control/commit/1c0764deaae0e6966ac6c8ddabf9457c84421e5d Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- freqplot: use reasonable number of frequency points rather than default of 50 for logspace; unify frequency range specification for bode and nyquist Commit: 08dfca560cc4d3029023dfc35e2e3532c7508943 https://github.com/python-control/python-control/commit/08dfca560cc4d3029023dfc35e2e3532c7508943 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/bdalg.py Log Message: ----------- convert first system passed to append into ss if necessary Commit: d8b70ed9fd97ac20098992b54f4f1c7e1931cbb9 https://github.com/python-control/python-control/commit/d8b70ed9fd97ac20098992b54f4f1c7e1931cbb9 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- a few small code cleanups Commit: 5e3c2bb344d391fa1ff2187be16bac8b92b0e9b4 https://github.com/python-control/python-control/commit/5e3c2bb344d391fa1ff2187be16bac8b92b0e9b4 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py M control/tests/config_test.py M control/tests/sisotool_test.py Log Message: ----------- fixes to pass tests Commit: b9a350ec0afabf3d35c89ebba516a6629a1e23cb https://github.com/python-control/python-control/commit/b9a350ec0afabf3d35c89ebba516a6629a1e23cb Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: Log Message: ----------- Merge branch 'freqplot-improvements' of https://github.com/sawyerbfuller/python-control into freqplot-improvements Commit: 41193c6255a450996012b5880253ab2cc6d15691 https://github.com/python-control/python-control/commit/41193c6255a450996012b5880253ab2cc6d15691 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/tests/config_test.py Log Message: ----------- test bug, changed is to == Commit: d195e06a6e652e9ca9409f300c20f20b60d62329 https://github.com/python-control/python-control/commit/d195e06a6e652e9ca9409f300c20f20b60d62329 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- revert some freqplot.nyquist_plot changes because they turned out to be unneccesary and to avoid a merge conbflict with #521 Commit: eaf5b160388a1bc0ca47f5e180769581bfa34db9 https://github.com/python-control/python-control/commit/eaf5b160388a1bc0ca47f5e180769581bfa34db9 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- docstring fixes, nyquist now outputs frequency response as specified in docstring Commit: e8d233f083b9c5f6bdbf221fda6daf9badf22555 https://github.com/python-control/python-control/commit/e8d233f083b9c5f6bdbf221fda6daf9badf22555 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/tests/freqresp_test.py Log Message: ----------- added a few unit tests for frequency range parameter to nyquist and bode Commit: fa4378580b9a8fda2dfc18dc80cc48ac28b657d9 https://github.com/python-control/python-control/commit/fa4378580b9a8fda2dfc18dc80cc48ac28b657d9 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- plot vertical nyquist freq line at same time as data for legend convenience eg legend(('sys1','sys2')) Commit: adec95e5c371dd472789e24c6f03da8b1c0e7390 https://github.com/python-control/python-control/commit/adec95e5c371dd472789e24c6f03da8b1c0e7390 Author: sawyerbfuller <587...@us...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- Update control/freqplot.py Commit: b7653f866eb0b31cad22419d973b94cf9e467f6e https://github.com/python-control/python-control/commit/b7653f866eb0b31cad22419d973b94cf9e467f6e Author: sawyerbfuller <587...@us...> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- Update control/freqplot.py Commit: acaea54e259f0dd2a8d892ba4e97ab50fa39af6a https://github.com/python-control/python-control/commit/acaea54e259f0dd2a8d892ba4e97ab50fa39af6a Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-29 (Fri, 29 Jan 2021) Changed paths: M control/bdalg.py M control/freqplot.py M control/nichols.py Log Message: ----------- @murrayrm suggested changes e.g change default_frequency_range to private Commit: 24d57e1ecff372fce1c19188348f2b8009337b17 https://github.com/python-control/python-control/commit/24d57e1ecff372fce1c19188348f2b8009337b17 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-29 (Fri, 29 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- Merge branch 'freqplot-improvements' of https://github.com/sawyerbfuller/python-control into freqplot-improvements merge! Commit: 73ce1a67be9e8e341441241e11a6f9ae3d0f23c5 https://github.com/python-control/python-control/commit/73ce1a67be9e8e341441241e11a6f9ae3d0f23c5 Author: Sawyer Fuller <mi...@uw...> Date: 2021-01-29 (Fri, 29 Jan 2021) Changed paths: M control/freqplot.py Log Message: ----------- allow specified frequency range to exceed nyquist frequency if desired Commit: 73f65dfe1dbf3ca9431a815769da42c52feb6169 https://github.com/python-control/python-control/commit/73f65dfe1dbf3ca9431a815769da42c52feb6169 Author: sawyerbfuller <587...@us...> Date: 2021-02-01 (Mon, 01 Feb 2021) Changed paths: M control/bdalg.py M control/freqplot.py M control/margins.py M control/nichols.py M control/tests/config_test.py M control/tests/freqresp_test.py M control/tests/sisotool_test.py Log Message: ----------- Merge pull request #522 from sawyerbfuller/freqplot-improvements Freqplot improvements Compare: https://github.com/python-control/python-control/compare/343d5d64de8e...73f65dfe1dbf |