From: Richard M. <no...@gi...> - 2021-02-07 18:13:53
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: cda5640100e38a14c6aa842c205ddf29e8332653 https://github.com/python-control/python-control/commit/cda5640100e38a14c6aa842c205ddf29e8332653 Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/__init__.py M control/iosys.py A control/nltools.py A control/tests/nltools_test.py Log Message: ----------- initial implementation of describing function computation Commit: c85491ebfbb78b830685ba42e4b834f55f14d5af https://github.com/python-control/python-control/commit/c85491ebfbb78b830685ba42e4b834f55f14d5af Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/freqplot.py M control/nltools.py M control/tests/nltools_test.py A examples/describing_functions.ipynb Log Message: ----------- add intersection computation + Jupyter notebook, documentation Commit: df43e69709c8a3ee503529a5dc243bc08882d227 https://github.com/python-control/python-control/commit/df43e69709c8a3ee503529a5dc243bc08882d227 Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/__init__.py A control/descfcn.py R control/nltools.py A control/tests/descfcn_test.py R control/tests/nltools_test.py M doc/classes.rst M doc/control.rst M doc/index.rst Log Message: ----------- change nltools to descfcn, update docs/ and docstrings Commit: 776a8148ff23c35b6d224b1effa07cc28e25edf1 https://github.com/python-control/python-control/commit/776a8148ff23c35b6d224b1effa07cc28e25edf1 Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/descfcn.py M control/iosys.py M control/tests/descfcn_test.py Log Message: ----------- add unit tests for exceptions/warnings + cleanup Commit: 2ac5d9df128d924c448101b09f0d37768ca5ad5c https://github.com/python-control/python-control/commit/2ac5d9df128d924c448101b09f0d37768ca5ad5c Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/descfcn.py M doc/classes.rst A doc/descfcn.rst A doc/describing_functions.ipynb M doc/examples.rst M doc/index.rst M examples/describing_functions.ipynb M examples/steering.ipynb Log Message: ----------- make _isstatic internal; updated doc/ for descfcn Commit: 17ed781721b359b0199dc18e4f39d5725a0ecbd4 https://github.com/python-control/python-control/commit/17ed781721b359b0199dc18e4f39d5725a0ecbd4 Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/descfcn.py M control/freqplot.py M control/iosys.py M control/tests/descfcn_test.py M doc/descfcn.rst M examples/describing_functions.ipynb Log Message: ----------- address @roryyorke review comments Commit: b29cedf1e02c71e48fbc46221e0ecddd1dc5f634 https://github.com/python-control/python-control/commit/b29cedf1e02c71e48fbc46221e0ecddd1dc5f634 Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/descfcn.py M control/tests/descfcn_test.py M examples/describing_functions.ipynb Log Message: ----------- additional updates based on @roryyorke review feedback Commit: 93d97cc18b224afd60185b67109d5142e7c4c9bc https://github.com/python-control/python-control/commit/93d97cc18b224afd60185b67109d5142e7c4c9bc Author: Richard Murray <mu...@cd...> Date: 2021-02-06 (Sat, 06 Feb 2021) Changed paths: M control/freqplot.py Log Message: ----------- small fixes rebasing against master Commit: c04431ffaa5e260fd9f7eec7aa1e8e7d7c1f9c64 https://github.com/python-control/python-control/commit/c04431ffaa5e260fd9f7eec7aa1e8e7d7c1f9c64 Author: Richard Murray <mu...@cd...> Date: 2021-02-07 (Sun, 07 Feb 2021) Changed paths: M control/__init__.py A control/descfcn.py M control/freqplot.py M control/iosys.py A control/tests/descfcn_test.py M doc/control.rst A doc/descfcn.rst A doc/describing_functions.ipynb M doc/examples.rst M doc/index.rst A examples/describing_functions.ipynb M examples/steering.ipynb Log Message: ----------- Merge pull request #521 from murrayrm/describing_functions Add describing functions capability Compare: https://github.com/python-control/python-control/compare/0320595b0803...c04431ffaa5e |