From 2b91966061ead3c4aa260033e95cfc4adb396496 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 21 Sep 2005 10:52:33 +0000 Subject: __str__ method for pyext, to enable print self calls python-like dotted module.function syntax multiply inlets for py (hot and cold inlets) enable symbol binding for all callables (not only functions and methods) enable optimization of Python code in reease build _isthreaded is now a data member instead of a method compiler flag to exclude DSP objects some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) cleaned up float vs. int pyext tags more safety for calls where association python-pd has already been removed open editor for module file on "edit" message (or click) let _inlets and _outlets default to 0 svn path=/trunk/; revision=3610 --- externals/grill/py/readme.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'externals/grill/py/readme.txt') diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt index 7c782c82..34be0a14 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -102,6 +102,11 @@ Version history: - FIX: much better detached method handling (one thread for all object instances!) - ADD: open module file in editor on "edit" message (or shift-click (PD) or double click (Max)) - FIX: _inlets and _outlets default to 0 if not given +- ADD: enable optimization of Python code in reease build +- CHG: _isthreaded is now a data member instead of a method +- FIX: more safety for calls where association python-pd has already been removed +- ADD: __str__ method for pyext, to enable print self calls +- CHG: enable symbol binding for all callables (not only functions and methods) 0.2.0: - ADD: handling of Python threads -- cgit v1.2.1