From: Scott C. L. <no...@gi...> - 2023-12-27 03:05:29
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: a57bb4f5ec1ce00496b1f9db37a128223cb7f863 https://github.com/python-control/python-control/commit/a57bb4f5ec1ce00496b1f9db37a128223cb7f863 Author: James Forbes <jam...@mc...> Date: 2023-12-14 (Thu, 14 Dec 2023) Changed paths: M examples/scherer_etal_ex7_Hinf_hinfsyn.py Log Message: ----------- Fix typo in Hinf synthesis example header Commit: aca68b9000ee7d09fa8f7536cbd5654dec9ab166 https://github.com/python-control/python-control/commit/aca68b9000ee7d09fa8f7536cbd5654dec9ab166 Author: James Forbes <jam...@mc...> Date: 2023-12-14 (Thu, 14 Dec 2023) Changed paths: M .github/workflows/doctest.yml M .github/workflows/install_examples.yml M .github/workflows/python-package-conda.yml M LICENSE M control/__init__.py M control/bdalg.py M control/canonical.py M control/config.py M control/ctrlutil.py M control/descfcn.py M control/dtime.py M control/flatsys/__init__.py M control/flatsys/flatsys.py M control/flatsys/linflat.py M control/flatsys/systraj.py M control/frdata.py M control/freqplot.py M control/iosys.py M control/lti.py M control/margins.py M control/mateqn.py M control/matlab/__init__.py M control/matlab/timeresp.py M control/matlab/wrappers.py M control/modelsimp.py R control/namedio.py M control/nichols.py A control/nlsys.py M control/optimal.py M control/phaseplot.py M control/pzmap.py M control/rlocus.py M control/sisotool.py M control/statefbk.py M control/statesp.py M control/stochsys.py M control/tests/bdalg_test.py M control/tests/canonical_test.py M control/tests/config_test.py M control/tests/conftest.py M control/tests/convert_test.py M control/tests/descfcn_test.py M control/tests/discrete_test.py M control/tests/flatsys_test.py M control/tests/frd_test.py A control/tests/freqplot_test.py M control/tests/freqresp_test.py M control/tests/interconnect_test.py M control/tests/iosys_test.py M control/tests/kwargs_test.py M control/tests/lti_test.py M control/tests/matlab2_test.py M control/tests/matlab_test.py M control/tests/modelsimp_test.py M control/tests/namedio_test.py A control/tests/nlsys_test.py M control/tests/nyquist_test.py M control/tests/optimal_test.py M control/tests/sisotool_test.py M control/tests/slycot_convert_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/stochsys_test.py A control/tests/timeplot_test.py M control/tests/timeresp_test.py M control/tests/trdata_test.py M control/tests/type_conversion_test.py M control/tests/xferfcn_test.py A control/timeplot.py M control/timeresp.py M control/xferfcn.py M doc/Makefile M doc/classes.fig M doc/classes.pdf R doc/classes.png M doc/classes.rst M doc/conf.py M doc/control.rst M doc/conventions.rst M doc/descfcn.rst M doc/examples.rst M doc/flatsys.rst A doc/freqplot-gangof4.png A doc/freqplot-mimo_bode-default.png A doc/freqplot-mimo_bode-magonly.png A doc/freqplot-mimo_svplot-default.png A doc/freqplot-siso_bode-default.png A doc/freqplot-siso_nichols-default.png M doc/index.rst A doc/interconnect_tutorial.ipynb M doc/intro.rst M doc/iosys.rst A doc/mrac_siso_lyapunov.py A doc/mrac_siso_lyapunov.rst A doc/mrac_siso_mit.py A doc/mrac_siso_mit.rst M doc/optimal.rst A doc/plotting.rst A doc/simulating_discrete_nonlinear.ipynb M doc/steering-optimal.rst A doc/timeplot-mimo_ioresp-mt_tr.png A doc/timeplot-mimo_ioresp-ov_lm.png A doc/timeplot-mimo_step-default.png A doc/timeplot-mimo_step-linestyle.png A doc/timeplot-mimo_step-pi_cs.png M examples/bode-and-nyquist-plots.ipynb M examples/cruise-control.py M examples/cruise.ipynb M examples/describing_functions.ipynb M examples/interconnect_tutorial.ipynb M examples/kincar-fusion.ipynb M examples/mhe-pvtol.ipynb M examples/mpc_aircraft.ipynb A examples/mrac_siso_lyapunov.py A examples/mrac_siso_mit.py M examples/pvtol-nested-ss.py M examples/simulating_discrete_nonlinear.ipynb M examples/singular-values-plot.ipynb R examples/test-response.py Log Message: ----------- Merge branch 'python-control:main' into main Commit: 2b8be36aeacb91e13c7555acde51071c78d9bd2a https://github.com/python-control/python-control/commit/2b8be36aeacb91e13c7555acde51071c78d9bd2a Author: Scott C. Livingston <sli...@us...> Date: 2023-12-26 (Tue, 26 Dec 2023) Changed paths: M examples/scherer_etal_ex7_Hinf_hinfsyn.py Log Message: ----------- Merge pull request #946 from jrforbes/main Fix typo in header of Hinf example Compare: https://github.com/python-control/python-control/compare/177d8b6eb7ca...2b8be36aeacb |