浏览代码

Version change

rparedis 1 年之前
父节点
当前提交
770af49c87
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. 9 1
      notes.txt
  2. 1 1
      src/setup.py

+ 9 - 1
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
     * 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
 

+ 1 - 1
src/setup.py

@@ -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",