Hi Sven, i was looking into making py/pyext conform to the old-style Numeric API rather than numarray, but it's hard to do that because of missing notification when a directly mapped buffer gets dereferenced. numarray implements that cleanly, using the Python buffer protocol. I think i'll wait for Numeric3 to become Numeric-compatible.
best greetings, Thomas
sven schrieb:
ok i'll check the cvs. numarray and numpy co-exist quite peacefully anyway, on of the reasons why i use numpy is scipy which relies on numpy. it already contains modules for signal and image processing and i'm fiddling around with its genetic algorithms which are great.