This list is closed, nobody may subscribe to it.
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
(2) |
Oct
(3) |
Nov
(8) |
Dec
(9) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2015 |
Jan
|
Feb
(5) |
Mar
(6) |
Apr
(17) |
May
(3) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(10) |
Jun
(2) |
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
(3) |
Dec
(14) |
| 2017 |
Jan
(9) |
Feb
(9) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
| 2018 |
Jan
(20) |
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
(2) |
Oct
|
Nov
(4) |
Dec
(16) |
| 2019 |
Jan
(8) |
Feb
(2) |
Mar
(9) |
Apr
(19) |
May
(13) |
Jun
(18) |
Jul
(5) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
(13) |
| 2020 |
Jan
(10) |
Feb
|
Mar
(5) |
Apr
(1) |
May
(13) |
Jun
(1) |
Jul
(18) |
Aug
(27) |
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(38) |
| 2021 |
Jan
(39) |
Feb
(21) |
Mar
(23) |
Apr
(16) |
May
(3) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(11) |
Dec
(11) |
| 2022 |
Jan
(3) |
Feb
|
Mar
(5) |
Apr
(5) |
May
(11) |
Jun
(4) |
Jul
(2) |
Aug
(6) |
Sep
(1) |
Oct
(7) |
Nov
(11) |
Dec
(34) |
| 2023 |
Jan
(2) |
Feb
(4) |
Mar
(5) |
Apr
(2) |
May
(14) |
Jun
(27) |
Jul
(8) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(4) |
Dec
(5) |
| 2024 |
Jan
(6) |
Feb
(2) |
Mar
(10) |
Apr
(4) |
May
(7) |
Jun
(6) |
Jul
(8) |
Aug
(12) |
Sep
(7) |
Oct
(2) |
Nov
(4) |
Dec
(10) |
| 2025 |
Jan
(10) |
Feb
(15) |
Mar
(6) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2026 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Richard M. <mu...@cd...> - 2019-01-05 01:30:52
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: cda981c76a6b16fb3fecb9c243684eaab216cc98 https://github.com/python-control/python-control/commit/cda981c76a6b16fb3fecb9c243684eaab216cc98 Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml A examples/run_examples.sh Log Message: ----------- Test: Bash script to run examples; run this in Travis CI. Commit: 96c31f419fca1cea59475b46463e7325edbdd70c https://github.com/python-control/python-control/commit/96c31f419fca1cea59475b46463e7325edbdd70c Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M examples/phaseplots.py M examples/robust_siso.py Log Message: ----------- Don't call pyplot.show when examples are being tested. Commit: ba9187886fc7e04b19aa6f64f84150dfd353787c https://github.com/python-control/python-control/commit/ba9187886fc7e04b19aa6f64f84150dfd353787c Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- Setup Python path so examples can run. Commit: a40cd45b379d8013c01241fc961baa1f9c26ca16 https://github.com/python-control/python-control/commit/a40cd45b379d8013c01241fc961baa1f9c26ca16 Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml M examples/genswitch.py M examples/phaseplots.py M examples/pvtol-lqr.py M examples/pvtol-nested-ss.py M examples/robust_mimo.py M examples/robust_siso.py M examples/rss-balred.py M examples/slicot-test.py M examples/test-statefbk.py M examples/tfvis.py Log Message: ----------- Fix: all examples should run under Python 2 now. tfvis.py uses Tkinter, and won't work as-is in Python 3. Commit: 0d13a80d646d99023762969a1355e8cc4ae0c9ba https://github.com/python-control/python-control/commit/0d13a80d646d99023762969a1355e8cc4ae0c9ba Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- CI: only run examples when Slycot installed Commit: 416d1fbbc84e787aed60238cc069fce66e08f03e https://github.com/python-control/python-control/commit/416d1fbbc84e787aed60238cc069fce66e08f03e Author: Rory Yorke <ror...@gm...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M .travis.yml M examples/tfvis.py Log Message: ----------- Fix: make examples/tfvis.py Python 3 compatible. Uses Python 3 tkinter module name; the future package lets this work in Python 2 as well. Commit: def37f8fc8a1387d4207f1a55d3da69244f9d71f https://github.com/python-control/python-control/commit/def37f8fc8a1387d4207f1a55d3da69244f9d71f Author: Rory Yorke <ror...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M .travis.yml Log Message: ----------- Fix: correct .travis.yml The previous syntax was completely wrong. Commit: ed80cbe65c6ad34598dc9b961b007a7f32b2a67d https://github.com/python-control/python-control/commit/ed80cbe65c6ad34598dc9b961b007a7f32b2a67d Author: Richard Murray <mu...@cd...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M .travis.yml M examples/genswitch.py M examples/phaseplots.py M examples/pvtol-lqr.py M examples/pvtol-nested-ss.py M examples/robust_mimo.py M examples/robust_siso.py M examples/rss-balred.py A examples/run_examples.sh M examples/slicot-test.py M examples/test-statefbk.py M examples/tfvis.py Log Message: ----------- Merge pull request #263 from roryyorke/rory/fix-examples-2 Make all examples Python 3 compatible Compare: https://github.com/python-control/python-control/compare/bcf538287b37...ed80cbe65c6a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2019-01-04 07:10:07
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 77babe98d65029b0b7bf23b1b5154f91fad0d558 https://github.com/python-control/python-control/commit/77babe98d65029b0b7bf23b1b5154f91fad0d558 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M control/phaseplot.py M examples/genswitch.py Log Message: ----------- Fix: handle MatplotlibDeprecationWarning for mlab.find and .frange Reimplemented mlab.find as private _find. Replaced mlab.frange calls with equivalent numpy.linspace call, and corrected phaseplot.phase_plot docs for how the X and Y arguments are used. Commit: 389ebb40170c4379114957dff6111bb0382db0e7 https://github.com/python-control/python-control/commit/389ebb40170c4379114957dff6111bb0382db0e7 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M control/phaseplot.py Log Message: ----------- Fix: actually plot vector field for X, Y argument option. Commit: 9e41ae73946e1c87713f60efb9f6a36c8f2d4c56 https://github.com/python-control/python-control/commit/9e41ae73946e1c87713f60efb9f6a36c8f2d4c56 Author: Rory Yorke <ror...@gm...> Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M examples/phaseplots.py Log Message: ----------- Fix: remove hold calls; minor other mods Added titles, removed all show calls except last. Commit: bcf538287b372e168a3e955cf2e8cbab76f8fb98 https://github.com/python-control/python-control/commit/bcf538287b372e168a3e955cf2e8cbab76f8fb98 Author: Richard Murray <mu...@cd...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M control/phaseplot.py M examples/genswitch.py M examples/phaseplots.py Log Message: ----------- Merge pull request #262 from roryyorke/rory/no-mplib-find Fix: don't called deprecated Matplotlib functions find and frange Compare: https://github.com/python-control/python-control/compare/eeb7c2ff9576...bcf538287b37 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2019-01-04 06:56:52
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 56c2a7769fdbd3c9068959a7baacd823a61e7246 https://github.com/python-control/python-control/commit/56c2a7769fdbd3c9068959a7baacd823a61e7246 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-30 (Sun, 30 Dec 2018) Changed paths: M control/tests/statesp_test.py Log Message: ----------- Fix pep8 warnings: extra lines, missing spaces Commit: 3ea2d697cfab369c64b201d27ff8c76b4792f413 https://github.com/python-control/python-control/commit/3ea2d697cfab369c64b201d27ff8c76b4792f413 Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-30 (Sun, 30 Dec 2018) Changed paths: M control/tests/statesp_test.py Log Message: ----------- Refactor method names to lower case Commit: 8086376f5abbac97aa99234d8d479471ec6caaba https://github.com/python-control/python-control/commit/8086376f5abbac97aa99234d8d479471ec6caaba Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-30 (Sun, 30 Dec 2018) Changed paths: M control/statesp.py Log Message: ----------- Fix pep8 warnings: extra lines, extra white spaces, typos Commit: 6873c8a761d54c6bbf7e7f673d0244c67d52977c https://github.com/python-control/python-control/commit/6873c8a761d54c6bbf7e7f673d0244c67d52977c Author: Anthony De Bortoli <ant...@pr...> Date: 2018-12-30 (Sun, 30 Dec 2018) Changed paths: M control/tests/statesp_test.py Log Message: ----------- Add more tests to statesp.zero Commit: eeb7c2ff95760894de177529016e8aedd747657c https://github.com/python-control/python-control/commit/eeb7c2ff95760894de177529016e8aedd747657c Author: Richard Murray <mu...@cd...> Date: 2019-01-03 (Thu, 03 Jan 2019) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #260 from don4get/feature/add-zero-tests [Issue#213] Add tests to statesp.zero + PEP8 updates Compare: https://github.com/python-control/python-control/compare/0d9432938103...eeb7c2ff9576 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-28 18:35:55
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 905056c2541453dc06d887b6774acb53f41f2b2c https://github.com/python-control/python-control/commit/905056c2541453dc06d887b6774acb53f41f2b2c Author: David de Jong <dav...@me...> Date: 2018-04-01 (Sun, 01 Apr 2018) Changed paths: M control/rlocus.py Log Message: ----------- added display of root_loci within matplotlib and added visual feedback for clicked point Commit: 7626161966633cbffea6393e92be9c35322e6c84 https://github.com/python-control/python-control/commit/7626161966633cbffea6393e92be9c35322e6c84 Author: David de Jong <dav...@me...> Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: M control/rlocus.py Log Message: ----------- added better res Commit: c65c100d5cc080e63b1b17305cb3a3532c1a61fa https://github.com/python-control/python-control/commit/c65c100d5cc080e63b1b17305cb3a3532c1a61fa Author: David de Jong <dav...@me...> Date: 2018-05-17 (Thu, 17 May 2018) Changed paths: M control/rlocus.py Log Message: ----------- reverted back Commit: b6b92d04980ce1bfa62d34ef1c1c9ddc165f2dc7 https://github.com/python-control/python-control/commit/b6b92d04980ce1bfa62d34ef1c1c9ddc165f2dc7 Author: Richard Murray <mu...@cd...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M .travis.yml M README.rst M control/bdalg.py M control/canonical.py M control/config.py M control/frdata.py M control/freqplot.py A control/grid.py M control/lti.py M control/margins.py M control/modelsimp.py M control/pzmap.py M control/rlocus.py M control/robust.py M control/statefbk.py M control/statesp.py M control/tests/canonical_test.py M control/tests/convert_test.py M control/tests/discrete_test.py M control/tests/freqresp_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_test.py M control/timeresp.py M control/xferfcn.py M doc-requirements.txt M doc/Makefile M doc/README M doc/classes.rst M doc/conf.py M doc/control.rst M doc/conventions.rst M doc/index.rst M doc/intro.rst M doc/matlab.rst M setup.py Log Message: ----------- Merge branch 'master' into rlocus_zoom Commit: 0d9432938103a9caad3c50301fb95ed437b02404 https://github.com/python-control/python-control/commit/0d9432938103a9caad3c50301fb95ed437b02404 Author: Richard Murray <mu...@cd...> Date: 2018-12-28 (Fri, 28 Dec 2018) Changed paths: M control/rlocus.py Log Message: ----------- Merge pull request #204 from icam0/rlocus_zoom Rlocus visual display of clicked point Tested on MacOS 10.14 with Python 3.5 and everything works. Merging into master. Compare: https://github.com/python-control/python-control/compare/4286329dde90...0d9432938103 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-28 06:34:39
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: d95ecf0abff11d312e6385b7effc337bb256b651 https://github.com/python-control/python-control/commit/d95ecf0abff11d312e6385b7effc337bb256b651 Author: David de Jong <dav...@me...> Date: 2018-04-01 (Sun, 01 Apr 2018) Changed paths: M control/freqplot.py Log Message: ----------- added margin display to the bode plots Commit: 9c07bb6b1731ef7995f3a8826e84a5786010918a https://github.com/python-control/python-control/commit/9c07bb6b1731ef7995f3a8826e84a5786010918a Author: David de Jong <dav...@me...> Date: 2018-04-01 (Sun, 01 Apr 2018) Changed paths: M control/freqplot.py Log Message: ----------- fixed smalll typo in plot title Commit: 36bd4e7b30a34a747809fec5eb411dbe78fb5fa1 https://github.com/python-control/python-control/commit/36bd4e7b30a34a747809fec5eb411dbe78fb5fa1 Author: David de Jong <dav...@me...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M control/freqplot.py M control/tests/freqresp_test.py Log Message: ----------- added unittest,doc string and fixed deg plot of margins Commit: 0cf39895f398fb977cbe384a109e1b412e8861b8 https://github.com/python-control/python-control/commit/0cf39895f398fb977cbe384a109e1b412e8861b8 Author: David de Jong <dav...@me...> Date: 2018-05-25 (Fri, 25 May 2018) Changed paths: M control/freqplot.py Log Message: ----------- removed faulty system import Commit: 991daf4f2eb68eb49188535c089b362015c60017 https://github.com/python-control/python-control/commit/991daf4f2eb68eb49188535c089b362015c60017 Author: Rene van Paassen <ren...@gm...> Date: 2018-07-09 (Mon, 09 Jul 2018) Changed paths: M .travis.yml M control/bdalg.py M control/canonical.py M control/freqplot.py M control/lti.py M control/margins.py M control/modelsimp.py M control/robust.py M control/statefbk.py M control/statesp.py M control/tests/canonical_test.py M control/tests/convert_test.py M control/tests/discrete_test.py M control/tests/freqresp_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py M control/xferfcn.py M doc-requirements.txt M doc/Makefile M doc/classes.rst M doc/conf.py M doc/control.rst M doc/conventions.rst M doc/index.rst M doc/intro.rst M doc/matlab.rst Log Message: ----------- Merge branch 'master' into bode_margins_plot Commit: 4286329dde904a6032d652e5a60ae72b74971657 https://github.com/python-control/python-control/commit/4286329dde904a6032d652e5a60ae72b74971657 Author: Richard Murray <mu...@cd...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M control/freqplot.py M control/tests/freqresp_test.py Log Message: ----------- Merge pull request #199 from icam0/bode_margins_plot Add margin computation/plotting to bode_plot(). Compare: https://github.com/python-control/python-control/compare/32b0c2bbe229...4286329dde90 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-28 05:54:54
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: dc8410c04bbd92ad9ed81eca5f17c2f63122d831 https://github.com/python-control/python-control/commit/dc8410c04bbd92ad9ed81eca5f17c2f63122d831 Author: Victor <vic...@ty...> Date: 2018-02-19 (Mon, 19 Feb 2018) Changed paths: M control/statesp.py Log Message: ----------- Added discrete grid to pzmap function. Commit: 4117489ec3128e25b65c3f4d7ab9c2bdb1d44038 https://github.com/python-control/python-control/commit/4117489ec3128e25b65c3f4d7ab9c2bdb1d44038 Author: Victor <vic...@ty...> Date: 2018-02-19 (Mon, 19 Feb 2018) Changed paths: M control/statesp.py Log Message: ----------- Revert "Added discrete grid to pzmap function." This reverts commit dc8410c Commit: f8c497e0dabb757b7a698d2f1bdf4c637786ff33 https://github.com/python-control/python-control/commit/f8c497e0dabb757b7a698d2f1bdf4c637786ff33 Author: Victor <vic...@ty...> Date: 2018-02-19 (Mon, 19 Feb 2018) Changed paths: M control/pzmap.py Log Message: ----------- Added discrete grid to pzmap function. (cherry picked from commit bfd9279) Commit: 3d0bf039c4715f2477b7fd7eccab00b3bf830639 https://github.com/python-control/python-control/commit/3d0bf039c4715f2477b7fd7eccab00b3bf830639 Author: Victor <vic...@ty...> Date: 2018-02-19 (Mon, 19 Feb 2018) Changed paths: M control/pzmap.py Log Message: ----------- Tweaked axis lines and zero/pole markers. (cherry picked from commit 382b4e9) Commit: 89dc9374b85300f917c4a599f210f57e283263cc https://github.com/python-control/python-control/commit/89dc9374b85300f917c4a599f210f57e283263cc Author: victor <vic...@ty...> Date: 2018-03-11 (Sun, 11 Mar 2018) Changed paths: A control/grid.py M control/pzmap.py M control/rlocus.py Log Message: ----------- Refactored sgrid based on matplotlib projections and moved sgrid and zgrid to new python module. Commit: 32b0c2bbe229594675d2a31bd458a8d7049a612e https://github.com/python-control/python-control/commit/32b0c2bbe229594675d2a31bd458a8d7049a612e Author: Richard Murray <mu...@cd...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: A control/grid.py M control/pzmap.py M control/rlocus.py Log Message: ----------- Merge pull request #193 from Sup3rGeo/zgrid-cherry Discrete omega-damping plot and tweaks. Took a look at the revisions and tested out on MacOS 10.14, Python 3.6 + verified that ReadTheDocs and TravisCI both pass. All looks good. Merging into master. Compare: https://github.com/python-control/python-control/compare/72f427d493fc...32b0c2bbe229 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: murrayrm <mu...@cd...> - 2018-12-23 06:28:16
|
Branch: refs/tags/0.8.1 Home: https://github.com/python-control/python-control **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: <not...@co...> - 2018-12-23 05:44:02
|
<a href="https://coveralls.io/builds/20776130"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_79.png" alt="Coveralls 79" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on 0.8.1 at 78.764%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/72f427d493fc3be9c542aa158f016cc103940a4f">Merge pull request #242 from murrayrm/fix_common_den fix issue #240: _common_den was not padding properly</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: <not...@co...> - 2018-12-23 05:43:55
|
<a href="https://coveralls.io/builds/20776130"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_79.png" alt="Coveralls 79" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on 0.8.1 at 78.764%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/72f427d493fc3be9c542aa158f016cc103940a4f">Merge pull request #242 from murrayrm/fix_common_den fix issue #240: _common_den was not padding properly</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: murrayrm <mu...@cd...> - 2018-12-23 05:34:18
|
Branch: refs/tags/0.8.1 Home: https://github.com/python-control/python-control **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-22 16:09:08
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: b1c66701728f7be2071b6519e04d4b0b2abbc947 https://github.com/python-control/python-control/commit/b1c66701728f7be2071b6519e04d4b0b2abbc947 Author: Richard Murray <mu...@cd...> Date: 2018-11-04 (Sun, 04 Nov 2018) Changed paths: M control/tests/convert_test.py M control/tests/timeresp_test.py M control/xferfcn.py Log Message: ----------- fix issue #240: _common_den was not padding properly Commit: 72f427d493fc3be9c542aa158f016cc103940a4f https://github.com/python-control/python-control/commit/72f427d493fc3be9c542aa158f016cc103940a4f Author: Richard Murray <mu...@cd...> Date: 2018-12-22 (Sat, 22 Dec 2018) Changed paths: M control/tests/convert_test.py M control/tests/timeresp_test.py M control/xferfcn.py Log Message: ----------- Merge pull request #242 from murrayrm/fix_common_den fix issue #240: _common_den was not padding properly Compare: https://github.com/python-control/python-control/compare/043450874373...72f427d493fc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-22 16:08:44
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 9a42fc05c9a11effa2394acb1329086bf112cb4e https://github.com/python-control/python-control/commit/9a42fc05c9a11effa2394acb1329086bf112cb4e Author: arnold <ab...@fa...> Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M control/statefbk.py M control/tests/statefbk_test.py Log Message: ----------- Add discrete time support to place_varga(). Also, fix issue #177 by changing how the alpha parameter is computed. In additional, expose alpha to the user an optional parameter Commit: cfe18eabf1a7e8316d23cea8763679014f95d919 https://github.com/python-control/python-control/commit/cfe18eabf1a7e8316d23cea8763679014f95d919 Author: arnold <ab...@fa...> Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M control/tests/statefbk_test.py Log Message: ----------- Add decorators to skip new tests for place_varga if slycot is not installed Commit: 33c59a86a497d6d4dc05455573f1ecc94c0718fa https://github.com/python-control/python-control/commit/33c59a86a497d6d4dc05455573f1ecc94c0718fa Author: arnold <ab...@fa...> Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M control/statefbk.py M control/tests/statefbk_test.py Log Message: ----------- Change DICO parameter to boolean dtime. Update tests as well. Commit: 0434508743731f1ef89b3efd0c0089e73285e228 https://github.com/python-control/python-control/commit/0434508743731f1ef89b3efd0c0089e73285e228 Author: Richard Murray <mu...@cd...> Date: 2018-12-22 (Sat, 22 Dec 2018) Changed paths: M control/statefbk.py M control/tests/statefbk_test.py Log Message: ----------- Merge pull request #197 from rabraker/fix_place_varga Fix place varga Compare: https://github.com/python-control/python-control/compare/7e108c192a26...043450874373 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-22 03:08:37
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: fcb2af0ff0a7527cfa9e752ae085f363d469463c https://github.com/python-control/python-control/commit/fcb2af0ff0a7527cfa9e752ae085f363d469463c Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/tests/xferfcn_test.py Log Message: ----------- skip TF indexing test if no slycot Commit: 7e108c192a26b3a06789f23f4dd09e12e1a78009 https://github.com/python-control/python-control/commit/7e108c192a26b3a06789f23f4dd09e12e1a78009 Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/tests/xferfcn_test.py Log Message: ----------- Merge pull request #254 from murrayrm/fix_test_noslycot skip TF indexing test if no slycot Compare: https://github.com/python-control/python-control/compare/4eb485f61743...7e108c192a26 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-22 03:08:28
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 84681cd459f88ead01cd4656add9042ab899aca8 https://github.com/python-control/python-control/commit/84681cd459f88ead01cd4656add9042ab899aca8 Author: Richard Murray <mu...@cd...> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M control/statesp.py Log Message: ----------- TRV: docstring fix Commit: cc4508c82c8b12df74601c13ac0c6cfaf78b4b40 https://github.com/python-control/python-control/commit/cc4508c82c8b12df74601c13ac0c6cfaf78b4b40 Author: Richard Murray <mu...@cd...> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M control/tests/matlab_test.py Log Message: ----------- fix bad lqr test case (cross term not pos def) Commit: 4eb485f6174346ef4cd0a104d30c8aef6ab4bd67 https://github.com/python-control/python-control/commit/4eb485f6174346ef4cd0a104d30c8aef6ab4bd67 Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/statesp.py M control/tests/matlab_test.py Log Message: ----------- Merge pull request #253 from murrayrm/fix_lqr_badarg Fix Travis CI failure (lqr bad argument) Compare: https://github.com/python-control/python-control/compare/b89ed4f5384e...4eb485f61743 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-21 22:47:07
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 97f201b132988a5a842a860844e2df8ae297ab01 https://github.com/python-control/python-control/commit/97f201b132988a5a842a860844e2df8ae297ab01 Author: Hung Pham <hun...@gm...> Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- implement indexing for transfer function Commit: b89ed4f5384e3662792696f21e6215fc040ef3da https://github.com/python-control/python-control/commit/b89ed4f5384e3662792696f21e6215fc040ef3da Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- Merge pull request #246 from hungpham2511/tf-indexing implement indexing for transfer functions Compare: https://github.com/python-control/python-control/compare/70db51392753...b89ed4f5384e **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-21 22:45:03
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 136a4ec0627d3d3afbca6e759c7bc562e7ec79ef https://github.com/python-control/python-control/commit/136a4ec0627d3d3afbca6e759c7bc562e7ec79ef Author: ipa-lth <lor...@ip...> Date: 2018-04-27 (Fri, 27 Apr 2018) Changed paths: M control/canonical.py M control/tests/canonical_test.py Log Message: ----------- add canonical form 'modal' The respective unittest is weak, yet I did not envisioned somthing better one Commit: 00e4052d0da01e69e56c137a1f7caf7ae481bef6 https://github.com/python-control/python-control/commit/00e4052d0da01e69e56c137a1f7caf7ae481bef6 Author: Rene van Paassen <ren...@gm...> Date: 2018-07-02 (Mon, 02 Jul 2018) Changed paths: M .travis.yml M control/canonical.py M control/statesp.py M control/tests/canonical_test.py M control/tests/convert_test.py M control/tests/discrete_test.py M control/tests/matlab_test.py M control/tests/statesp_test.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- Merge branch 'master' into modal_form Commit: 70db513927530e0be9a4bcf0f5c322cd76aafcd0 https://github.com/python-control/python-control/commit/70db513927530e0be9a4bcf0f5c322cd76aafcd0 Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/canonical.py M control/tests/canonical_test.py Log Message: ----------- Merge pull request #201 from ipa-lth/modal_form add canonical form 'modal' Compare: https://github.com/python-control/python-control/compare/79d2ceaa5d12...70db51392753 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-21 22:41:57
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: cc192e0763e94bdad5168ada1194c67803e20b11 https://github.com/python-control/python-control/commit/cc192e0763e94bdad5168ada1194c67803e20b11 Author: Hermann von Kleist <her...@ma...> Date: 2018-11-01 (Thu, 01 Nov 2018) Changed paths: M control/timeresp.py Log Message: ----------- Remove print statement from impulse_response For better usage in Jupyter Notebooks Commit: 79d2ceaa5d124bd6e02d26eb114b20381cafb4ee https://github.com/python-control/python-control/commit/79d2ceaa5d124bd6e02d26eb114b20381cafb4ee Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/timeresp.py Log Message: ----------- Merge pull request #241 from stertingen/patch-1 Remove print statement from impulse_response Compare: https://github.com/python-control/python-control/compare/084e7333fde3...79d2ceaa5d12 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-21 22:40:23
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 8d64dd16c911d37a73d80ddfb2c7ea33cc9db5df https://github.com/python-control/python-control/commit/8d64dd16c911d37a73d80ddfb2c7ea33cc9db5df Author: Andrew D. McGuire <and...@sp...> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M control/xferfcn.py Log Message: ----------- Fixing bug in xferfcn._evalfr that caused ValueError for discrete systems when list of angular frequencies contained more than one element Commit: 084e7333fde3d5543b7dd7824101548c0c004ead https://github.com/python-control/python-control/commit/084e7333fde3d5543b7dd7824101548c0c004ead Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M control/xferfcn.py Log Message: ----------- Merge pull request #250 from adm78/bugfix/truth-value-ambiguity-in-xferfcn-evalfr Fixing bug in xferfcn._evalfr that caused ValueError for discrete systems Compare: https://github.com/python-control/python-control/compare/85122fcdc0bc...084e7333fde3 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: Richard M. <mu...@cd...> - 2018-12-21 22:38:22
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 0a28c51f54d5f0c002f0de287844b9d9a553e149 https://github.com/python-control/python-control/commit/0a28c51f54d5f0c002f0de287844b9d9a553e149 Author: João Antônio Cardoso <joa...@gm...> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M doc/conventions.rst Log Message: ----------- Removed a doubled 'between' in text. Commit: 85122fcdc0bc1dba777af0865373310f47d57bf9 https://github.com/python-control/python-control/commit/85122fcdc0bc1dba777af0865373310f47d57bf9 Author: Richard Murray <mu...@cd...> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/conventions.rst Log Message: ----------- Merge pull request #251 from joaoantoniocardoso/patch-1 Removed a double 'between' in text. Compare: https://github.com/python-control/python-control/compare/4b0101cf00a4...85122fcdc0bc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
|
From: <not...@co...> - 2018-11-22 23:10:39
|
<a href="https://coveralls.io/builds/20252383"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_66.png" alt="Coveralls 66" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="negative">coverage decreased (-12.9%) to 65.995%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/c008e226daebbe44838b3470f13ce8c2ad9ff0b4">Change DICO parameter to boolean dtime. Update tests as well.</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: <not...@co...> - 2018-11-05 00:20:02
|
<a href="https://coveralls.io/builds/19902400"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_66.png" alt="Coveralls 66" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="negative">coverage decreased (-12.8%) to 66.123%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/eec47ae182041aeec49284a0913e98026f71fa16">fix issue #240: _common_den was not padding properly</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: <not...@co...> - 2018-11-05 00:19:55
|
<a href="https://coveralls.io/builds/19902400"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_66.png" alt="Coveralls 66" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="negative">coverage decreased (-12.8%) to 66.123%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/eec47ae182041aeec49284a0913e98026f71fa16">fix issue #240: _common_den was not padding properly</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: <not...@co...> - 2018-11-05 00:19:49
|
<a href="https://coveralls.io/builds/19902400"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_66.png" alt="Coveralls 66" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="negative">coverage decreased (-12.8%) to 66.123%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/eec47ae182041aeec49284a0913e98026f71fa16">fix issue #240: _common_den was not padding properly</a></span> by <a class="committer" href="https://github.com/web-flow"><img src="https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" alt="9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identicon" />web-flow</a> |
|
From: Ernesto A. <epa...@gm...> - 2018-09-13 16:41:19
|
Dear Prof. Bucher: I did not choose this configuration. Maybe the configuration is taken by default. Best regards, Ernesto El jue., 13 sept. 2018 a las 17:48, Roberto Bucher (<rob...@su...>) escribió: > We are looking at the function "pzmap" and we found that the zeros are > no more plotted. > > I think that the problem is related to the implementation of the function > > if (Plot): > import matplotlib.pyplot as plt > # Plot the locations of the poles and zeros > if len(poles) > 0: > plt.scatter(real(poles), imag(poles), s=50, marker='x') > if len(zeros) > 0: > plt.scatter(real(zeros), imag(zeros), s=50, marker='o', > facecolors='none') > > and in particular to the setting in plt.scatter of the zeros with > facecolors = 'none' . > > Why did you choose this setting? > > Thanks in advance > > Best regards > > Roberto > > -- Saludos, Ernesto |
|
From: Roberto B. <rob...@su...> - 2018-09-13 15:28:43
|
We are looking at the function "pzmap" and we found that the zeros are no more plotted. I think that the problem is related to the implementation of the function if (Plot): import matplotlib.pyplot as plt # Plot the locations of the poles and zeros if len(poles) > 0: plt.scatter(real(poles), imag(poles), s=50, marker='x') if len(zeros) > 0: plt.scatter(real(zeros), imag(zeros), s=50, marker='o', facecolors='none') and in particular to the setting in plt.scatter of the zeros with facecolors = 'none' . Why did you choose this setting? Thanks in advance Best regards Roberto |