From: Richard M. <no...@gi...> - 2021-06-16 04:14:23
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: fb6545939e78ae7d9ae9ad358619a93c5ad27870 https://github.com/python-control/python-control/commit/fb6545939e78ae7d9ae9ad358619a93c5ad27870 Author: Richard Murray <mu...@cd...> Date: 2021-06-11 (Fri, 11 Jun 2021) Changed paths: M doc/conventions.rst Log Message: ----------- DOC: fix forced_response return arguments in documentation Commit: d89dfd863dafc901e60254da75ef353f789905d5 https://github.com/python-control/python-control/commit/d89dfd863dafc901e60254da75ef353f789905d5 Author: Richard Murray <mu...@cd...> Date: 2021-06-11 (Fri, 11 Jun 2021) Changed paths: M control/iosys.py Log Message: ----------- DOC: update iosys docstrings - params not optional for updfcn, outfcn Commit: 695cdfc45cee5ca8570ad9bf3410a836e353539a https://github.com/python-control/python-control/commit/695cdfc45cee5ca8570ad9bf3410a836e353539a Author: Richard Murray <mu...@cd...> Date: 2021-06-12 (Sat, 12 Jun 2021) Changed paths: M control/frdata.py M control/iosys.py M control/lti.py M control/statesp.py M control/tests/iosys_test.py M control/xferfcn.py M doc/classes.rst M doc/conf.py M doc/control.rst M doc/flatsys.rst M doc/matlab.rst M doc/optimal.rst Log Message: ----------- DOC: fix LTI system attribute docstrings, add __call__, PEP8 cleanup Commit: bf2472f7f78ab748d41ed032ced9cc8f33bcfc11 https://github.com/python-control/python-control/commit/bf2472f7f78ab748d41ed032ced9cc8f33bcfc11 Author: Richard Murray <mu...@cd...> Date: 2021-06-12 (Sat, 12 Jun 2021) Changed paths: M control/flatsys/basis.py M control/flatsys/linflat.py M control/frdata.py M control/iosys.py M control/lti.py M control/statesp.py M control/xferfcn.py A doc/_templates/custom-class-template.rst M doc/classes.rst M doc/conf.py M doc/descfcn.rst M doc/flatsys.rst M doc/optimal.rst Log Message: ----------- DOC: move constructor docs from __init__ to class; remove attr docs Commit: 70a6cf91559ac6d5947743a980bc308e6a336239 https://github.com/python-control/python-control/commit/70a6cf91559ac6d5947743a980bc308e6a336239 Author: Richard Murray <mu...@cd...> Date: 2021-06-13 (Sun, 13 Jun 2021) Changed paths: M control/frdata.py M control/xferfcn.py Log Message: ----------- TRV: fix typos pointed out by @namannimmo10 Commit: bda7d82f2016fc89a0ddc4f0f6ccffa2a09e2d37 https://github.com/python-control/python-control/commit/bda7d82f2016fc89a0ddc4f0f6ccffa2a09e2d37 Author: Richard Murray <mu...@cd...> Date: 2021-06-14 (Mon, 14 Jun 2021) Changed paths: M control/descfcn.py M control/flatsys/bezier.py M control/flatsys/flatsys.py M control/flatsys/linflat.py M control/flatsys/systraj.py M control/frdata.py M control/iosys.py M control/optimal.py M control/xferfcn.py M doc/classes.rst M doc/flatsys.rst M doc/iosys.rst M doc/optimal.rst Log Message: ----------- DOC: fix inconsistencies in class constructor + class list documentation Commit: 866a07c6de72de77680e34358e7959dc67b41ffa https://github.com/python-control/python-control/commit/866a07c6de72de77680e34358e7959dc67b41ffa Author: Richard Murray <mu...@cd...> Date: 2021-06-15 (Tue, 15 Jun 2021) Changed paths: M control/frdata.py M control/iosys.py Log Message: ----------- TRV: fix typos in FRD docstring Commit: da27d3572c016750ce4776d0379aec72f433d54c https://github.com/python-control/python-control/commit/da27d3572c016750ce4776d0379aec72f433d54c Author: Richard Murray <mu...@cd...> Date: 2021-06-15 (Tue, 15 Jun 2021) Changed paths: M control/descfcn.py M control/flatsys/basis.py M control/flatsys/bezier.py M control/flatsys/flatsys.py M control/flatsys/linflat.py M control/flatsys/systraj.py M control/frdata.py M control/iosys.py M control/lti.py M control/optimal.py M control/statesp.py M control/tests/iosys_test.py M control/xferfcn.py A doc/_templates/custom-class-template.rst M doc/classes.rst M doc/conf.py M doc/control.rst M doc/conventions.rst M doc/descfcn.rst M doc/flatsys.rst M doc/iosys.rst M doc/matlab.rst M doc/optimal.rst Log Message: ----------- Merge pull request #633 from murrayrm/docstring_updates Documentation updates: * Make documentation for classes more consistent * Include documentation for __call__ * Correct documentation for iosys updfcn and outfcn Compare: https://github.com/python-control/python-control/compare/618ea4520a96...da27d3572c01 |