8000 tagged v0.6d and updated version to 0.6e · MaxGaukler/python-control@39f85cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 39f85cf

Browse files
committed
tagged v0.6d and updated version to 0.6e
1 parent 0ba67cc commit 39f85cf

File tree

8 files changed

+529
-260
lines changed

8 files changed

+529
-260
lines changed

ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2014-03-22 Richard Murray <murray@sidamo.local>
2+
3+
* src/matlab.py (ss): allow five arguments to create a discrete time
4+
system. From Roberto Bucher, 12 Jan 2014
5+
6+
2014-03-22 Richard Murray <murray@sidamo.local>
7+
8+
* src/bdalg.py (feedback): allow FRD for feedback()
9+
10+
2014-03-22 Richard Murray <murray@sidamo.local>
11+
12+
* tests/discrete_test.py (TestDiscrete.test_sample_system): added
13+
conversions using tustin and zoh to catch 'dt' bug #5
14+
15+
* src/dtime.py (sample_system): Changed 'dt' to 'Ts' to fix bug #4
16+
17+
* tests/frd_test.py (TestFRD.testbdalg): added unit tests for bdalg
18+
functions operating on FRD data
19+
20+
* src/bdalg.py (series, parallel, negate, feedback): updated
21+
documentation to note that FRD ovjects work.
22+
(feedback): updated conversions to allow for FRD
23+
124
2013-07-15 Richard Murray <murray@altura-2.local>
225

326
* src/frdata.py, src/xferfcn.py: updated to use __truediv__ and

0 commit comments

Comments
 (0)
0