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

2013-10-21 Thread Chris Barker
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. There probably should be. -Chris -- Christopher Barke

Re: [Numpy-discussion] Is there a contributors agreement for numypy?

2013-10-21 Thread Pauli Virtanen
21.10.2013 22:36, Mounir E. Bsaibes kirjoitti: > On Mon, 2013-10-21 at 21:23 +0300, Pauli Virtanen wrote: >> 21.10.2013 21:00, Charles R Harris kirjoitti: >> [clip] >>> There is no agreement needed, but all numpy is released under the >>> simplified BSD license and any contributions need to be com

Re: [Numpy-discussion] Is there a contributors agreement for numypy?

2013-10-21 Thread Mounir E. Bsaibes
On Mon, 2013-10-21 at 21:23 +0300, Pauli Virtanen wrote: > 21.10.2013 21:00, Charles R Harris kirjoitti: > [clip] > > There is no agreement needed, but all numpy is released under the > > simplified BSD license and any contributions need to be compatible > > with that. I don't know that there is a

Re: [Numpy-discussion] Is there a contributors agreement for numypy?

2013-10-21 Thread Pauli Virtanen
21.10.2013 21:00, Charles R Harris kirjoitti: [clip] > There is no agreement needed, but all numpy is released under the > simplified BSD license and any contributions need to be compatible > with that. I don't know that there is any special license for the > documentation. Anyone? I don't think

Re: [Numpy-discussion] Is there a contributors agreement for numypy?

2013-10-21 Thread Charles R Harris
On Mon, Oct 21, 2013 at 11:53 AM, Mounir E. Bsaibes wrote: > I am checking whether there is a Contributor's agreement that new > contributors have to sign. Or, whether there was one for the > documentation marathon. > > Does anyone knows the answer to this question or can point me to where I > ca

[Numpy-discussion] Is there a contributors agreement for numypy?

2013-10-21 Thread Mounir E. Bsaibes
I am checking whether there is a Contributor's agreement that new contributors have to sign. Or, whether there was one for the documentation marathon. Does anyone knows the answer to this question or can point me to where I can possibly find the answer? Thanks, Mounir

Re: [Numpy-discussion] Numpy 1.8.0 release

2013-10-21 Thread Charles R Harris
On Mon, Oct 21, 2013 at 9:33 AM, Frédéric Bastien wrote: > Hi, > > This is to tell that all Theano tests pass with the branch 1.8.x with > the commit 397fdec2a2c > > thanks > > Frédéric > Thanks for testing Chuck ___ NumPy-Discussion mailing list Nu

Re: [Numpy-discussion] Numpy 1.8.0 release

2013-10-21 Thread Frédéric Bastien
Hi, This is to tell that all Theano tests pass with the branch 1.8.x with the commit 397fdec2a2c thanks Frédéric On Sun, Oct 20, 2013 at 1:35 PM, 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 no

[Numpy-discussion] Contiguous memory zone with C API

2013-10-21 Thread marc.poi...@onera.fr
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. Let's take an example: I have ocount numpy arrays with data allocated elsewhere than numpy, the data pointer of the PyArrayObject i

[Numpy-discussion] Porting to the new C-API (1.7)

2013-10-21 Thread Mads Ipsen
Hi, I've been using the numpy-1.6 C-API as part of a large C++ based OpenGL application. The C++ classes are exposed in Python by using SWIG, and utilize numpy arrays both as inputs to methods and method return values to the Python caller. To enable numpy in the SWIG generated Python module, the