Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Julian Taylor
which version of numpy are you using? there seems to be a leak in the scalar return due to the PyObject_Malloc usage in git master, but it doesn't affect 1.8.0 On Fri, Jan 31, 2014 at 7:20 AM, Chris Laumann chris.laum...@gmail.comwrote: Hi all- The following snippet appears to leak memory

Re: [Numpy-discussion] Suggestions for GSoC Projects

2014-01-31 Thread Stéfan van der Walt
On Fri, 31 Jan 2014 04:31:01 +0530, jennifer stone wrote: 3. As stated earlier, we have spherical harmonic functions (with much scope for dev) we are yet to have elliptical and cylindrical harmonic function, which may be developed. As stated before, I am personally interested in seeing the

Re: [Numpy-discussion] Suggestions for GSoC Projects

2014-01-31 Thread nicky van foreest
Hi Jennifer, On 31 January 2014 00:01, jennifer stone jenny.stone...@gmail.com wrote: With GSoC 2014 being round the corner, I hereby put up few projects for discussion that I would love to pursue as a student. Guidance, suggestions are cordially welcome:- 1. If I am not mistaken,

Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Chris Laumann
Current scipy superpack for osx so probably pretty close to master. So it's a known leak? Hmm. Maybe I'll have to work on a different machine for a bit.Chris---Sent from my iPhone using Mail Ninja--- Original Message ---which version of numpy are you using?there seems to be a leak in the scalar

Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Nathaniel Smith
On Fri, Jan 31, 2014 at 3:14 PM, Chris Laumann chris.laum...@gmail.com wrote: Current scipy superpack for osx so probably pretty close to master. What does numpy.__version__ say? -n ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Benjamin Root
Just to chime in here about the SciPy Superpack... this distribution tracks the master branch of many projects, and then puts out releases, on the assumption that master contains pristine code, I guess. I have gone down strange rabbit holes thinking that a particular bug was fixed already and the

Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Nathaniel Smith
On Fri, Jan 31, 2014 at 4:29 PM, Benjamin Root ben.r...@ou.edu wrote: Just to chime in here about the SciPy Superpack... this distribution tracks the master branch of many projects, and then puts out releases, on the assumption that master contains pristine code, I guess. I have gone down

Re: [Numpy-discussion] Memory leak?

2014-01-31 Thread Julian Taylor
On 31.01.2014 18:12, Nathaniel Smith wrote: On Fri, Jan 31, 2014 at 4:29 PM, Benjamin Root ben.r...@ou.edu wrote: Just to chime in here about the SciPy Superpack... this distribution tracks the master branch of many projects, and then puts out releases, on the assumption that master contains

Re: [Numpy-discussion] Suggestions for GSoC Projects

2014-01-31 Thread Charles R Harris
On Thu, Jan 30, 2014 at 4:01 PM, jennifer stone jenny.stone...@gmail.comwrote: With GSoC 2014 being round the corner, I hereby put up few projects for discussion that I would love to pursue as a student. Guidance, suggestions are cordially welcome:- 1. If I am not mistaken, contour