[Numpy-discussion] GSoC 2014 NumPy

2014-03-01 Thread Leo Mao
Hello, I'm a student studying electrical engineering. I am interested in contributing to NumPy and applying GSoC 2014. I have experience of python and C/C++ programming, and I have already seen https://github.com/scipy/scipy/wiki/GSoC-project-ideas. But on that page only the project Improve Numpy

[Numpy-discussion] GSOC 2014 : Improve Numpy datetime functionality

2014-03-01 Thread faisal anees
Hi , I am Mohammed Faisal Anees , a Computer Science student at IIIT- Hyderabad. I was going though the ideas page and I found Improve Numpy datetime functionality really interesting , and it suits my experience as I have a considerable(hopefully !!) amount of experience in C/C++, and Python .

Re: [Numpy-discussion] GSoC 2014 NumPy

2014-03-01 Thread RayS
At 04:42 AM 3/1/2014, you wrote: Currently I am trying to come up with some ideas about enhancing NumPy. Hello Leo, How about you implement fft.zoom_fft() as a single function? (Not to be confused with chirp-Z) We might be able to lend some ideas, but I've never been satisfied with mine:

Re: [Numpy-discussion] ndarray is not a sequence

2014-03-01 Thread Alexander Belopolsky
On Fri, Feb 28, 2014 at 10:34 AM, Chris Barker - NOAA Federal chris.bar...@noaa.gov wrote: Whatever happened to duck typing? http://legacy.python.org/dev/peps/pep-3119/#abcs-vs-duck-typing ___ NumPy-Discussion mailing list

Re: [Numpy-discussion] GSoC 2014 NumPy

2014-03-01 Thread Leo Mao
Hello Ray, Thanks for your suggestion! I just read the links you provided and I think I can implement it as long as I do further research on zoom fft algorithm. So I wonder if this can be a GSoC project? Maybe I should extend this idea or combine it with other ideas? BTW, just for curiosity, why