From 29416a643b9c3d19a60b91b37a263d300c11486b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 9 Jul 2005 13:03:34 +0000 Subject: python-like dotted module.function syntax reworked outbound message generation (now with symbols instead of one-element anythings) multiply inlets for py (hot and cold inlets) cleaned up float vs. int pyext tags pymeth object for object methods enable built-in functions sequence protocol for symbol type enabled built-in functions py: allow all callables svn path=/trunk/; revision=3310 --- 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 309e99d5..c36a081b 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -91,6 +91,11 @@ Version history: - ADD: py can have multiple inlets for multiple function arguments (right inlets are non-triggering) - ADD: allow module.function syntax for py and pyext - FIX: pyext: cleanup up float vs. int ... first decision is made by tag, afterwards a conversion is tried +- ADD: pym: object-oriented object... Python methods for any object type +- ADD: py: allow all callables (also object constructors and builtins) +- ADD: py: enable Python built-in functions (like range, str etc.) +- ADD: sequence protocol for symbol type +- FIX: cleanup for outbound messages (e.g. symbol atoms instead of one-element general messages) 0.2.0: - ADD: handling of Python threads -- cgit v1.2.1