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
|
Dec
|
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 |
From: Richard M. <mu...@cd...> - 2018-07-29 22:17:29
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 708f8ecb4fbe6c99b775100afc0e91e4c502ad01 https://github.com/python-control/python-control/commit/708f8ecb4fbe6c99b775100afc0e91e4c502ad01 Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M setup.py Log Message: ----------- DOC: update support versions of python in setup.py Commit: 25f1371605397dad3c94c87bbe320d8a6831faa6 https://github.com/python-control/python-control/commit/25f1371605397dad3c94c87bbe320d8a6831faa6 Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M README.rst M doc/intro.rst Log Message: ----------- DOC: update installation instructions (#225) Commit: d3921db081ee1d486ac2625f88edac3a4873624b https://github.com/python-control/python-control/commit/d3921db081ee1d486ac2625f88edac3a4873624b Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M doc/conventions.rst Log Message: ----------- DOC: fix indices on transfer function in doc/conventions (#227) Commit: 4173dd58fddb3bd9810995c6fba267ad7dc11bbf https://github.com/python-control/python-control/commit/4173dd58fddb3bd9810995c6fba267ad7dc11bbf Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M control/freqplot.py Log Message: ----------- DOC: clarify frequency list argument in bode() docstring (#202) Commit: 1039edd91edc174e4fd044641c33c215f73fb18f https://github.com/python-control/python-control/commit/1039edd91edc174e4fd044641c33c215f73fb18f Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M control/freqplot.py M doc/conventions.rst Log Message: ----------- DOC: update timebase explanations (#203) Commit: 7ff494618573059c42c3de517d55650789102578 https://github.com/python-control/python-control/commit/7ff494618573059c42c3de517d55650789102578 Author: Richard Murray <mu...@cd...> Date: 2018-07-13 (Fri, 13 Jul 2018) Changed paths: M control/frdata.py M control/xferfcn.py Log Message: ----------- DOC: fix small errors in docstring examples (#57) Commit: 0a51c27bd1035bf938c64013158b814c613b19b5 https://github.com/python-control/python-control/commit/0a51c27bd1035bf938c64013158b814c613b19b5 Author: Richard Murray <mu...@cd...> Date: 2018-07-14 (Sat, 14 Jul 2018) Changed paths: M control/config.py M control/lti.py M control/statesp.py M doc/README M doc/control.rst M doc/conventions.rst M doc/index.rst M doc/intro.rst Log Message: ----------- DOC: small documentation tweaks Commit: 4b0101cf00a413013f1805d8a331b26e3c96e211 https://github.com/python-control/python-control/commit/4b0101cf00a413013f1805d8a331b26e3c96e211 Author: Richard Murray <mu...@cd...> Date: 2018-07-29 (Sun, 29 Jul 2018) Changed paths: M README.rst M control/config.py M control/frdata.py M control/freqplot.py M control/lti.py M control/statesp.py M control/xferfcn.py M doc/README M doc/control.rst M doc/conventions.rst M doc/index.rst M doc/intro.rst M setup.py Log Message: ----------- Merge pull request #228 from murrayrm/doc_updates Documentation updates Compare: https://github.com/python-control/python-control/compare/71101bfd00ec...4b0101cf00a4 **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-07-29 22:16:21
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 70bf20754cfc323df7914c983ea89cd37154dc50 https://github.com/python-control/python-control/commit/70bf20754cfc323df7914c983ea89cd37154dc50 Author: Richard Murray <mu...@cd...> Date: 2018-07-29 (Sun, 29 Jul 2018) Changed paths: M control/tests/statesp_test.py Log Message: ----------- update statesp_test.py unit test to fix numpy warnings Commit: 53e0a092377fc8a181016f732f94f7c26871443a https://github.com/python-control/python-control/commit/53e0a092377fc8a181016f732f94f7c26871443a Author: Richard Murray <mu...@cd...> Date: 2018-07-29 (Sun, 29 Jul 2018) Changed paths: M control/tests/freqresp_test.py Log Message: ----------- update freqresp_test.py unit test to fix numpy warnings Commit: 71101bfd00ec2c8a8aeccf6204401e09b5eff2be https://github.com/python-control/python-control/commit/71101bfd00ec2c8a8aeccf6204401e09b5eff2be Author: Richard Murray <mu...@cd...> Date: 2018-07-29 (Sun, 29 Jul 2018) Changed paths: M control/tests/freqresp_test.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #232 from murrayrm/fix-statesp_test-warnings Fix numpy generated warnings that are breaking unit tests Compare: https://github.com/python-control/python-control/compare/a007fccb1904...71101bfd00ec **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-07-07 23:04:04
|
<a href="https://coveralls.io/builds/17880228"><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.0 at 78.914%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/a007fccb190439d6d90da47d85b97c449c60f6b7">Merge pull request #221 from murrayrm/test_timebase TST: add unit tests for timebase conversions</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-07-07 22:53:24
|
Branch: refs/tags/0.8.0 Home: https://github.com/python-control/python-control **NOTE:** This service 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. |