[Numpy-discussion] RFC: Detecting array changes (NumPy 2.0?)

Pauli Virtanen pav at iki.fi
Fri Mar 11 14:37:42 EST 2011


On Fri, 11 Mar 2011 11:47:58 -0700, Charles R Harris wrote:
[clip]
> What about views? Wouldn't it be easier to write another object wrapping
> an ndarray?

I think the buffer interfaces and all other various ways Numpy provides 
exports for arrays make keeping tabs on modification impossible to do 
completely reliably.

	Pauli




More information about the NumPy-Discussion mailing list