Version change
This commit is contained in:
parent
cc31d606a7
commit
770af49c87
2 changed files with 10 additions and 2 deletions
10
notes.txt
10
notes.txt
|
|
@ -1,3 +1,11 @@
|
||||||
|
Version 2.4.2
|
||||||
|
* General bug fixes to Python 3 support
|
||||||
|
+ Allow realtime interrupts to use objects as input
|
||||||
|
+ Added a simplistic bare-bone XML trace visualizer w.r.t. Bill Song's (old) work
|
||||||
|
* Made tracers more uniform
|
||||||
|
* Fixed code injection possibilities when using tracers
|
||||||
|
* Fixed thread-safeness
|
||||||
|
|
||||||
Version 2.4.1
|
Version 2.4.1
|
||||||
* Incremental direct connection only done on change
|
* Incremental direct connection only done on change
|
||||||
* Direct connection at startup is the non-incremental one for performance
|
* Direct connection at startup is the non-incremental one for performance
|
||||||
|
|
@ -16,7 +24,7 @@ Version 2.3.1
|
||||||
+ Added nicer configuration for the optimized, minimal simulation kernel
|
+ Added nicer configuration for the optimized, minimal simulation kernel
|
||||||
|
|
||||||
Version 2.3.0
|
Version 2.3.0
|
||||||
+ Added an optimized simulation kernel for sequentiel simulation
|
+ Added an optimized simulation kernel for sequential simulation
|
||||||
* Much faster direct connection algorithm
|
* Much faster direct connection algorithm
|
||||||
* Fixed bug in checkpointing when no state saving was being done
|
* Fixed bug in checkpointing when no state saving was being done
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name="PyPDEVS",
|
setup(name="PyPDEVS",
|
||||||
version="2.4.1",
|
version="2.4.2",
|
||||||
description="Python Parallel DEVS simulator",
|
description="Python Parallel DEVS simulator",
|
||||||
author="Yentl Van Tendeloo",
|
author="Yentl Van Tendeloo",
|
||||||
author_email="Yentl.VanTendeloo@uantwerpen.be",
|
author_email="Yentl.VanTendeloo@uantwerpen.be",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue