Version change

This commit is contained in:
rparedis 2024-02-15 10:28:22 +01:00
parent cc31d606a7
commit 770af49c87
2 changed files with 10 additions and 2 deletions

View file

@ -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
* Incremental direct connection only done on change
* 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
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
* Fixed bug in checkpointing when no state saving was being done

View file

@ -1,7 +1,7 @@
from distutils.core import setup
setup(name="PyPDEVS",
version="2.4.1",
version="2.4.2",
description="Python Parallel DEVS simulator",
author="Yentl Van Tendeloo",
author_email="Yentl.VanTendeloo@uantwerpen.be",