This file is indexed.

/usr/share/doc/python-simpy-doc/html/Manuals/HISTORY.html is in python-simpy-doc 2.3.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>SimPy History &mdash; SimPy 2.3.1 documentation</title>
    
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2.3.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="top" title="SimPy 2.3.1 documentation" href="../index.html" />
    <link rel="up" title="Getting Started" href="../Getting_Started.html" />
    <link rel="next" title="SimPy Resources" href="RESOURCES.html" />
    <link rel="prev" title="COMPATIBILITY: SimPy" href="COMPATIBILITY.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="RESOURCES.html" title="SimPy Resources"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="COMPATIBILITY.html" title="COMPATIBILITY: SimPy"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">SimPy 2.3.1 documentation</a> &raquo;</li>
          <li><a href="../Getting_Started.html" accesskey="U">Getting Started</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="simpy-history">
<h1>SimPy History<a class="headerlink" href="#simpy-history" title="Permalink to this headline"></a></h1>
<p>SimPy is based on ideas from Simula and Simscript but uses standard
Python. It combines two previous packages, SiPy, in Simula-Style
(Klaus Muller) and SimPy, in Simscript style (Tony Vignaux and
Chang Chui)</p>
<p>SimPy is based on efficient implementation of co-routines using
Python&#8217;s generators capability.</p>
<p>The package has been hosted on Sourceforge.net since 15 September 2002.
Sourceforge.net&#8217;s service has always been outstanding. It is essential to
the SimPy project! Thanks, all you people at SourceForge!</p>
<div class="section" id="december-2011-release-2-3">
<h2>December 2011: Release 2.3<a class="headerlink" href="#december-2011-release-2-3" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Support for Python 3.x has been added</li>
<li>Examples and tutorials modified to run on Python 2.6 and up
including Python 3.</li>
<li>Examples can now be executed via py.test so we can make sure they do run.</li>
<li>The documentation has had some reorganisation. The index has had
work done on it. The Simple manual has been pulled out and is setup
as a separate manual.</li>
</ul>
</div>
<div class="section" id="september-2011-release-2-2b1">
<h2>September 2011: Release 2.2b1<a class="headerlink" href="#september-2011-release-2-2b1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>The Unit tests have been rewritten.</li>
<li>The directory sturcture of the release has been simplified</li>
<li>The documentation has had some minor changes</li>
</ul>
</div>
<div class="section" id="may-2010-version-2-1-0">
<h2>May 2010: Version 2.1.0<a class="headerlink" href="#may-2010-version-2-1-0" title="Permalink to this headline"></a></h2>
<p>A major release of SimPy, with a new code base, a (small) number of
additions to the API, and added documentation.</p>
<div class="section" id="additions">
<h3>Additions<a class="headerlink" href="#additions" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>A function <cite>step</cite> has been added to the API. When called, it executes
the next scheduled event. (<cite>step</cite> is actually a method of Simulation.)</li>
<li>Another new function is <cite>peek</cite>. It returns the time of the next event.
By using <cite>peek</cite> and <cite>step</cite> together, one can easily write e.g. an
interactive program to step through a simulation event by event.</li>
<li>A simple interactive debugger <tt class="docutils literal"><span class="pre">stepping.py</span></tt> has been added. It allows
stepping through a simulation, with options to skip to a certain time,
skip to the next event of a given process, or viewing the event list.</li>
<li>Versions of the Bank tutorials (documents and programs) using the advanced
object-oriented API have been added.</li>
<li>A new document describes tools for gaining insight into and debugging SimPy
models.</li>
</ul>
</div>
<div class="section" id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Major re-structuring of SimPy code, resulting in much less
SimPy code &#8211; great for the maintainers.</li>
<li>Checks have been added which test whether entities belong to the
same <cite>Simulation</cite> instance.</li>
<li>The <cite>Monitor</cite> and <cite>Tally</cite> methods <cite>timeAverage</cite> and <cite>timeVariance</cite>
now calculate only with the observed time-series. No value is
assumed for the period prior to the first observation.</li>
<li>Changed class <cite>Lister</cite> so that circular references between
objects no longer lead to stack overflow and crash.</li>
</ul>
</div>
<div class="section" id="repairs">
<h3>Repairs<a class="headerlink" href="#repairs" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Functions <cite>allEventNotices</cite> and <cite>allEventTimes</cite> are working again.</li>
<li>Error messages for methods in SimPy.Lib work again.</li>
</ul>
</div>
</div>
<div class="section" id="april-2009-release-2-0-1">
<h2>April 2009: Release 2.0.1<a class="headerlink" href="#april-2009-release-2-0-1" title="Permalink to this headline"></a></h2>
<p>A bug-fix release of SimPy 2.0</p>
</div>
<div class="section" id="october-2008-version-2-0">
<h2>October 2008: Version 2.0<a class="headerlink" href="#october-2008-version-2-0" title="Permalink to this headline"></a></h2>
<p>This is a major release with changes to the SimPy application programming
interface (API) and the formatting of the documentation.</p>
<div class="section" id="api-changes">
<h3>API changes<a class="headerlink" href="#api-changes" title="Permalink to this headline"></a></h3>
<p>In addition to its existing API, SimPy now also has an object oriented API.
The additional API</p>
<ul class="simple">
<li>allows running SimPy in parallel on multiple processors or multi-core CPUs,</li>
<li>supports better structuring of SimPy programs,</li>
<li>allows subclassing of class <em>Simulation</em> and thus provides users with
the capability of creating new simulation modes/libraries like SimulationTrace, and</li>
<li>reduces the total amount of SimPy code, thereby making it easier to maintain.</li>
</ul>
<p>Note that the OO API is <strong>in addition</strong> to the old API. SimPy 2.0 is fully
backward compatible.</p>
</div>
<div class="section" id="documentation-format-changes">
<h3>Documentation format changes<a class="headerlink" href="#documentation-format-changes" title="Permalink to this headline"></a></h3>
<p>SimPy&#8217;s documentation has been restructured and processed by the Sphinx
documentation generation tool. This has generated one coherent, well
structured document which can be easily browsed. A seach capability is included.</p>
</div>
</div>
<div class="section" id="march-2008-version-1-9-1">
<h2>March 2008: Version 1.9.1<a class="headerlink" href="#march-2008-version-1-9-1" title="Permalink to this headline"></a></h2>
<p>This is a bug-fix release which cures the following bugs:</p>
<ul class="simple">
<li>Excessive production of circular garbage, due to a circular reference
between Process instances and event notices. This led to large memory
requirements.</li>
<li>Runtime error for preempts of proceeses holding multiple Resource objects.</li>
</ul>
<p>It also adds a Short Manual, describing only the basic facilities of SimPy.</p>
</div>
<div class="section" id="december-2007-version-1-9">
<h2>December 2007: Version 1.9<a class="headerlink" href="#december-2007-version-1-9" title="Permalink to this headline"></a></h2>
<p>This is a major release with added functionality/new user API calls and bug fixes.</p>
<div class="section" id="major-changes">
<h3>Major changes<a class="headerlink" href="#major-changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>The event list handling has been changed to improve the runtime performance
of large SimPy models (models with thousands of processes). The use of
dictionaries for timestamps has been stopped. Thanks are due to Prof.
Norm Matloff and a team of his students who did a study on improving
SimPy performance. This was one of their recommendations. Thanks, Norm and guys!
Furthermore, in version 1.9 the &#8216;heapq&#8217; sorting package replaces &#8216;bisect&#8217;.
Finally, cancelling events no longer removes them, but rather marks them.
When their event time comes, they are ignored. This was Tony Vignaux&#8217; idea!</li>
<li>The Manual has been edited and given an easier-to-read layout.</li>
<li>The Bank2 tutorial has been extended by models  which use more advanced
SimPy commands/constructs.</li>
</ul>
</div>
<div class="section" id="bug-fixes">
<h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>The tracing of &#8216;activate&#8217; statements has been enabled.</li>
</ul>
</div>
<div class="section" id="id1">
<h3>Additions<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>A method returning the time-weighted variance of observations
has been added to classes Monitor and Tally.</li>
<li>A shortcut activation method called &#8220;start&#8221; has been added
to class Process.</li>
</ul>
</div>
</div>
<div class="section" id="january-2007-version-1-8">
<h2>January 2007: Version 1.8<a class="headerlink" href="#january-2007-version-1-8" title="Permalink to this headline"></a></h2>
<div class="section" id="id2">
<h3>Major Changes<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>SimPy 1.8 and future releases will not run under the obsolete
Python 2.2 version. They require Python 2.3 or later.</li>
<li>The Manual has been thoroughly edited, restructured and rewritten.
It is now also provided in PDF format.</li>
<li>The Cheatsheet has been totally rewritten in a tabular format.
It is provided in both XLS (MS Excel spreadsheet) and PDF format.</li>
<li>The version of SimPy.Simulation(RT/Trace/Step) is now accessible
by the variable &#8216;version&#8217;.</li>
<li>The <em>__str__</em> method of Histogram was changed to return a table format.</li>
</ul>
</div>
<div class="section" id="id3">
<h3>Bug fixes<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Repaired a bug in <em>yield waituntil</em> runtime code.</li>
<li>Introduced check for <em>capacity</em> parameter of a Level or a Store
being a number &gt; 0.</li>
<li>Added code so that self.eventsFired gets set correctly after an event fires
in a compound yield get/put with a waitevent clause (reneging case).</li>
<li>Repaired a bug in prettyprinting of Store objects.</li>
</ul>
</div>
<div class="section" id="id4">
<h3>Additions<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>New compound yield statements support time-out or event-based
reneging in get and put operations on Store and Level instances.</li>
<li><em>yield get</em> on a Store instance can now have a filter function.</li>
<li>All Monitor and Tally instances are automatically registered in list
<em>allMonitors</em> and <em>allTallies</em>, respectively.</li>
<li>The new function <em>startCollection</em> allows activation of Monitors and
Tallies at a specified time.</li>
<li>A <em>printHistogram</em> method was added to Tally and Monitor which generates
a table-form histogram.</li>
<li>In SimPy.SimulationRT: A function for allowing changing
the ratio wall clock time to simulation time has been added.</li>
</ul>
</div>
</div>
<div class="section" id="june-2006-version-1-7-1">
<h2>June 2006: Version 1.7.1<a class="headerlink" href="#june-2006-version-1-7-1" title="Permalink to this headline"></a></h2>
<p>This is a maintenance release. The API has not been changed/added to.</p>
<ul class="simple">
<li>Repair of 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).</li>
<li>Repair of Level __init__ method to allow initialBuffered to be of either float or int type.</li>
<li>Addition of type test for Level get parameter &#8216;nrToGet&#8217; to limit it to positive
int or float.</li>
<li>To improve pretty-printed output of &#8216;Level&#8217; objects, changed attribute
&#8216;_nrBuffered&#8217; to &#8216;nrBuffered&#8217; (synonym for &#8216;amount&#8217; property).</li>
<li>To improve pretty-printed output of &#8216;Store&#8217; objects, added attribute
&#8216;buffered&#8217; (which refers to &#8216;_theBuffer&#8217; attribute).</li>
</ul>
</div>
<div class="section" id="february-2006-version-1-7">
<h2>February 2006: Version 1.7<a class="headerlink" href="#february-2006-version-1-7" title="Permalink to this headline"></a></h2>
<p>This is a major release.</p>
<ul class="simple">
<li>Addition of an abstract class Buffer, with two sub-classes <em>Store</em> and <em>Level</em>
Buffers are used for modelling inter-process synchronization in producer/
consumer and multi-process cooperation scenarios.</li>
<li>Addition of two new <em>yield</em> statements:<ul>
<li><em>yield put</em> for putting items into a buffer, and</li>
<li><em>yield get</em> for getting items from a buffer.</li>
</ul>
</li>
<li>The Manual has undergone a major re-write/edit.</li>
<li>All scripts have been restructured for compatibility with IronPython 1 beta2.
This was doen by moving all <em>import</em> statements to the beginning of the scripts.
After the removal of the first (shebang) line, all scripts (with the exception
of plotting and GUI scripts) can run successfully under this new Python
implementation.</li>
</ul>
</div>
<div class="section" id="september-2005-version-1-6-1">
<h2>September 2005: Version 1.6.1<a class="headerlink" href="#september-2005-version-1-6-1" title="Permalink to this headline"></a></h2>
<p>This is a minor release.</p>
<ul class="simple">
<li>Addition of Tally data collection class as alternative
to Monitor. It is intended for collecting very large data sets
more efficiently in storage space and time than Monitor.</li>
<li>Change of Resource to work with Tally (new Resource
API is backwards-compatible with 1.6).</li>
<li>Addition of function setHistogram to class Monitor for initializing
histograms.</li>
<li>New function allEventNotices() for debugging/teaching purposes. It returns
a prettyprinted string with event times and names of process instances.</li>
<li>Addition of function allEventTimes (returns event times of all scheduled
events).</li>
</ul>
</div>
<div class="section" id="june-2005-version-1-6">
<h2>15 June 2005: Version 1.6<a class="headerlink" href="#june-2005-version-1-6" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Addition of two compound yield statement forms to support the modelling of
processes reneging from resource queues.</li>
<li>Addition of two test/demo files showing the use of the new reneging statements.</li>
<li>Addition of test for prior simulation initialization in method activate().</li>
<li>Repair of bug in monitoring thw waitQ of a resource when preemption occurs.</li>
<li>Major restructuring/editing to Manual and Cheatsheet.</li>
</ul>
</div>
<div class="section" id="february-2005-version-1-5-1">
<h2>1 February 2005: Version 1.5.1<a class="headerlink" href="#february-2005-version-1-5-1" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">MAJOR LICENSE CHANGE:</p>
<blockquote>
<div><p>Starting with this version 1.5.1, SimPy is being release under the GNU
Lesser General Public License (LGPL), instead of the GNU GPL. This change
has been made to encourage commercial firms to use SimPy in for-profit
work.</p>
</div></blockquote>
</li>
<li><p class="first">Minor re-release</p>
</li>
<li><p class="first">No additional/changed functionality</p>
</li>
<li><p class="first">Includes unit test file&#8217;MonitorTest.py&#8217; which had been accidentally deleted
from 1.5</p>
</li>
<li><p class="first">Provides updated version of &#8216;Bank.html&#8217; tutorial.</p>
</li>
<li><p class="first">Provides an additional tutorial (&#8216;Bank2.html&#8217;) which shows
how to use the new synchronization constructs introduced in SimPy 1.5.</p>
</li>
<li><p class="first">More logical, cleaner version numbering in files.</p>
</li>
</ul>
</div>
<div class="section" id="december-2004-version-1-5">
<h2>1 December 2004: Version 1.5<a class="headerlink" href="#december-2004-version-1-5" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>No new functionality/API changes relative to 1.5 alpha</li>
<li>Repaired bug related to waiting/queuing for multiple events</li>
<li>SimulationRT: Improved synchronization with wallclock time on Unix/Linux</li>
</ul>
</div>
<div class="section" id="september-2004-version-1-5alpha">
<h2>25 September 2004: Version 1.5alpha<a class="headerlink" href="#september-2004-version-1-5alpha" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">New functionality/API additions</p>
<blockquote>
<div><ul class="simple">
<li>SimEvents and signalling synchronization constructs, with &#8216;yield waitevent&#8217; and &#8216;yield queueevent&#8217; commands.</li>
<li>A general &#8220;wait until&#8221; synchronization construct, with the &#8216;yield waituntil&#8217; command.</li>
</ul>
</div></blockquote>
</li>
<li><p class="first">No changes to 1.4.x API, i.e., existing code will work as before.</p>
</li>
</ul>
</div>
<div class="section" id="may-2004-version-1-4-2">
<h2>19 May 2004: Version 1.4.2<a class="headerlink" href="#may-2004-version-1-4-2" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Sub-release to repair two bugs:</p>
<blockquote>
<div><ul class="simple">
<li>The unittest for monitored Resource queues does not fail anymore.</li>
<li>SimulationTrace now works correctly with &#8220;yield hold,self&#8221; form.</li>
</ul>
</div></blockquote>
</li>
<li><p class="first">No functional or API changes</p>
</li>
</ul>
</div>
<div class="section" id="february-2004-version-1-4-1">
<h2>29 February 2004: Version 1.4.1<a class="headerlink" href="#february-2004-version-1-4-1" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Sub-release to repair two bugs:</p>
<blockquote>
<div><ul class="simple">
<li>The (optional) monitoring of the activeQ in Resource now works correctly.</li>
<li>The &#8220;cellphone.py&#8221; example is now implemented correctly.</li>
</ul>
</div></blockquote>
</li>
<li><p class="first">No functional or API changes</p>
</li>
</ul>
</div>
<div class="section" id="february-2004-version-1-4-published-on-sourceforge">
<h2>1 February 2004: Version 1.4 published on SourceForge<a class="headerlink" href="#february-2004-version-1-4-published-on-sourceforge" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="december-2003-version-1-4-alpha">
<h2>22 December 2003: Version 1.4 alpha<a class="headerlink" href="#december-2003-version-1-4-alpha" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">New functionality/API changes</p>
<blockquote>
<div><blockquote>
<div><ul class="simple">
<li>All classes in the SimPy API are now new style classes, i.e., they inherit from <em>object</em> either directly or indirectly.</li>
<li>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>.</li>
<li>Some <em>Monitor</em> methods/attributes have changed. See Manual!</li>
<li><em>Monitor</em> now inherits from <em>list</em>.</li>
</ul>
</div></blockquote>
<ul class="simple">
<li>A class <em>Histogram</em> has been added to <em>Simulation.py</em> and all <em>SimulationXXX.py</em> modules.</li>
<li>A module <em>SimulationRT</em> has been added which allows synchronization between simulated and wallclock time.</li>
<li>A moduleSimulationStep which allows the execution of a simulation model event-by-event, with the facility to execute application code after each event.</li>
<li>A Tk/Tkinter-based module <em>SimGUI</em> has been added which provides a SimPy GUI framework.</li>
<li>A Tk/Tkinter-based module <em>SimPlot</em> has been added which provides for plot output from SimPy programs.</li>
</ul>
</div></blockquote>
</li>
</ul>
</div>
<div class="section" id="june-2003-version-1-3">
<h2>22 June 2003: Version 1.3<a class="headerlink" href="#june-2003-version-1-3" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>No functional or API changes</li>
<li>Reduction of sourcecode linelength in Simulation.py to &lt;= 80 characters</li>
</ul>
</div>
<div class="section" id="june-2003-version-1-3-alpha">
<h2>9 June 2003: Version 1.3 alpha<a class="headerlink" href="#june-2003-version-1-3-alpha" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Significantly improved performance</p>
</li>
<li><p class="first">Significant increase in number of quasi-parallel processes SimPy can handle</p>
</li>
<li><p class="first">New functionality/API changes:</p>
<blockquote>
<div><ul class="simple">
<li>Addition of SimulationTrace, an event trace utility</li>
<li>Addition of Lister, a prettyprinter for instance attributes</li>
<li>No API changes</li>
</ul>
</div></blockquote>
</li>
<li><p class="first">Internal changes:</p>
<blockquote>
<div><ul class="simple">
<li>Implementation of a proposal by Simon Frost: storing the keys of the event set dictionary in a binary search tree using bisect. Thank you, Simon! SimPy 1.3 is dedicated to you!</li>
</ul>
</div></blockquote>
</li>
<li><p class="first">Update of Manual to address tracing.</p>
</li>
<li><p class="first">Update of Interfacing doc to address output visualization using Scientific Python gplt package.</p>
</li>
</ul>
</div>
<div class="section" id="april-2003-version-1-2">
<h2>29 April 2003: Version 1.2<a class="headerlink" href="#april-2003-version-1-2" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">No changes in API.</p>
</li>
<li><dl class="first docutils">
<dt>Internal changes:</dt>
<dd><ul class="first last simple">
<li>Defined &#8220;True&#8221; and &#8220;False&#8221; in Simulation.py to support Python 2.2.</li>
</ul>
</dd>
</dl>
</li>
</ul>
</div>
<div class="section" id="october-2002">
<h2>22 October 2002:<a class="headerlink" href="#october-2002" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Re-release of 0.5 Beta on SourceForge.net to replace corrupted file __init__.py.</li>
<li>No code changes whatever!</li>
</ul>
</div>
<div class="section" id="id5">
<h2>18 October 2002:<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Version 0.5 Beta-release, intended to get testing by application developers and system integrators in preparation of first full (production) release. Released on SourceForge.net on 20 October 2002.</p>
</li>
<li><p class="first">More models</p>
</li>
<li><p class="first">Documentation enhanced by a manual, a tutorial (&#8220;The Bank&#8221;) and installation instructions.</p>
</li>
<li><p class="first">Major changes to the API:</p>
<ul>
<li><p class="first">Introduced &#8216;simulate(until=0)&#8217; instead of &#8216;scheduler(till=0)&#8217;. Left &#8216;scheduler()&#8217; in for backward compatibility, but marked as deprecated.</p>
</li>
<li><p class="first">Added attribute &#8220;name&#8221; to class Process. Process constructor is now:</p>
<div class="highlight-python"><pre>def __init__(self,name="a_process")</pre>
</div>
<p>Backward compatible if keyword parameters used.</p>
</li>
<li><p class="first">Changed Resource constructor to:</p>
<div class="highlight-python"><pre>def __init__(self,capacity=1,name="a_resource",unitName="units")</pre>
</div>
<p>Backward compatible if keyword parameters used.</p>
</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="september-2002">
<h2>27 September 2002:<a class="headerlink" href="#september-2002" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Version 0.2 Alpha-release, intended to attract feedback from users</li>
<li>Extended list of models</li>
<li>Upodated documentation</li>
</ul>
</div>
<div class="section" id="id6">
<h2>17 September 2002<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Version 0.1.2 published on SourceForge; fully working, pre-alpha code</li>
<li>Implements simulation, shared resources with queuing (FIFO), and monitors for data gathering/analysis.</li>
<li>Contains basic documentation (cheatsheet) and simulation models for test and demonstration.</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../index.html">
              <img class="logo" src="../_static/sm_SimPy_Logo.png" alt="Logo"/>
            </a></p>
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">SimPy History</a><ul>
<li><a class="reference internal" href="#december-2011-release-2-3">December 2011: Release 2.3</a></li>
<li><a class="reference internal" href="#september-2011-release-2-2b1">September 2011: Release 2.2b1</a></li>
<li><a class="reference internal" href="#may-2010-version-2-1-0">May 2010: Version 2.1.0</a><ul>
<li><a class="reference internal" href="#additions">Additions</a></li>
<li><a class="reference internal" href="#changes">Changes</a></li>
<li><a class="reference internal" href="#repairs">Repairs</a></li>
</ul>
</li>
<li><a class="reference internal" href="#april-2009-release-2-0-1">April 2009: Release 2.0.1</a></li>
<li><a class="reference internal" href="#october-2008-version-2-0">October 2008: Version 2.0</a><ul>
<li><a class="reference internal" href="#api-changes">API changes</a></li>
<li><a class="reference internal" href="#documentation-format-changes">Documentation format changes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#march-2008-version-1-9-1">March 2008: Version 1.9.1</a></li>
<li><a class="reference internal" href="#december-2007-version-1-9">December 2007: Version 1.9</a><ul>
<li><a class="reference internal" href="#major-changes">Major changes</a></li>
<li><a class="reference internal" href="#bug-fixes">Bug fixes</a></li>
<li><a class="reference internal" href="#id1">Additions</a></li>
</ul>
</li>
<li><a class="reference internal" href="#january-2007-version-1-8">January 2007: Version 1.8</a><ul>
<li><a class="reference internal" href="#id2">Major Changes</a></li>
<li><a class="reference internal" href="#id3">Bug fixes</a></li>
<li><a class="reference internal" href="#id4">Additions</a></li>
</ul>
</li>
<li><a class="reference internal" href="#june-2006-version-1-7-1">June 2006: Version 1.7.1</a></li>
<li><a class="reference internal" href="#february-2006-version-1-7">February 2006: Version 1.7</a></li>
<li><a class="reference internal" href="#september-2005-version-1-6-1">September 2005: Version 1.6.1</a></li>
<li><a class="reference internal" href="#june-2005-version-1-6">15 June 2005: Version 1.6</a></li>
<li><a class="reference internal" href="#february-2005-version-1-5-1">1 February 2005: Version 1.5.1</a></li>
<li><a class="reference internal" href="#december-2004-version-1-5">1 December 2004: Version 1.5</a></li>
<li><a class="reference internal" href="#september-2004-version-1-5alpha">25 September 2004: Version 1.5alpha</a></li>
<li><a class="reference internal" href="#may-2004-version-1-4-2">19 May 2004: Version 1.4.2</a></li>
<li><a class="reference internal" href="#february-2004-version-1-4-1">29 February 2004: Version 1.4.1</a></li>
<li><a class="reference internal" href="#february-2004-version-1-4-published-on-sourceforge">1 February 2004: Version 1.4 published on SourceForge</a></li>
<li><a class="reference internal" href="#december-2003-version-1-4-alpha">22 December 2003: Version 1.4 alpha</a></li>
<li><a class="reference internal" href="#june-2003-version-1-3">22 June 2003: Version 1.3</a></li>
<li><a class="reference internal" href="#june-2003-version-1-3-alpha">9 June 2003: Version 1.3 alpha</a></li>
<li><a class="reference internal" href="#april-2003-version-1-2">29 April 2003: Version 1.2</a></li>
<li><a class="reference internal" href="#october-2002">22 October 2002:</a></li>
<li><a class="reference internal" href="#id5">18 October 2002:</a></li>
<li><a class="reference internal" href="#september-2002">27 September 2002:</a></li>
<li><a class="reference internal" href="#id6">17 September 2002</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="COMPATIBILITY.html"
                        title="previous chapter">COMPATIBILITY: SimPy</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="RESOURCES.html"
                        title="next chapter">SimPy Resources</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/Manuals/HISTORY.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="RESOURCES.html" title="SimPy Resources"
             >next</a> |</li>
        <li class="right" >
          <a href="COMPATIBILITY.html" title="COMPATIBILITY: SimPy"
             >previous</a> |</li>
        <li><a href="../index.html">SimPy 2.3.1 documentation</a> &raquo;</li>
          <li><a href="../Getting_Started.html" >Getting Started</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2002-2011, Klaus Müller, Tony Vignaux, Ontje Lünsdorf, Stefan Scherfke.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>