Re: [Numpy-discussion] Change of behavior in flatten between 1.0.4 and 1.1

2008-07-02 Thread Stuart Brorson
On Tue, 1 Jul 2008, Pauli Virtanen wrote: Tue, 01 Jul 2008 17:18:55 -0400, Stuart Brorson wrote: I have noticed a change in the behavior of numpy.flatten(True) between NumPy 1.0.4 and NumPy 1.1. The change affects 3D arrays. I am wondering if this is a bug or a feature. [...] To me, it

[Numpy-discussion] Change of behavior in flatten between 1.0.4 and 1.1

2008-07-01 Thread Stuart Brorson
Hi -- I have noticed a change in the behavior of numpy.flatten(True) between NumPy 1.0.4 and NumPy 1.1. The change affects 3D arrays. I am wondering if this is a bug or a feature. Here's the change. Note that the output from flatten(True) is different between 1.0.4 and 1.1. === First

Re: [Numpy-discussion] Change of behavior in flatten between 1.0.4 and 1.1

2008-07-01 Thread Pauli Virtanen
Tue, 01 Jul 2008 17:18:55 -0400, Stuart Brorson wrote: Hi -- I have noticed a change in the behavior of numpy.flatten(True) between NumPy 1.0.4 and NumPy 1.1. The change affects 3D arrays. I am wondering if this is a bug or a feature. Here's the change. Note that the output from