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
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 fro
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 th