[Numpy-discussion] Numpy 1.7.1

2013-03-21 Thread Charles R Harris
The Numpy 1.7.1 release process seems to have stalled. What do we need to finish up to get it going again? I think it would be nice to shoot for a release maybe the weekend after next. Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org ht

[Numpy-discussion] Videos of PyCon talks.

2013-03-21 Thread Charles R Harris
Here . Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] NumPy/SciPy participation in GSoC 2013

2013-03-21 Thread Ralf Gommers
Hi all, It is the time of the year for Google Summer of Code applications. If we want to participate with Numpy and/or Scipy, we need two things: enough mentors and ideas for projects. If we get those, we'll apply under the PSF umbrella. They've outlined the timeline they're working by and guideli

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Valentin Haenel
Dear Søren, * Søren [2013-03-21]: > Your article fell in dry spot when a newbie in C/Python interfacing. > Python-C-API fits perfectly with my current use-case. > > I got currious about the Ctypes approach as well as "Gaël Varoquaux’s > blog post about avoiding data copies", but the link in the

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Søren
Thanks Valentin Your article fell in dry spot when a newbie in C/Python interfacing. Python-C-API fits perfectly with my current use-case. I got currious about the Ctypes approach as well as "Gaël Varoquaux’s blog post about avoiding data copies", but the link in the article didn't seem to work

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Valentin Haenel
* Daniele Nicolodi [2013-03-21]: > On 21/03/2013 10:16, Valentin Haenel wrote: > > Dear Daniele > > > > * Daniele Nicolodi [2013-03-21]: > >> On 21/03/2013 09:45, Valentin Haenel wrote: > >>> if you are new to interfacing python/numpy with C/C++, you may want to > >>> check out: > >>> > >>> http

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Daniele Nicolodi
On 21/03/2013 10:16, Valentin Haenel wrote: > Dear Daniele > > * Daniele Nicolodi [2013-03-21]: >> On 21/03/2013 09:45, Valentin Haenel wrote: >>> if you are new to interfacing python/numpy with C/C++, you may want to >>> check out: >>> >>> http://scipy-lectures.github.com/advanced/interfacing_wi

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Valentin Haenel
Dear Daniele * Daniele Nicolodi [2013-03-21]: > On 21/03/2013 09:45, Valentin Haenel wrote: > > if you are new to interfacing python/numpy with C/C++, you may want to > > check out: > > > > http://scipy-lectures.github.com/advanced/interfacing_with_c/interfacing_with_c.html > > > > Disclaimer:

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Daniele Nicolodi
On 21/03/2013 09:45, Valentin Haenel wrote: > if you are new to interfacing python/numpy with C/C++, you may want to > check out: > > http://scipy-lectures.github.com/advanced/interfacing_with_c/interfacing_with_c.html > > Disclaimer: I am the author of this chapter, so this response is a bit > o

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Valentin Haenel
Dear Søren, if you are new to interfacing python/numpy with C/C++, you may want to check out: http://scipy-lectures.github.com/advanced/interfacing_with_c/interfacing_with_c.html Disclaimer: I am the author of this chapter, so this response is a bit of a shameless plug :D Hope it helps none the

Re: [Numpy-discussion] numpy array to C API

2013-03-21 Thread Søren
Thanks Robert, for making that clear. I got a deprecated warning the second I added #include and I got scared off too fast in my exploring phase. Cheers Søren On 20/03/2013 17:03, Robert Kern wrote: > On Wed, Mar 20, 2013 at 1:59 PM, Søren wrote: >> Greetings >> >> I'm extending our existing C