From: Richard M. <no...@gi...> - 2025-02-16 15:59:58
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: a94f6caa1d85bbe67be3b8f9e2263ada1182573a https://github.com/python-control/python-control/commit/a94f6caa1d85bbe67be3b8f9e2263ada1182573a Author: Lorenz Kies <lor...@gm...> Date: 2025-02-04 (Tue, 04 Feb 2025) Changed paths: M control/phaseplot.py M control/tests/kwargs_test.py M control/tests/phaseplot_test.py Log Message: ----------- add plot_streamplot option to phase_plane_plot to use matplotlibs streamplot Commit: 03c3b35d2158887590b7b3d837d8773736e6b2b4 https://github.com/python-control/python-control/commit/03c3b35d2158887590b7b3d837d8773736e6b2b4 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-04 (Tue, 04 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- fixed documentation Commit: ad4083259c79edbee9375a0ccd901a8230926cb8 https://github.com/python-control/python-control/commit/ad4083259c79edbee9375a0ccd901a8230926cb8 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-04 (Tue, 04 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- added soft exclusion logic for streamlines, vectorfield and streamplot and fixed minor documentation issues Commit: c806ed5882cc9476e93a8e2dedd94aa652b000f2 https://github.com/python-control/python-control/commit/c806ed5882cc9476e93a8e2dedd94aa652b000f2 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-07 (Fri, 07 Feb 2025) Changed paths: M control/phaseplot.py M control/tests/ctrlplot_test.py M control/tests/phaseplot_test.py M doc/functions.rst Log Message: ----------- added automatic zordering and set streamplot as default, added tests Commit: 7a0c8f2caa1a9cc4b43137b3d8da5fce5e25921e https://github.com/python-control/python-control/commit/7a0c8f2caa1a9cc4b43137b3d8da5fce5e25921e Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- dont plot equilpoints in separatrices() Commit: 1f702f643a30f4a2e91fa75cbd5bc599f2bec3a4 https://github.com/python-control/python-control/commit/1f702f643a30f4a2e91fa75cbd5bc599f2bec3a4 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- check for legacy usage of phase_plane_plot that expects plot_streamlines to be the default Commit: cf8303b75dc35eace0fd02767867ca45cf9e1019 https://github.com/python-control/python-control/commit/cf8303b75dc35eace0fd02767867ca45cf9e1019 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M examples/phase_plane_plots.py Log Message: ----------- added explicit plot_streamlines=True in examples Commit: 1282ec0b2feebc870fcb19ad444ca20d0a7e7f71 https://github.com/python-control/python-control/commit/1282ec0b2feebc870fcb19ad444ca20d0a7e7f71 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- fixed legacy usage check Commit: 81d9c1e2ecd3a5ac6cda1f095e4a064d27dae165 https://github.com/python-control/python-control/commit/81d9c1e2ecd3a5ac6cda1f095e4a064d27dae165 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M doc/phaseplot.rst Log Message: ----------- updated documentation for phaseplot module Commit: 4724e5ad45918bf5127f89d1aa79f061a3b37e71 https://github.com/python-control/python-control/commit/4724e5ad45918bf5127f89d1aa79f061a3b37e71 Author: Lorenz Kies <lor...@gm...> Date: 2025-02-09 (Sun, 09 Feb 2025) Changed paths: M control/tests/phaseplot_test.py Log Message: ----------- fixed phaseplot test to use system which will always have separatrices Commit: 4ba37c8b79ba04f26ddb8727131cc66dd98afd86 https://github.com/python-control/python-control/commit/4ba37c8b79ba04f26ddb8727131cc66dd98afd86 Author: Richard Murray <mu...@cd...> Date: 2025-02-14 (Fri, 14 Feb 2025) Changed paths: M examples/phase_plane_plots.py Log Message: ----------- update examples to show streamplots Commit: 0e0b907d3021e0528cb6a746361229cfe8f0881d https://github.com/python-control/python-control/commit/0e0b907d3021e0528cb6a746361229cfe8f0881d Author: Richard Murray <mu...@cd...> Date: 2025-02-15 (Sat, 15 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- update code style + docstrings to match standard usage Commit: c23a88dd8c9fb0a83b898cd65a7bdb0a3575fb6f https://github.com/python-control/python-control/commit/c23a88dd8c9fb0a83b898cd65a7bdb0a3575fb6f Author: Richard Murray <mu...@cd...> Date: 2025-02-15 (Sat, 15 Feb 2025) Changed paths: M control/phaseplot.py M doc/figures/phaseplot-dampedosc-default.png M doc/figures/phaseplot-invpend-meshgrid.png M doc/figures/phaseplot-oscillator-helpers.png M doc/phaseplot.rst M examples/plot_gallery.py Log Message: ----------- update documentation (and plots) Commit: 76965e14158528b143aa277893923e27ff134e65 https://github.com/python-control/python-control/commit/76965e14158528b143aa277893923e27ff134e65 Author: Lorenz <435...@us...> Date: 2025-02-16 (Sun, 16 Feb 2025) Changed paths: M control/phaseplot.py M doc/figures/phaseplot-dampedosc-default.png M doc/figures/phaseplot-invpend-meshgrid.png M doc/figures/phaseplot-oscillator-helpers.png M doc/phaseplot.rst M examples/phase_plane_plots.py M examples/plot_gallery.py Log Message: ----------- Merge pull request #2 from murrayrm/lkies-streamplot Update streamplot codestyle, documentation, and figures Commit: fc1854e73f3cb91d7fde61c5212e51a377f7d6ed https://github.com/python-control/python-control/commit/fc1854e73f3cb91d7fde61c5212e51a377f7d6ed Author: Lorenz Kies <lor...@gm...> Date: 2025-02-16 (Sun, 16 Feb 2025) Changed paths: M control/phaseplot.py Log Message: ----------- fixed documentation Commit: 2a919cc19bb46536332a05330a3d3654eae5922c https://github.com/python-control/python-control/commit/2a919cc19bb46536332a05330a3d3654eae5922c Author: Richard Murray <mu...@cd...> Date: 2025-02-16 (Sun, 16 Feb 2025) Changed paths: M control/phaseplot.py M control/tests/ctrlplot_test.py M control/tests/kwargs_test.py M control/tests/phaseplot_test.py M doc/figures/phaseplot-dampedosc-default.png M doc/figures/phaseplot-invpend-meshgrid.png M doc/figures/phaseplot-oscillator-helpers.png M doc/functions.rst M doc/phaseplot.rst M examples/phase_plane_plots.py M examples/plot_gallery.py Log Message: ----------- Merge pull request #1112 from lkies/streamplot Use matplotlibs streamplot function for phase_plane_plot Compare: https://github.com/python-control/python-control/compare/a04289550736...2a919cc19bb4 To unsubscribe from these emails, change your notification settings at https://github.com/python-control/python-control/settings/notifications |