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
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Richard M. <no...@gi...> - 2020-03-25 05:47:06
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 6b24bb42a8da5b15cb79699e74fb33b30ba7935a https://github.com/python-control/python-control/commit/6b24bb42a8da5b15cb79699e74fb33b30ba7935a Author: Richard Murray <mu...@cd...> Date: 2020-03-24 (Tue, 24 Mar 2020) Changed paths: M .travis.yml M control/__init__.py M control/tests/bdalg_test.py M control/tests/canonical_test.py M control/tests/config_test.py M control/tests/convert_test.py M control/tests/ctrlutil_test.py M control/tests/discrete_test.py M control/tests/flatsys_test.py M control/tests/frd_test.py M control/tests/freqresp_test.py M control/tests/iosys_test.py M control/tests/lti_test.py M control/tests/margin_test.py M control/tests/mateqn_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/modelsimp_array_test.py M control/tests/modelsimp_test.py M control/tests/nichols_test.py M control/tests/phaseplot_test.py M control/tests/rlocus_test.py M control/tests/robust_array_test.py R control/tests/run_all.py M control/tests/sisotool_test.py M control/tests/slycot_convert_test.py M control/tests/statefbk_array_test.py M control/tests/statefbk_test.py M control/tests/statesp_array_test.py M control/tests/statesp_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_input_test.py M control/tests/xferfcn_test.py Log Message: ----------- Switch to pytest and add optional Python 3.8 test (#380) * switch Travis to use pytest instead of deprecated setup.py test * fix import error in discrete unit test (for pytest) * add optional Travis test against python3.8 * remove unused (and sometimes incorrect) creation of test suites and run_all.py Co-authored-by: bnavigator <co...@bn...> |
|
From: Richard M. <no...@gi...> - 2020-03-25 05:45:56
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 3b19ae93d3403b5cc6460ab4d34d30a07e1c67f2 https://github.com/python-control/python-control/commit/3b19ae93d3403b5cc6460ab4d34d30a07e1c67f2 Author: Richard Murray <mu...@cd...> Date: 2020-03-24 (Tue, 24 Mar 2020) Changed paths: M control/config.py M control/freqplot.py M control/grid.py M control/nichols.py M control/pzmap.py M control/rlocus.py M control/statesp.py M control/tests/config_test.py M control/tests/convert_test.py M control/tests/matlab_test.py M control/tests/rlocus_test.py M control/tests/slycot_convert_test.py M examples/pvtol-nested.py Log Message: ----------- Fix plot issues (#382) * fix sgrid, zgrid to use existing axes if they exist + PEP8 cleanup * change plot and print_gain keywords to lower case, with deprecation warning + fix bugs in gangof4 using dB + PEP8, docstring cleanup * remove conversion to state space that was giving spurious zero at infinity * change plot and print_gain keywords to lower case, with deprecation warning * PEP8 cleanup * use Hz=False for MATLAB + docstring corrections * labelFreq -> label_freq in nyquist_plot() w/ deprecation warning + remove extraneous docstring text |
|
From: Ben <no...@gi...> - 2020-03-21 19:51:15
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: a09d059e57b060592ed79fc89aac2dfc40064fe0 https://github.com/python-control/python-control/commit/a09d059e57b060592ed79fc89aac2dfc40064fe0 Author: Ben <co...@bn...> Date: 2020-03-21 (Sat, 21 Mar 2020) Changed paths: M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- handle non proper tf in _common_den() (#370) |
|
From: geekonloose <no...@gi...> - 2020-03-18 04:58:03
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 874d52eca13f1644eddad52be3e74a5c79883cfd https://github.com/python-control/python-control/commit/874d52eca13f1644eddad52be3e74a5c79883cfd Author: geekonloose <305...@us...> Date: 2020-03-17 (Tue, 17 Mar 2020) Changed paths: M control/freqplot.py Log Message: ----------- Arrow head length and head width option is added in nyquist_plot function (#379) Add option to change Nyquist plot arrow size: * Nyquist_plot changed to accommodate arrow size * color option is added |
|
From: Rene v. P. <no...@gi...> - 2020-03-02 18:05:52
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: a995655ec55f940f1cd3687ad279067795db78f7 https://github.com/python-control/python-control/commit/a995655ec55f940f1cd3687ad279067795db78f7 Author: Francesco Seccamonte <fra...@gm...> Date: 2020-02-20 (Thu, 20 Feb 2020) Changed paths: M control/iosys.py Log Message: ----------- Bugfix in matrix multiplication in output computation in iosys.LinearIOSystem Commit: dab8ff62025835c5d92a4cdb7e2e7ccac9b0b17f https://github.com/python-control/python-control/commit/dab8ff62025835c5d92a4cdb7e2e7ccac9b0b17f Author: Rene van Paassen <ren...@gm...> Date: 2020-03-02 (Mon, 02 Mar 2020) Changed paths: M control/iosys.py Log Message: ----------- Merge pull request #375 from francescoseccamonte/master Bugfix in matrix multiplication in output computation in iosys.LinearIOSystem good catch! Compare: https://github.com/python-control/python-control/compare/66bee9d31c0e...dab8ff620258 |
|
From: Ben <no...@gi...> - 2020-01-07 01:20:32
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 66bee9d31c0e4913aa2bda614794845563a616d6 https://github.com/python-control/python-control/commit/66bee9d31c0e4913aa2bda614794845563a616d6 Author: Ben <co...@bn...> Date: 2020-01-06 (Mon, 06 Jan 2020) Changed paths: M control/tests/iosys_test.py Log Message: ----------- ease precision tolerenace for iosys tests (#366) |
|
From: Ben <no...@gi...> - 2020-01-05 16:08:22
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: a7f5f1ce47e7504848c8b0bccb3186a27fc57a64 https://github.com/python-control/python-control/commit/a7f5f1ce47e7504848c8b0bccb3186a27fc57a64 Author: Ben <co...@bn...> Date: 2020-01-05 (Sun, 05 Jan 2020) Changed paths: M control/tests/robust_array_test.py Log Message: ----------- Copy PR #320 fix for robust_array_test to fix OpenSUSE bug (#365) PR #314 duplicates a lot of code in the test cases by introducing *_array_test.py files. Thus issue #190 addressed in PR #320 resurfaces and needs to be introduced to robust_array_test.pyas well. |
|
From: Richard M. <no...@gi...> - 2020-01-04 20:04:02
|
Branch: refs/tags/0.8.3 Home: https://github.com/python-control/python-control |
|
From: Richard M. <no...@gi...> - 2020-01-04 18:51:46
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 319a756eb3e0dc2e31b8ed649404c0645a414dfe https://github.com/python-control/python-control/commit/319a756eb3e0dc2e31b8ed649404c0645a414dfe Author: Richard Murray <mu...@cd...> Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M doc/iosys.rst Log Message: ----------- Small doc updates (#364) * fix code blocks in iosys.rst |
|
From: Richard M. <no...@gi...> - 2020-01-04 16:19:46
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 45b0915539b6d83da645fa118258d7c75ce50a85 https://github.com/python-control/python-control/commit/45b0915539b6d83da645fa118258d7c75ce50a85 Author: Richard Murray <mu...@cd...> Date: 2020-01-04 (Sat, 04 Jan 2020) Changed paths: M doc/control.rst M doc/iosys.rst Log Message: ----------- small fixes to iosys documentation (#363) |
|
From: Richard M. <no...@gi...> - 2020-01-04 06:27:05
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: c93d913ac83b9379656ef64c476242f6cea505c9 https://github.com/python-control/python-control/commit/c93d913ac83b9379656ef64c476242f6cea505c9 Author: Richard Murray <mu...@cd...> Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M control/freqplot.py M examples/pvtol-nested-ss.py Log Message: ----------- Fix issue #309: examples/pvtol-nested-ss.py plotting (#361) |
|
From: Richard M. <no...@gi...> - 2020-01-04 06:09:06
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: ec8cbf053a8dee367e925f54eb42aa256a8d3265 https://github.com/python-control/python-control/commit/ec8cbf053a8dee367e925f54eb42aa256a8d3265 Author: Richard Murray <mu...@cd...> Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M control/bdalg.py M control/freqplot.py M control/iosys.py M control/phaseplot.py M control/timeresp.py M doc-requirements.txt M doc/classes.rst M doc/conf.py M doc/control.rst M doc/conventions.rst A doc/cruise-control.py A doc/cruise-control.rst A doc/cruise.ipynb A doc/examples.rst M doc/index.rst A doc/iosys.rst A doc/kincar-flatsys.py A doc/kincar-flatsys.rst A doc/phaseplots.py A doc/phaseplots.rst A doc/pvtol-lqr-nested.ipynb A doc/pvtol-lqr.py A doc/pvtol-lqr.rst A doc/pvtol-nested.py A doc/pvtol-nested.rst A doc/robust_mimo.py A doc/robust_mimo.rst A doc/robust_siso.py A doc/robust_siso.rst A doc/rss-balred.py A doc/rss-balred.rst A doc/secord-matlab.py A doc/secord-matlab.rst A doc/steering-gainsched.py A doc/steering-gainsched.rst A doc/steering.ipynb A examples/cruise.ipynb M examples/pvtol-lqr-nested.ipynb M examples/rss-balred.py A examples/steering.ipynb Log Message: ----------- Documentation updates (#360) * add info on methods for time responses * add script and Jupyter notebook examples to documentation * updated I/O systems documentation (with example) * fix *args, *kwargs* in freqplot docstrings to fix issue #358 * update series() and paralle() docstrings to fix issue #358 * fix docstring for phase_plot of fix issue #358 |
|
From: Jed <no...@gi...> - 2020-01-03 15:43:03
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 53d340bf98e17d0cd9388e9c95368828498b5457 https://github.com/python-control/python-control/commit/53d340bf98e17d0cd9388e9c95368828498b5457 Author: Jed <jed...@us...> Date: 2020-01-03 (Fri, 03 Jan 2020) Changed paths: M .travis.yml M control/phaseplot.py M control/tests/phaseplot_test.py Log Message: ----------- Fixed tabs in yaml and python files to only use spaces. (#362) |
|
From: Richard M. <no...@gi...> - 2020-01-02 17:09:33
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: ccbd7acf4ed83fadb7bbdfaf36af1114908dfca8 https://github.com/python-control/python-control/commit/ccbd7acf4ed83fadb7bbdfaf36af1114908dfca8 Author: Richard Murray <mu...@cd...> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M control/tests/timeresp_test.py M control/timeresp.py Log Message: ----------- fix discete time simulation time step issue #332 (#356) |
|
From: Richard M. <no...@gi...> - 2020-01-02 15:48:10
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: ed4a96327f1e3c04f1849db3a768855503591d46 https://github.com/python-control/python-control/commit/ed4a96327f1e3c04f1849db3a768855503591d46 Author: Richard Murray <mu...@cd...> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M control/freqplot.py Log Message: ----------- Reorder Gang of Four plots to match FBS (#354) * reorder gangof4 plots to be consistent with FBS * add configuration parameter processing to gangof4 * add gangof4 labels and tight_layout |
|
From: <not...@co...> - 2019-12-31 22:17:54
|
<a href="https://coveralls.io/builds/27864696"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_82.png" alt="Coveralls 82" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on bnavigator-fix-latex at 81.688%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/2596266fe70272898ff7e6317d0151fa3cd50c5e">Merge branch 'fix-latex' of https://github.com/bnavigator/python-control into bnavigator-fix-latex</a></span> by <a class="committer" href="https://github.com/murrayrm"><img src="https://secure.gravatar.com/avatar/c9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" alt="C9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" />murrayrm</a> |
|
From: <not...@co...> - 2019-12-31 22:17:46
|
<a href="https://coveralls.io/builds/27864696"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_82.png" alt="Coveralls 82" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on bnavigator-fix-latex at 81.688%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/2596266fe70272898ff7e6317d0151fa3cd50c5e">Merge branch 'fix-latex' of https://github.com/bnavigator/python-control into bnavigator-fix-latex</a></span> by <a class="committer" href="https://github.com/murrayrm"><img src="https://secure.gravatar.com/avatar/c9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" alt="C9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" />murrayrm</a> |
|
From: <not...@co...> - 2019-12-31 22:17:41
|
<a href="https://coveralls.io/builds/27864696"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_82.png" alt="Coveralls 82" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on bnavigator-fix-latex at 81.688%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/2596266fe70272898ff7e6317d0151fa3cd50c5e">Merge branch 'fix-latex' of https://github.com/bnavigator/python-control into bnavigator-fix-latex</a></span> by <a class="committer" href="https://github.com/murrayrm"><img src="https://secure.gravatar.com/avatar/c9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" alt="C9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" />murrayrm</a> |
|
From: <not...@co...> - 2019-12-31 22:17:28
|
<a href="https://coveralls.io/builds/27864696"><img src="https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_82.png" alt="Coveralls 82" /></a> <a href="https://coveralls.io/github/python-control/python-control">python-control/python-control</a> <span class="">First build on bnavigator-fix-latex at 81.688%</span> for commit: <span><a href="https://github.com/python-control/python-control/commit/2596266fe70272898ff7e6317d0151fa3cd50c5e">Merge branch 'fix-latex' of https://github.com/bnavigator/python-control into bnavigator-fix-latex</a></span> by <a class="committer" href="https://github.com/murrayrm"><img src="https://secure.gravatar.com/avatar/c9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" alt="C9a1cffbbfc05d8f3729887c273dd770?size=18&default=identicon" />murrayrm</a> |
|
From: Ben <no...@gi...> - 2019-12-31 22:07:46
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: fe6d77427764b4891c3bfa4467a45a720416891e https://github.com/python-control/python-control/commit/fe6d77427764b4891c3bfa4467a45a720416891e Author: Ben <co...@bn...> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M control/tests/xferfcn_test.py Log Message: ----------- fix latex representation for exp format and multi-digit exponents of s or z (#330) * fix latex representation for exponential format and multi-digit exponents of s or z * add docstring to _tf__string_to_latex * move to times instead of cdot * add unittest * fix invalid escape sequence * more invalid escape sequences |
|
From: Richard M. <no...@gi...> - 2019-12-31 21:51:05
|
Branch: refs/heads/bnavigator-fix-latex Home: https://github.com/python-control/python-control |
|
From: Richard M. <no...@gi...> - 2019-12-31 21:48:26
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: d35eec66c0a43d375c4f62e793924cf253def5ec https://github.com/python-control/python-control/commit/d35eec66c0a43d375c4f62e793924cf253def5ec Author: Richard Murray <mu...@cd...> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M control/bdalg.py M control/freqplot.py M control/grid.py M control/iosys.py M control/matlab/wrappers.py M control/statefbk.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- resolve conflict in tests/xferfcn_test.py Commit: 4785145110352d58dd61ea6a6de31d2ab79095fd https://github.com/python-control/python-control/commit/4785145110352d58dd61ea6a6de31d2ab79095fd Author: Richard Murray <mu...@cd...> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M control/bdalg.py M control/freqplot.py M control/grid.py M control/iosys.py M control/matlab/wrappers.py M control/statefbk.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- Merge branch 'bnavigator-fix-latex' Compare: https://github.com/python-control/python-control/compare/c36fcc099dec...478514511035 |
|
From: Richard M. <no...@gi...> - 2019-12-31 21:42:42
|
Branch: refs/heads/bnavigator-fix-latex Home: https://github.com/python-control/python-control Commit: 4cc857ba7ee0c3433fefae61844e0e8faec791d2 https://github.com/python-control/python-control/commit/4cc857ba7ee0c3433fefae61844e0e8faec791d2 Author: Benjamin Greiner <gr...@ds...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M control/xferfcn.py Log Message: ----------- fix latex representation for exponential format and multi-digit exponents of s or z Commit: f7bb22a89425bf96a2525684ca9501b5a2d17b38 https://github.com/python-control/python-control/commit/f7bb22a89425bf96a2525684ca9501b5a2d17b38 Author: Benjamin Greiner <gr...@ds...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M control/xferfcn.py Log Message: ----------- add docstring to _tf__string_to_latex Commit: 60862c04d5f0240b237e5490be16e77b0e275f07 https://github.com/python-control/python-control/commit/60862c04d5f0240b237e5490be16e77b0e275f07 Author: Benjamin Greiner <gr...@ds...> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- move to times instead of cdot add unittest Commit: 4ebe96abb467ce25a00160cd9cf03c6a9248ee11 https://github.com/python-control/python-control/commit/4ebe96abb467ce25a00160cd9cf03c6a9248ee11 Author: Benjamin Greiner <gr...@ds...> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M control/xferfcn.py Log Message: ----------- fix invalid escape sequence Commit: c268c7cf9d6aa4203e7eb2814f83689626a29991 https://github.com/python-control/python-control/commit/c268c7cf9d6aa4203e7eb2814f83689626a29991 Author: Benjamin Greiner <gr...@ds...> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M control/bdalg.py M control/freqplot.py M control/grid.py M control/iosys.py M control/matlab/wrappers.py M control/statefbk.py Log Message: ----------- more invalid escape sequences Commit: 2596266fe70272898ff7e6317d0151fa3cd50c5e https://github.com/python-control/python-control/commit/2596266fe70272898ff7e6317d0151fa3cd50c5e Author: Richard Murray <mu...@cd...> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M control/bdalg.py M control/freqplot.py M control/grid.py M control/iosys.py M control/matlab/wrappers.py M control/statefbk.py M control/tests/xferfcn_test.py M control/xferfcn.py Log Message: ----------- Merge branch 'fix-latex' of https://github.com/bnavigator/python-control into bnavigator-fix-latex Compare: https://github.com/python-control/python-control/compare/4cc857ba7ee0%5E...2596266fe702 |
|
From: Richard M. <no...@gi...> - 2019-12-31 21:10:50
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: c36fcc099decb45aa4a7c0ce48f0815a25aee96b https://github.com/python-control/python-control/commit/c36fcc099decb45aa4a7c0ce48f0815a25aee96b Author: Richard Murray <mu...@cd...> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M control/iosys.py M control/tests/iosys_test.py Log Message: ----------- Fix iosys errors for unspecified # of inputs/outputs (#355) |