On Monday 27 October 2008 16:54:09 Erik Tollerud wrote: > Is there any straightforward way of notifying on change of a numpy > array that leaves the numpy arrays still efficient? Erik, may be you could try the trick presented here : http://www.scipy.org/Subclasses in the __array_wrap__ section.