[Numpy-discussion] nditer when using operands with mixed C and F order

2015-10-07 Thread Matti Picus
I am trying to understand how nditer(ops, order='K') handles C and F order. In the documentation it states "‘K’ means as close to the order the array elements appear in memory as possible" but I seem to be getting inconsistent results (numpy 1.9):

Re: [Numpy-discussion] nditer when using operands with mixed C and F order

2015-10-07 Thread Mark Wiebe
On Wed, Oct 7, 2015 at 12:59 PM, Matti Picus wrote: > I am trying to understand how nditer(ops, order='K') handles C and F > order. In the documentation it states > "‘K’ means as close to the order the array elements appear in memory as > possible" > but I seem to be

[Numpy-discussion] NumFOCUS fiscal sponsorship agreement

2015-10-07 Thread Nathaniel Smith
Hi all, Now that the governance document is in place, we need to get our legal ducks in a row by signing a fiscal sponsorship agreement with NumFOCUS. The basic idea here is that there are times when you really need some kind of corporation to represent the project -- the legal system for better

Re: [Numpy-discussion] Numpy 1.10.0 release

2015-10-07 Thread Julian Taylor
On 10/06/2015 01:45 PM, Neal Becker wrote: Are extra_compile_args actually used in all compile steps? extra_compile_args is not used by numpy, its to support some third party use case I never understood. As the typical site.cfg used by numpy only contains binaries that are never compiled by

Re: [Numpy-discussion] [SciPy-Dev] Numpy 1.10.0 release

2015-10-07 Thread Julian Taylor
On 10/06/2015 02:08 PM, Daπid wrote: I don't get any failures on Fedora 22. I have installed it with pip, setting my CFLAGS to "-march=core-avx-i -O2 -pipe -mtune=native" and linking against openblas. With the new Numpy, Scipy full suite shows two errors, I am sorry I didn't think of running