Re: [Numpy-discussion] method to calculate the magnitude squared

2015-10-09 Thread Phillip Feldman
Hello Nathaniel, It is hard to say what is normative practice with NumPy, because there are at least three paradigms: (1) Some operations are implemented as methods of the `ndarray` class. `sum` and `mean` are examples. (2) Some operations are implemented via functions that invoke a private meth

[Numpy-discussion] numpy-1.11.0.dev0 windows wheels compiled with mingwpy available

2015-10-09 Thread Carl Kleffner
I made numpy master (numpy-1.11.0.dev0 , https://github.com/numpy/numpy/commit/0243bce23383ff5e894b99e40df2f8fd806ad79f) windows binary wheels available for testing. Install it with pip: > pip install -i https://pypi.anaconda.org/carlkl/simple numpy These builds are compiled with OPENBLAS trunk

Re: [Numpy-discussion] msvc9 comipiler problems

2015-10-09 Thread Carl Kleffner
The error occurs also for Python-2.7 win32. I tested numpy-1.10.0+mkl-cp27-none-win32.whl some days ago and reported to C. Gohlke. Carl 2015-10-09 20:56 GMT+02:00 Chris Barker : > >> NVM. Looks like Python 2.7 also uses msvc9. >> > > yup, according to Wikipedia: > > *Visual C++ 2008* (known also

Re: [Numpy-discussion] Oops - maybe post3 numpy file?

2015-10-09 Thread Matthew Brett
On Fri, Oct 9, 2015 at 11:54 AM, Charles R Harris wrote: > > > On Fri, Oct 9, 2015 at 12:17 PM, Matthew Brett > wrote: >> >> On Fri, Oct 9, 2015 at 7:43 AM, Charles R Harris >> wrote: >> > >> > >> > On Fri, Oct 9, 2015 at 4:28 AM, Ralf Gommers >> > wrote: >> >> >> >> >> >> >> >> On Fri, Oct 9,

Re: [Numpy-discussion] msvc9 comipiler problems

2015-10-09 Thread Chris Barker
> > > NVM. Looks like Python 2.7 also uses msvc9. > yup, according to Wikipedia: *Visual C++ 2008* (known also as Visual C++ 9.0) so py2.7 Are you testing with the "MS Visual C++ compiler for Python 2.7" here: http://www.microsoft.com/en-us/download/details.aspx?id=44266 I think the only diff

Re: [Numpy-discussion] Oops - maybe post3 numpy file?

2015-10-09 Thread Charles R Harris
On Fri, Oct 9, 2015 at 12:17 PM, Matthew Brett wrote: > On Fri, Oct 9, 2015 at 7:43 AM, Charles R Harris > wrote: > > > > > > On Fri, Oct 9, 2015 at 4:28 AM, Ralf Gommers > wrote: > >> > >> > >> > >> On Fri, Oct 9, 2015 at 4:45 AM, Matthew Brett > >> wrote: > >>> > >>> Hi, > >>> > >>> On Thu,

[Numpy-discussion] ANN: pandas v0.17.0 released

2015-10-09 Thread Jeff Reback
Hi, We are proud to announce v0.17.0 of pandas. This is a major release from 0.16.2 and includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. We recommend that all users upgrade to this version. This was a

Re: [Numpy-discussion] Oops - maybe post3 numpy file?

2015-10-09 Thread Matthew Brett
On Fri, Oct 9, 2015 at 7:43 AM, Charles R Harris wrote: > > > On Fri, Oct 9, 2015 at 4:28 AM, Ralf Gommers wrote: >> >> >> >> On Fri, Oct 9, 2015 at 4:45 AM, Matthew Brett >> wrote: >>> >>> Hi, >>> >>> On Thu, Oct 8, 2015 at 6:32 PM, Charles R Harris >>> wrote: >>> > >>> > >>> > On Thu, Oct 8,

[Numpy-discussion] Should we allow arrays with "empty string" dtypes?

2015-10-09 Thread Erik Bray
Hi all, This is a post about strings--for the purpose of discussion then I'll be assuming Python 2 and string means non-unicode strings. However, the discussion applies all the same to unicode strings. For a long time Numpy has had the following behavior: When creating an array with a zero-width

Re: [Numpy-discussion] msvc9 comipiler problems

2015-10-09 Thread Charles R Harris
On Fri, Oct 9, 2015 at 10:50 AM, Charles R Harris wrote: > Hi All, > > There is a compilation problem > with 1.10.0 on 32 bit windows > using the msvc9 compiler. One possible solution to this is to drop support > for python 2.6. The last, and final, rel

Re: [Numpy-discussion] msvc9 comipiler problems

2015-10-09 Thread Julian Taylor
On 10/09/2015 06:50 PM, Charles R Harris wrote: Hi All, There is a compilation problem with 1.10.0 on 32 bit windows using the msvc9 compiler. One possible solution to this is to drop support for python 2.6. The last, and final, release of of that seri

[Numpy-discussion] msvc9 comipiler problems

2015-10-09 Thread Charles R Harris
Hi All, There is a compilation problem with 1.10.0 on 32 bit windows using the msvc9 compiler. One possible solution to this is to drop support for python 2.6. The last, and final, release of of that series was Python 2.6.9 in Oct 2013. The first release

Re: [Numpy-discussion] Oops - maybe post3 numpy file?

2015-10-09 Thread Charles R Harris
On Fri, Oct 9, 2015 at 4:28 AM, Ralf Gommers wrote: > > > On Fri, Oct 9, 2015 at 4:45 AM, Matthew Brett > wrote: > >> Hi, >> >> On Thu, Oct 8, 2015 at 6:32 PM, Charles R Harris >> wrote: >> > >> > >> > On Thu, Oct 8, 2015 at 7:26 PM, Nathaniel Smith wrote: >> >> >> >> On Oct 8, 2015 5:39 PM, "

Re: [Numpy-discussion] Oops - maybe post3 numpy file?

2015-10-09 Thread Ralf Gommers
On Fri, Oct 9, 2015 at 4:45 AM, Matthew Brett wrote: > Hi, > > On Thu, Oct 8, 2015 at 6:32 PM, Charles R Harris > wrote: > > > > > > On Thu, Oct 8, 2015 at 7:26 PM, Nathaniel Smith wrote: > >> > >> On Oct 8, 2015 5:39 PM, "Charles R Harris" > >> wrote: > >> > > >> > On Thu, Oct 8, 2015 at 6:30