aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index 8db52f13..675a0a71 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -56,6 +56,9 @@ Version history:
- DEL: eliminated meaningless inchannels and outchannels methods
- ADD: enabled "int"-tags for pyext class functions
- ADD: py: when no function is given on the command line, let it be selected by message tag
+- FIX: __init__ wasn't called on reload
+- FIX: bound instance methods weren't correctly decref'd
+- ADD: Python symbol type
0.1.4:
- ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__)
@@ -123,10 +126,11 @@ general:
- better error reporting for runtime errors
features:
-- enable multiple interpreters?
+- enable multiple interpreters? ( -> not possible within one thread)
- stop individual threads
-- Python type for symbols
- support named (keyword) arguments (like attributes for messages)
+- shutdown hook for threaded Python apps
+
tests:
- check for python threading support