We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cba52 commit edfd8ceCopy full SHA for edfd8ce
2 files changed
ChangeLog
@@ -1,3 +1,12 @@
1
+---- control-0.4c released -----
2
+
3
+2011-06-17 Richard Murray <murray@dhcp096.fhl.washington.edu>
4
5
+ * examples/tfvis.py: Added tfvis, Simple GUI application for
6
+ visualizing how the poles/zeros of the transfer function effects the
7
+ bode, nyquist and step response of a SISO system. Contributed by
8
+ Vanessa Romero Segovia, Ola Johnsson, Jerker Nordh.
9
10
2011-06-16 Richard Murray <murray@malabar.local>
11
12
* src/matlab.py: import mateqn functions
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup
setup(name = 'control',
- version = '0.4c',
+ version = '0.4d',
description = 'Python Control Systems Library',
author = 'Richard Murray',
author_email = 'murray@cds.caltech.edu',
0 commit comments