|
| 1 | +2012-01-07 Richard Murray <murray@malabar.local> |
| 2 | + |
| 3 | + * doc/modules.rst: added new sections for analysis, synthesis, |
| 4 | + frequency plots and time response. |
| 5 | + |
| 6 | + * doc/index.rst (Contents): added modules and examples. |
| 7 | + |
| 8 | + * src/xferfcn.py (_convertToTransferFunction): added check for |
| 9 | + slycot import error. If not present, use signal.lti to perform the |
| 10 | + conversion. Only works for SISO. |
| 11 | + |
| 12 | + * src/statesp.py (_convertToStateSpace): added check for slycot |
| 13 | + import error, to allow basic functionality without the presence of |
| 14 | + slycot (contributed by Ryan Krauss). |
| 15 | + |
| 16 | + * tests/slycot_convert_test.py (TestSlycot.testTF): moved slycot |
| 17 | + import into test function, so that test script still works even if |
| 18 | + time response is not present. |
| 19 | + |
| 20 | +2011-08-09 Richard Murray <murray@malabar.local> |
| 21 | + |
| 22 | + * src/timeresp.py: fixed doc reference to time-series-convention |
| 23 | + |
| 24 | +2011-08-08 Richard Murray <murray@malabar.local> |
| 25 | + |
| 26 | + * doc/index.rst, doc/modules.rst: Moved MATLAB section into |
| 27 | + python-control modules file |
| 28 | + |
| 29 | +2011-08-07 Richard Murray <murray@malabar.local> |
| 30 | + |
| 31 | + * doc/conf.py: added autosummary extension |
| 32 | + |
| 33 | + * doc/timeresp.rst: New file containing listing of functions for |
| 34 | + time responses (step, initial, etc) |
| 35 | + |
| 36 | + * doc/freqplot.rst: New file listing functions for frequency |
| 37 | + plots (bode, nyquist, etc) |
| 38 | + |
| 39 | + * doc/modules.rst: New file that contains a listing of the major |
| 40 | + modules in the toolbox |
| 41 | + |
| 42 | + * doc/index.rst (Contents): Rearranged contents to put modules |
| 43 | + documentation in a separate section. Also added examples section |
| 44 | + (not quite ready yet). |
| 45 | + |
| 46 | +2011-08-07 Richard Murray <murray@malabar.local> |
| 47 | + |
| 48 | + * examples/rss-balred.py: reordered outputs from call to matlab.step |
| 49 | + (missed this the first time around) |
| 50 | + |
| 51 | + * doc/matlab_strings.rst: Matlab -> MATLAB (proper spelling) |
| 52 | + |
| 53 | + * setup.py, doc/conf.py: updated version to 0.5b |
| 54 | + |
1 | 55 | 2011-08-07 Richard Murray <murray@malabar.local> |
2 | 56 |
|
3 | 57 | * doc/conf.py: Updated version numbers to 0.5a, regenerated |
|
0 commit comments