SimPy 1.7.1 review
DownloadSimPy is a discrete event, object-oriented, simulation package for Python 2.2 and later
|
|
SimPy is a discrete event, object-oriented, simulation package for Python 2.2 and later. It uses generators which support efficient implementation of coroutines.
SimPy allows easy interfacing to GUIs and graphing packages for analysis. Tutorial and examples are included.
Requirements:
Python 2.2 or later
What's New in This Release:
Changes
Repaired a bug in the _get methods of Store and Level which could lead to synchronization problems (blocking of producer processes, despite space being available in the buffer).
Repaired Level __init__ method to allow 'initialBuffered' to be of either float or int type.
Additions
Added type test for Level get parameter 'nrToGet' to limit it to positive int or float.
To improve pretty-printed output of 'Level' objects, changed attribute '_nrBuffered' to 'nrBuffered' (synonym for 'amount' property)
To improve pretty-printed output of 'Store' objects, added attribute 'buffered' (which refers to '_theBuffer')
SimPy 1.7.1 search tags