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
(1) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Clancy R. <cwr...@pr...> - 2014-08-11 06:22:13
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 30bab2c84334ab87d0e1a500918afda61b19195a https://github.com/python-control/python-control/commit/30bab2c84334ab87d0e1a500918afda61b19195a Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M .travis.yml R README A README.rst Log Message: ----------- Fix dependencies for travis |
|
From: Clancy R. <cwr...@pr...> - 2014-08-11 05:42:43
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: e924764d4a78ef46c1d499fa379464b012e84469 https://github.com/python-control/python-control/commit/e924764d4a78ef46c1d499fa379464b012e84469 Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M src/statesp.py Log Message: ----------- Fixed import for timebase in statesp. Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: 8d8a84d552bda5b12503d684be163e612991ecff https://github.com/python-control/python-control/commit/8d8a84d552bda5b12503d684be163e612991ecff Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M src/statesp.py Log Message: ----------- Added missing module scope for warn in statesp. Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: bdb3417d1413eabbeac22b4a1491bd13c4e1e6b1 https://github.com/python-control/python-control/commit/bdb3417d1413eabbeac22b4a1491bd13c4e1e6b1 Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M src/statesp.py M tests/statesp_test.py Log Message: ----------- Numpy array style access to state-space subsystems. Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: 38bbabd949d32574dff90b4561cd045a1beff2c4 https://github.com/python-control/python-control/commit/38bbabd949d32574dff90b4561cd045a1beff2c4 Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M setup.py A tests/run_all.py R tests/test_all.py M tests/test_control_matlab.py Log Message: ----------- Updated testing suite to work with nosetests. This required doing chmod -x * to remove executable permissions on the scripts. I renamed test_all.py to run_all.py so nosetest wouldn't attempt to run it as a test if someone made it non executable. Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: 667b1d66ffec27567b437c6c4f1fd7eb3ef44051 https://github.com/python-control/python-control/commit/667b1d66ffec27567b437c6c4f1fd7eb3ef44051 Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: A control/__init__.py A control/bdalg.py A control/canonical.py A control/config.py A control/ctrlutil.py A control/delay.py A control/dtime.py A control/exception.py A control/frdata.py A control/freqplot.py A control/lti.py A control/margins.py A control/mateqn.py A control/matlab.py A control/modelsimp.py A control/nichols.py A control/phaseplot.py A control/pzmap.py A control/rlocus.py A control/robust.py A control/statefbk.py A control/statesp.py A control/timeresp.py A control/xferfcn.py M setup.py R src/__init__.py R src/bdalg.py R src/canonical.py R src/config.py R src/ctrlutil.py R src/delay.py R src/dtime.py R src/exception.py R src/frdata.py R src/freqplot.py R src/lti.py R src/margins.py R src/mateqn.py R src/matlab.py R src/modelsimp.py R src/nichols.py R src/phaseplot.py R src/pzmap.py R src/rlocus.py R src/robust.py R src/statefbk.py R src/statesp.py R src/timeresp.py R src/xferfcn.py Log Message: ----------- Move src to control. Makes nosetest use local module instead of installed. Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: 3d04f787ca0e543327a9b6769f603bbcb7863ab6 https://github.com/python-control/python-control/commit/3d04f787ca0e543327a9b6769f603bbcb7863ab6 Author: James Goppert <jam...@gm...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M control/xferfcn.py Log Message: ----------- xferfcn.py pep8 formatting Conflicts: control/xferfcn.py Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: ba7025f482375cacd2361363436fa6b96f8324b5 https://github.com/python-control/python-control/commit/ba7025f482375cacd2361363436fa6b96f8324b5 Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: A .gitignore Log Message: ----------- Ignore generated files Signed-off-by: Clancy Rowley <cwr...@pr...> Commit: a3fea746e95a73a7af304f11804036a0155f8f3f https://github.com/python-control/python-control/commit/a3fea746e95a73a7af304f11804036a0155f8f3f Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: M ChangeLog M control/dtime.py M control/margins.py M control/matlab.py M control/rlocus.py M control/statesp.py M control/timeresp.py M tests/discrete_test.py M tests/margin_test.py M tests/matlab_test.py M tests/timeresp_test.py Log Message: ----------- Merge branch 'master' into jgoppert Commit: 93b167055697aa6202425ee76097f7c813c78bab https://github.com/python-control/python-control/commit/93b167055697aa6202425ee76097f7c813c78bab Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-10 (Sun, 10 Aug 2014) Changed paths: A control/tests/bdalg_test.py A control/tests/convert_test.py A control/tests/discrete_test.py A control/tests/frd_test.py A control/tests/freqresp.py A control/tests/margin_test.py A control/tests/mateqn_test.py A control/tests/matlab_test.py A control/tests/minreal_test.py A control/tests/modelsimp_test.py A control/tests/nichols_test.py A control/tests/phaseplot_test.py A control/tests/rlocus_test.py A control/tests/run_all.py A control/tests/slycot_convert_test.py A control/tests/statefbk_test.py A control/tests/statesp_test.py A control/tests/test_control_matlab.py A control/tests/timeresp_test.py A control/tests/xferfcn_test.py R tests/bdalg_test.py R tests/convert_test.py R tests/discrete_test.py R tests/frd_test.py R tests/freqresp.py R tests/margin_test.py R tests/mateqn_test.py R tests/matlab_test.py R tests/minreal_test.py R tests/modelsimp_test.py R tests/nichols_test.py R tests/phaseplot_test.py R tests/rlocus_test.py R tests/run_all.py R tests/slycot_convert_test.py R tests/statefbk_test.py R tests/statesp_test.py R tests/test_control_matlab.py R tests/timeresp_test.py R tests/xferfcn_test.py Log Message: ----------- Move tests to control/tests Commit: 2e0f0d09e8aa3eda97dd6beff866d74d024c5586 https://github.com/python-control/python-control/commit/2e0f0d09e8aa3eda97dd6beff866d74d024c5586 Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: M .gitignore M control/__init__.py A control/setup.py A control/tests/__init__.py A runtests.py M setup.py Log Message: ----------- Add standard Numpy testing setup.py and runtests.py taken from SciKit example at http://scikits.appspot.com/example Commit: 3bbe032dd6a5f2d8f47674c9fe27e88cf62f2942 https://github.com/python-control/python-control/commit/3bbe032dd6a5f2d8f47674c9fe27e88cf62f2942 Author: Clancy Rowley <cwr...@pr...> Date: 2014-08-11 (Mon, 11 Aug 2014) Changed paths: A .travis.yml A requirements.txt Log Message: ----------- Add support for Travis CI Compare: https://github.com/python-control/python-control/compare/ea5f7deae561...3bbe032dd6a5 |
|
From: Richard M. <mu...@cd...> - 2014-08-11 01:46:36
|
OK this is set up. Cc'ing the developers list to keep everyone in the loop. -richard On 10 Aug 2014, at 16:18 , Clancy Rowley <cwr...@Pr...> wrote: > Richard, sounds good. I'm working on integrating jgoppert's stuff into my local clone of the new github repo, but it is not so simple, as he has a monster commit with lots of trivial changes (e.g. to whitespace) that are likely to break things when we merge with the main branch. But I'm working through it and hope to finish that tonight and push those commits to github. > > But one nice thing he's added is this "Travis CI" functionality, that automatically runs the tests and measures test coverage, and posts the results in a badge on github. To activate that, we'll need to flip a switch for the new repo on Travis CI, but I believe you need to be an admin to do that, so I think you (or maybe Scott) would need to do that. > > It looks like all you need to do is go to this website: > https://travis-ci.org/ > and log in with your github id. It should automatically find your repositories, and then you just click a button to activate travis for that repo. You also need a .travis.yml file in the repo, but jgoppert has that in his fork, so I will add that when I push his changes. > > -clancy > > On Aug 9, 2014, at 5:41 PM, Richard Murray <mu...@cd...> wrote: > >> It would be great to pull in jgoppert's changes and also fix up the issues you noticed with tests. I'm going to be working on some of the documentation + github notifications, so won't be messing with the source code in the next few days. >> >> If there is anything that looks iffy, just post an issue and I'll respond to it quickly. >> >> -richard >> >> On 9 Aug 2014, at 14:30 , Clancy Rowley <cwr...@pr...> wrote: >> >>> Richard, cool. I cloned the new repository, and it seems to be working fine. >>> >>> I noticed you didn't pull in James Goppert's changes--is that something you're planning to do, or something you'd like somebody else to do (e.g. me--I am happy to), or something you'd rather not do at all? It seems to me that his changes (at least the ones I have looked at) are good ones, for instance improving the way the tests are run, and getting that travis stuff to work, automatically running tests and measuring test coverage. Also, he renamed the "src" directory "control", which seems to be standard and convenient, as it allows you to use a developer version of the module just by adding the python-control directory to your PYTHONPATH, without installing it with setup.py. (I believe you can run "python setup.py --build_ext" too, but seems like an unnecessary extra step.) >>> >>> Anyway, please let me know what your plans are with incorporating James Goppert's changes. I'm happy to copy them over to the new repository if you'd like. >>> >>> It was great to see you at CDS20. What a wonderful event it was! >>> >>> -clancy >>> >>> On Aug 9, 2014, at 4:08 PM, Richard Murray <mu...@cd...> wrote: >>> >>>> You are receiving this message because you are on the list of developers for python-control on GitHub. As I mentioned in the previous note to the discussion list, the plan is that this list will be used for developer discussions, including code commit messages. There are currently 7 people on this list: Sawyer Fuller, Clancy Rowley, Gustavo Goretkin, Richard Murray, Rene van Paassen, Roberto Bucher and Scott Livingston. >>>> >>>> More posts during the weekend as I finish shifting things over. I'll post something on python-control-announce when things are complete. >>>> >>>> -richard >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> _______________________________________________ >>>> python-control-developers mailing list >>>> pyt...@li... >>>> https://lists.sourceforge.net/lists/listinfo/python-control-developers >> |
|
From: Richard M. <mu...@cd...> - 2014-08-09 20:08:58
|
You are receiving this message because you are on the list of developers for python-control on GitHub. As I mentioned in the previous note to the discussion list, the plan is that this list will be used for developer discussions, including code commit messages. There are currently 7 people on this list: Sawyer Fuller, Clancy Rowley, Gustavo Goretkin, Richard Murray, Rene van Paassen, Roberto Bucher and Scott Livingston. More posts during the weekend as I finish shifting things over. I'll post something on python-control-announce when things are complete. -richard |