Skip to content

Commit edfd8ce

Browse files
committed
updated working version number to 0.4d
1 parent 96cba52 commit edfd8ce

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
2011-06-16 Richard Murray <murray@malabar.local>
211

312
* src/matlab.py: import mateqn functions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
setup(name = 'control',
7-
version = '0.4c',
7+
version = '0.4d',
88
description = 'Python Control Systems Library',
99
author = 'Richard Murray',
1010
author_email = 'murray@cds.caltech.edu',

0 commit comments

Comments
 (0)