From: <mur...@us...> - 2011-06-18 00:20:55
|
Revision: 160 http://python-control.svn.sourceforge.net/python-control/?rev=160&view=rev Author: murrayrm Date: 2011-06-18 00:20:49 +0000 (Sat, 18 Jun 2011) Log Message: ----------- updated working version number to 0.4d Modified Paths: -------------- trunk/ChangeLog trunk/setup.py Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-06-18 00:18:23 UTC (rev 159) +++ trunk/ChangeLog 2011-06-18 00:20:49 UTC (rev 160) @@ -1,3 +1,12 @@ +---- control-0.4c released ----- + +2011-06-17 Richard Murray <mu...@dh...> + + * examples/tfvis.py: Added tfvis, Simple GUI application for + visualizing how the poles/zeros of the transfer function effects the + bode, nyquist and step response of a SISO system. Contributed by + Vanessa Romero Segovia, Ola Johnsson, Jerker Nordh. + 2011-06-16 Richard Murray <murray@malabar.local> * src/matlab.py: import mateqn functions Modified: trunk/setup.py =================================================================== --- trunk/setup.py 2011-06-18 00:18:23 UTC (rev 159) +++ trunk/setup.py 2011-06-18 00:20:49 UTC (rev 160) @@ -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 = 'mu...@cd...', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |