<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<title>HappyDoc Generated Documentation</title>
</head>
<body bgcolor="#ffffff">
<p><i><a href="..\index.html">Table of Contents</a></i></p>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<th rowspan="2"
valign="top"
align="left"
width="10%"
bgcolor="#88bbee"><font color="#000000">HappyDoc Generated Documentation</font>
</th>
<th bgcolor="#88bbee"
width="90%"
align="right"><font color="#000000"> </font>
</th>
</tr>
<tr>
<td>
<p>===============================
CHANGES FROM VERSION 1.3: SimPy
===============================</p>
<p>:Author: Klaus G. Muller
:Contact: kgmuller@users.sourceforge.net
:Author: Tony Vignaux
:Contact: vignaux@users.sourceforge.net
:Date: $Date: 2003-12-22 16:42:54+01 $
:Revision: $Revision: 1.0 $
:Web-site: http://simpy.sourceforge.net/</p>
<p>This document addresses the difference between SimPy versions
1.3 and 1.4 in terms of changes and additions.</p>
<p>For details, see the SimPy 1.4 manuals.</p>
<p>Changes
=========</p>
<p>Monitor
-------
- Module <em>Monitor.py</em> has been merged into module <em>Simulation.py</em>
and all <em>SimulationXXX.py</em> modules. Import of <em>Simulation</em> or any
<em>SimulationXXX</em> module now also imports <em>Monitor</em>.
<ul>
<li><p>Some <em>Monitor</em> methods/attributes have changed. See Manual!</p></li>
<li><p><em>Monitor</em> now inherits from <em>list</em>.</p></li>
</ul>
</p>
<p>New style classes
-----------------
- All classes in the SimPy API are now new style classes, i.e., they inherit from <em>object</em>
either directly or indirectly.</p>
<p>Additions
==========</p>
<p>Histogram
---------
- A class <em>Histogram</em> has been added to <em>Simulation.py</em> and all
<em>SimulationXXX.py</em> modules.</p>
<p>SimulationRT
------------
- A module which allows synchronization between simulated and wallclock time.</p>
<p>SimulationStep
--------------
- A module which allows the execution of a simulation model event-by-event,
with the facility to execute application code after each event.</p>
<p>SimGUI
------
- A Tk/Tkinter-based module which provides a SimPy GUI framework.</p>
<p>SimPlot
-------
- A Tk/Tkinter-based module which provides for plot output from SimPy programs.</p>
</td>
</tr>
</table>
<hr>
<p><i><a href="..\index.html">Table of Contents</a></i></p>
<font size="-2"><i>This document was automatically generated
on Fri Dec 26 13:54:08 2003 by
<a href="http://happydoc.sourceforge.net">HappyDoc</a> version
2.1</i></font>
</body>
</html>
|