[Numpy-discussion] Please Unsubscribe

2016-04-14 Thread Colin J. Williams
___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Nathaniel Smith
On Thu, Apr 14, 2016 at 1:22 PM, Matthew Brett wrote: > On Thu, Apr 14, 2016 at 8:02 AM, Jens Nielsen wrote: >> I have tried testing the wheels in a project that runs tests on Travis's >> Trusty infrastructure which. The wheels work great for python 3.5 and saves >> us several minuts of runtime.

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
On Thu, Apr 14, 2016 at 1:47 PM, Jonathan Helmus wrote: > > > On 4/14/16 3:11 PM, Matthew Brett wrote: >> >> On Thu, Apr 14, 2016 at 12:57 PM, Matthew Brett >> wrote: >>> >>> On Thu, Apr 14, 2016 at 12:25 PM, Jonathan Helmus >>> wrote: On 4/14/16 1:26 PM, Matthew Brett wrote:

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Jonathan Helmus
On 4/14/16 3:11 PM, Matthew Brett wrote: On Thu, Apr 14, 2016 at 12:57 PM, Matthew Brett wrote: On Thu, Apr 14, 2016 at 12:25 PM, Jonathan Helmus wrote: On 4/14/16 1:26 PM, Matthew Brett wrote: Hi, On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root wrote: Are we going to have to have docu

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
On Thu, Apr 14, 2016 at 8:02 AM, Jens Nielsen wrote: > I have tried testing the wheels in a project that runs tests on Travis's > Trusty infrastructure which. The wheels work great for python 3.5 and saves > us several minuts of runtime. > > However, I am having trouble using the wheels on python

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
On Thu, Apr 14, 2016 at 12:57 PM, Matthew Brett wrote: > On Thu, Apr 14, 2016 at 12:25 PM, Jonathan Helmus wrote: >> >> >> On 4/14/16 1:26 PM, Matthew Brett wrote: >>> >>> Hi, >>> >>> On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root >>> wrote: Are we going to have to have documentation

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Benjamin Root
I am honestly surprised that these worked (I haven't gotten around to testing for myself). I could have sworn there was a difference in how Continuum compiled python such that any binaries built against a stock python would not work in a conda environment. I ran into issues a couple years ago where

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Paul Hobson
On Thu, Apr 14, 2016 at 12:07 PM, Nathaniel Smith wrote: > On Apr 14, 2016 11:11 AM, "Benjamin Root" wrote: > > > > Are we going to have to have documentation somewhere making it clear > that the numpy wheel shouldn't be used in a conda environment? Not that I > would expect this issue to come u

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
On Thu, Apr 14, 2016 at 12:25 PM, Jonathan Helmus wrote: > > > On 4/14/16 1:26 PM, Matthew Brett wrote: >> >> Hi, >> >> On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root >> wrote: >>> >>> Are we going to have to have documentation somewhere making it clear that >>> the numpy wheel shouldn't be used

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Jonathan Helmus
On 4/14/16 1:26 PM, Matthew Brett wrote: Hi, On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root wrote: Are we going to have to have documentation somewhere making it clear that the numpy wheel shouldn't be used in a conda environment? Not that I would expect this issue to come up all that often

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Nathaniel Smith
On Apr 14, 2016 11:11 AM, "Benjamin Root" wrote: > > Are we going to have to have documentation somewhere making it clear that the numpy wheel shouldn't be used in a conda environment? Not that I would expect this issue to come up all that often, but I could imagine a scenario where a non-scientis

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread G Young
Actually, conda pip will install the wheels that you put up. The good news is: they all (by which I mean *numpy* and *scipy* both on 2.7 and 3.5) pass! On Thu, Apr 14, 2016 at 7:26 PM, Matthew Brett wrote: > Hi, > > On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root > wrote: > > Are we going to h

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
Hi, On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root wrote: > Are we going to have to have documentation somewhere making it clear that > the numpy wheel shouldn't be used in a conda environment? Not that I would > expect this issue to come up all that often, but I could imagine a scenario > where

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Benjamin Root
Are we going to have to have documentation somewhere making it clear that the numpy wheel shouldn't be used in a conda environment? Not that I would expect this issue to come up all that often, but I could imagine a scenario where a non-scientist is simply using a base conda distribution because th

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Matthew Brett
Hi, On Thu, Apr 14, 2016 at 8:02 AM, Jens Nielsen wrote: > I have tried testing the wheels in a project that runs tests on Travis's > Trusty infrastructure which. The wheels work great for python 3.5 and saves > us several minuts of runtime. > > However, I am having trouble using the wheels on py

Re: [Numpy-discussion] linux wheels coming soon

2016-04-14 Thread Jens Nielsen
I have tried testing the wheels in a project that runs tests on Travis's Trusty infrastructure which. The wheels work great for python 3.5 and saves us several minuts of runtime. However, I am having trouble using the wheels on python 2.7 on the same Trusty machines. It seems to be because the whe

Re: [Numpy-discussion] Floor divison on int returns float

2016-04-14 Thread Antoine Pitrou
On Wed, 13 Apr 2016 15:49:15 -0600 Charles R Harris wrote: > > I looked this up once, `C` returns unsigned in the scalar case when both > operands have the same width. See Usual Arithmetic Conversions >