<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Developer information</title><link>https://sourceforge.net/p/python-control/wiki/Developer%2520information/</link><description>Recent changes to Developer information</description><atom:link href="https://sourceforge.net/p/python-control/wiki/Developer%20information/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 27 Dec 2016 17:30:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/python-control/wiki/Developer%20information/feed" rel="self" type="application/rss+xml"/><item><title>Developer information modified by Richard Murray</title><link>https://sourceforge.net/p/python-control/wiki/Developer%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,6 +2,8 @@
 =======

 The information below is some old information about the python-control package.  This will eventually go away as this information gets stored elsewhere.
+
+Development of python-control has moved to [GitHub](http://github.com).  To obtain the latest version of the software and see current developer notes, go the [GitHub python-control project page](https://github.com/python-control/python-control)

 Project updates
 ---------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Murray</dc:creator><pubDate>Tue, 27 Dec 2016 17:30:23 -0000</pubDate><guid>https://sourceforge.netb98ba11210a5477505f897685d39702a8ee34c98</guid></item><item><title>WikiPage Developer information modified by Richard Murray</title><link>https://sourceforge.net/p/python-control/wiki/Developer%2520information/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -5,6 +5,8 @@
 
 Project updates
 ---------------
+* 1 Feb 2011: Version 0.4 of the python-control library was created in February 2011 and consists of a substantial rewrite of the class structure and several new functions.
+
 * 29 May 2010: Release of [control-0.3a.tar.gz](http://www.cds.caltech.edu/~murray/software/control-0.3a.tar.gz).   Block diagram algebra for SISO state space systems is now implemented.  New options in bode() for setting units to dB and Hz.  
 
 * 4 Jan 2010: Moved the subversion repository to SourceForge; Gunnar Ristroph is now helping out with the development.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Murray</dc:creator><pubDate>Wed, 05 Sep 2012 05:45:33 -0000</pubDate><guid>https://sourceforge.netc24e5c1ef24192a250f38bbd6ffa907e977a4602</guid></item><item><title>WikiPage Developer information modified by Richard Murray</title><link>https://sourceforge.net/p/python-control/wiki/Developer%2520information/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -2,6 +2,20 @@
 =======
 
 The information below is some old information about the python-control package.  This will eventually go away as this information gets stored elsewhere.
+
+Project updates
+---------------
+* 29 May 2010: Release of [control-0.3a.tar.gz](http://www.cds.caltech.edu/~murray/software/control-0.3a.tar.gz).   Block diagram algebra for SISO state space systems is now implemented.  New options in bode() for setting units to dB and Hz.  
+
+* 4 Jan 2010: Moved the subversion repository to SourceForge; Gunnar Ristroph is now helping out with the development.
+
+* 2 Oct 2009: Kristian Soltesz at the Department of Automatic Control in Lund is working on developing a wrapper for SLICOT and also sponsoring some masters projects to develop python-based control systems tools.
+
+* 10 Oct 2009: Release of [control-0.2.tar.gz](http://www.cds.caltech.edu/~murray/software/control-0.2.tar.gz).  Support block diagram algebra on SISO transfer functions plus Nyquist and Bode plots for state space and transfer function objects.  Very rough.
+
+* 10 Oct 2009: Set up a sourceforge project for the library: http://sourceforge.net/projects/python-control.  Nothing downloaded yet, but might use this for shared development at some point.
+
+* 30  May 2009: Test release of [control-0.1.tar.gz](http://www.cds.caltech.edu/~murray/software/control-0.1.tar.gz) just to see if the pieces are there
 
 Architecture notes
 ------------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Murray</dc:creator><pubDate>Wed, 05 Sep 2012 05:22:04 -0000</pubDate><guid>https://sourceforge.netd856f730ff2ba88217480d9603f87428c77ff3e3</guid></item><item><title>WikiPage Developer information modified by Richard Murray</title><link>https://sourceforge.net/p/python-control/wiki/Developer%2520information/</link><description>Archive
=======

The information below is some old information about the python-control package.  This will eventually go away as this information gets stored elsewhere.

Architecture notes
------------------

The current plan for the library is to implement single input, single output (SISO) transfer functions based on the signal.lti class in scipy, but use a separate class structure for state space objects, which will support multi-input, multi-output (MIMO) systems.  There are a couple of reasons for this choice:

* The current LTI support in scipy only allows single input, multiple output systems.  Hence it will not be possible to share any MIMO functionality with the signal library.  Since there are very few uses of SIMO systems in controls, only SISO systems will be supported using the signal.lti object structure.

* As a first cut, I plan to focus on state-space computations and so it makes sense to go ahead and put MIMO functionality here for now.  At a later date, it may make sense to add MIMO transfer functions (creating a new class).

Activity Log
------------

This is a fairly sporatic account of things I worked on, mainly so I can document problems that I came up against.

**RMM: 10 Oct 09**: release 0.2 for people to play with

* First cut implementation of transfer function operations, including composition and frequency domain plots
* Working on state space representation, including conversion and mixed operations with transfer functions plus frequency domain plots.  Only SISO operations for now, and things aren't very complete yet.

**RMM: 28 May 09**: release 0.1 as a demo

* Updated to build off of signal.lti object structure (allows easy step responses)
* Put together an example + setup script, etc; available as http://www.cds.caltech.edu/~murray/software/control-0.1.tar.gz

**RMM: 28 May 09**: preliminary SLICOT functionality working

* Figured out enough about f2py to get the SLICOT function AB01MD working
* Main issue was sorting out the intent macros; the SLICOT python wrapper example had most of the clues
    * Use 'intent(in,out)' for variables that are both inputs and outputs
    * Use 'depend' to automatically create various arguments that can be derived from matrix inputs (dimensions, etc)
* Solve dependencies by adding functions one at a time

**RMM: 27 May 09**: problems with SLICOT

* Having trouble getting f2py working correctly on SLICOT.  Errors in compilation

* Backed up to getting a "hello world" example working.  Finally got this to work after editing gnu.py in the numpy/distutils source to eliminate the cc_dynamic dependency (specifically enabled for darwin?)

    :::/bin/sh
    f2py2.5 -h hello.pyf -m hello *.f
    f2py2.5 -c -m hello *.f *.pyf

* Might have issues with g77 versus gfortran (FORTRAN 90); will probably need to selectively include SLICOT modules and get things working slowly
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Murray</dc:creator><pubDate>Wed, 05 Sep 2012 05:20:04 -0000</pubDate><guid>https://sourceforge.net97a3779a35515557aaaf6bb5b86fd4d4710c1101</guid></item></channel></rss>