[Numpy-discussion] Automated test build machinery on travis - move to numpy or scipy org?

2014-06-19 Thread Matthew Brett
Hi, As some of you might have seen, I automated the build of numpy / scipy against ATLAS using recent gcc here: https://github.com/matthew-brett/numpy-atlas-binaries with testing and uploading to Rackspace here: https://travis-ci.org/matthew-brett/numpy-atlas-binaries (thanks to Matt Terry for

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-19 Thread Matthew Brett
On Thu, Jun 19, 2014 at 6:31 PM, Olivier Grisel wrote: > Just successfully tested on Python 3.4 from python.org / OSX 10.9 and > all sklearn tests pass, including a tests that involves > multiprocessing and that used to crash with Accelerate. > > Thanks very much! De rien - thanks for your help w

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-19 Thread Olivier Grisel
Just successfully tested on Python 3.4 from python.org / OSX 10.9 and all sklearn tests pass, including a tests that involves multiprocessing and that used to crash with Accelerate. Thanks very much! -- Olivier ___ NumPy-Discussion mailing list NumPy-D

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-19 Thread Matthew Brett
On Thu, Jun 19, 2014 at 11:39 AM, Matthew Brett wrote: > Hi, > > On Mon, Jun 16, 2014 at 1:00 PM, Matthew Brett > wrote: >> Hi, >> >> On Mon, Jun 16, 2014 at 12:51 PM, wrote: >>> On Mon, Jun 16, 2014 at 7:10 AM, Matthew Brett >>> wrote: Hi, On Sun, Jun 15, 2014 at 10:51 PM, Ra

[Numpy-discussion] numpy.sort() failing mysteriously

2014-06-19 Thread Manolo Martínez
Dear all, I have a couple of structured arrays that, as far as I can see, only differ in irrelevant ways; yet numpy.sort chokes on one, not the other: This structured array *cannot* be sorted with np.sort(array, order='weight')... array([([0, 0, 0], 0.0), ([0, 0, 1], 0.0), ([0, 0, 2], 0.0),

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-19 Thread Matthew Brett
Hi, On Mon, Jun 16, 2014 at 1:00 PM, Matthew Brett wrote: > Hi, > > On Mon, Jun 16, 2014 at 12:51 PM, wrote: >> On Mon, Jun 16, 2014 at 7:10 AM, Matthew Brett >> wrote: >>> Hi, >>> >>> On Sun, Jun 15, 2014 at 10:51 PM, Ralf Gommers >>> wrote: On Sat, Jun 14, 2014 at 11:5