Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Matthew Brett
Hi, On Tue, Oct 22, 2013 at 2:28 PM, Ralf Gommers wrote: > > > > On Tue, Oct 22, 2013 at 10:44 PM, Chris Barker > wrote: >> >> On Tue, Oct 22, 2013 at 9:36 AM, Ralf Gommers >> wrote: >> > You can argue with the exact wording, >> >> I won't argue, I'll suggest an alternative in a pull request...

Re: [Numpy-discussion] Numpy 1.8.0 release

2013-10-22 Thread Charles R Harris
On Tue, Oct 22, 2013 at 2:35 PM, Christoph Gohlke wrote: > On 10/20/2013 10:35 AM, Charles R Harris wrote: > > Hi All, > > > > I'm planning on releasing Numpy 1.8.0 next weekend. There have been a > > few minor fixes since 1.8.0rc2, but nothing that I think warrants > > another rc release. Please

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Chris Barker
On Tue, Oct 22, 2013 at 2:23 PM, Ralf Gommers wrote: > https://github.com/numpy/numpy.org > > Agreed that numpy.org is not in great shape. Volunteers welcome I'd say. I just did a pull request to update the "Getting Numpy" link -- but yes, it needs more than that...someday. -Chris -- Christop

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Ralf Gommers
On Tue, Oct 22, 2013 at 10:44 PM, Chris Barker wrote: > On Tue, Oct 22, 2013 at 9:36 AM, Ralf Gommers > wrote: > > You can argue with the exact wording, > > I won't argue, I'll suggest an alternative in a pull request... > > > but the layout of that page is on > > purpose. scipy.org is split into

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Ralf Gommers
On Tue, Oct 22, 2013 at 11:14 PM, Chris Barker wrote: > On Tue, Oct 22, 2013 at 1:44 PM, Chris Barker > wrote: > > (off to do a pull request) > > Done. > > https://github.com/scipy/scipy.org/pull/30 > Thanks Chris! ___ NumPy-Discussion mailing list Num

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Ralf Gommers
On Tue, Oct 22, 2013 at 11:18 PM, Chris Barker wrote: > By the way: > > On Tue, Oct 22, 2013 at 1:44 PM, Chris Barker > wrote: > > > If you google "numpy" you get the numpy.org page as the first hit > > > > If you go to numpy.org, there is a "geting numpy" link, that takes you > to: > > > > http:

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Chris Barker
By the way: On Tue, Oct 22, 2013 at 1:44 PM, Chris Barker wrote: > If you google "numpy" you get the numpy.org page as the first hit > > If you go to numpy.org, there is a "geting numpy" link, that takes you to: > > http://www.scipy.org/install.html The www.numpy.org page could perhaps use some

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Chris Barker
On Tue, Oct 22, 2013 at 1:44 PM, Chris Barker wrote: > (off to do a pull request) Done. https://github.com/scipy/scipy.org/pull/30 -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600 Sand Point Way NE (206) 526

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Chris Barker
On Tue, Oct 22, 2013 at 9:36 AM, Ralf Gommers wrote: > You can argue with the exact wording, I won't argue, I'll suggest an alternative in a pull request... > but the layout of that page is on > purpose. scipy.org is split into two parts: (a) a SciPy Stack part, and (b) > a numpy & scipy library

Re: [Numpy-discussion] Numpy 1.8.0 release

2013-10-22 Thread Christoph Gohlke
On 10/20/2013 10:35 AM, Charles R Harris wrote: > Hi All, > > I'm planning on releasing Numpy 1.8.0 next weekend. There have been a > few minor fixes since 1.8.0rc2, but nothing that I think warrants > another rc release. Please make sure to test the 1.8.0rc2 or > maintenance/1.8.x branch with your

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Ralf Gommers
On Tue, Oct 22, 2013 at 4:28 PM, Chris Barker wrote: > On Tue, Oct 22, 2013 at 6:07 AM, Pauli Virtanen wrote: > > 22.10.2013 06:29, Chris Barker kirjoitti: > >> If you go to numpy.org, and try to figure out how to install numpy, > >> you are most likely to end up here: > >> > >> http://www.scipy

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Jonathan Helmus
On 10/22/2013 09:28 AM, Chris Barker wrote: > On Tue, Oct 22, 2013 at 6:07 AM, Pauli Virtanen wrote: >> 22.10.2013 06:29, Chris Barker kirjoitti: >>> If you go to numpy.org, and try to figure out how to install numpy, >>> you are most likely to end up here: >>> >>> http://www.scipy.org/install.htm

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Chris Barker
On Tue, Oct 22, 2013 at 6:07 AM, Pauli Virtanen wrote: > 22.10.2013 06:29, Chris Barker kirjoitti: >> If you go to numpy.org, and try to figure out how to install numpy, >> you are most likely to end up here: >> >> http://www.scipy.org/install.html >> >> where there is no mention of the binaries b

Re: [Numpy-discussion] "official" binaries on web page.

2013-10-22 Thread Pauli Virtanen
22.10.2013 06:29, Chris Barker kirjoitti: > If you go to numpy.org, and try to figure out how to install numpy, > you are most likely to end up here: > > http://www.scipy.org/install.html > > where there is no mention of the binaries built by the numpy project > itself, either Windows or Mac. Th

Re: [Numpy-discussion] Contiguous memory zone with C API

2013-10-22 Thread marc.poi...@onera.fr
On 10/21/13 13:22, marc.poi...@onera.fr wrote: > Hi all, > > I try to change my old C API numpy code to the 'new' API. I used to hack some > internal stuff in Numpy (yes it's bad...) and I wonder now how to change it. > Ok, I've used PyDataMem_RENEW to reallocate through the API, but there's no wa