[Numpy-discussion] Asking proposal review/feedback for GSOC 15

2015-03-23 Thread Oğuzhan Ünlü
Hi, My name is Oğuzhan(You may use 'Oguzhan'). I submitted a proposal on the system with the title 'NumPy - Vector math library integration'. Ralf commented on my proposal and advised to ask for a feedback on mailing list and here I am. I would appreciate any feedback from community. I think

Re: [Numpy-discussion] Rewrite np.histogram in c?

2015-03-23 Thread Daniel da Silva
Hope this isn't too off-topic: but it would be very nice if np.histogram and np.histogram2d supported masked arrays. Is this out of scope for outside the numpy.ma package? On Mon, Mar 16, 2015 at 2:35 PM, Robert McGibbon rmcgi...@gmail.com wrote: Hi, It sounds like putting together a PR makes

[Numpy-discussion] Reminder - Summer School Advanced Scientific Programming in Python in Munich, Germany

2015-03-23 Thread Tiziano Zito
Reminder: Deadline for application is 23:59 UTC, March 31, 2015. Advanced Scientific Programming in Python = a Summer School by the G-Node, the Bernstein Center for Computational Neuroscience Munich and the Graduate School of Systemic Neurosciences

[Numpy-discussion] element-wise array segmental function operation?

2015-03-23 Thread oyster
Hi, all I want to know wether there is a terse way to apply a function to every array element, where the function behaves according to the element value. for example [code] def fun(v): if 0=v60: return f1(v)#where f1 is a function elif 60=v70: return f2(v) elif

Re: [Numpy-discussion] element-wise array segmental function operation?

2015-03-23 Thread Julian Taylor
On 23.03.2015 07:46, oyster wrote: Hi, all I want to know wether there is a terse way to apply a function to every array element, where the function behaves according to the element value. for example [code] def fun(v): if 0=v60: return f1(v)#where f1 is a function

[Numpy-discussion] ANN: pandas 0.16.0 released

2015-03-23 Thread Jeff Reback
Hello, We are proud to announce v0.16.0 of pandas, a major release from 0.15.2. This release includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. This was 4 months of work by 60 authors encompassing 204

Re: [Numpy-discussion] GSoC projects

2015-03-23 Thread Ralf Gommers
Hi Lulu, welcome! On Mon, Mar 23, 2015 at 6:09 AM, Lulu Li c...@alum.mit.edu wrote: My apology if I am posting to the wrong mailing list. I am interested in NumPy project ideas for Google Summer of Code 2015 as posted here https://github.com/scipy/scipy/wiki/GSoC-project-ideas. In particular,

Re: [Numpy-discussion] Installation on Windows

2015-03-23 Thread Per Tunedal
Hi, thank you all! This turned out more complicated than I expected. I tried installing the indicated compiler VCForPython27.msi but that didn't change anything. On the other hand I don't want to install any special distribution of Python - I want to stick to the standard distribution to be sure

[Numpy-discussion] GSoC students: please read

2015-03-23 Thread Ralf Gommers
Hi all, It's great to see that this year there are a lot of students interested in doing a GSoC project with Numpy or Scipy. So far five proposals have been submitted, and it looks like several more are being prepared now. I'd like to give you a bit of advice as well as an idea of what's going to

Re: [Numpy-discussion] GSoC students: please read

2015-03-23 Thread Ralf Gommers
On Mon, Mar 23, 2015 at 10:29 PM, Stephan Hoyer sho...@gmail.com wrote: On Mon, Mar 23, 2015 at 2:21 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: It's great to see that this year there are a lot of students interested in doing a GSoC project with Numpy or Scipy. So far five proposals have

Re: [Numpy-discussion] GSoC students: please read

2015-03-23 Thread Stephan Hoyer
On Mon, Mar 23, 2015 at 2:21 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: It's great to see that this year there are a lot of students interested in doing a GSoC project with Numpy or Scipy. So far five proposals have been submitted, and it looks like several more are being prepared now.

Re: [Numpy-discussion] Rewrite np.histogram in c?

2015-03-23 Thread Ralf Gommers
On Mon, Mar 23, 2015 at 2:59 PM, Daniel da Silva var.mail.dan...@gmail.com wrote: Hope this isn't too off-topic: but it would be very nice if np.histogram and np.histogram2d supported masked arrays. Is this out of scope for outside the numpy.ma package? Right now it looks like there's no

Re: [Numpy-discussion] Rewrite np.histogram in c?

2015-03-23 Thread Eric Firing
On 2015/03/23 7:36 AM, Ralf Gommers wrote: On Mon, Mar 23, 2015 at 2:59 PM, Daniel da Silva var.mail.dan...@gmail.com mailto:var.mail.dan...@gmail.com wrote: Hope this isn't too off-topic: but it would be very nice if np.histogram and np.histogram2d supported masked arrays. Is this

Re: [Numpy-discussion] Asking proposal review/feedback for GSOC 15

2015-03-23 Thread Ralf Gommers
On Mon, Mar 23, 2015 at 12:23 PM, Oğuzhan Ünlü cengoguzhanu...@gmail.com wrote: Hi, My name is Oğuzhan(You may use 'Oguzhan'). I submitted a proposal on the system with the title 'NumPy - Vector math library integration'. Ralf commented on my proposal and advised to ask for a feedback on

Re: [Numpy-discussion] Rewrite np.histogram in c?

2015-03-23 Thread Nathaniel Smith
On Mar 23, 2015 6:59 AM, Daniel da Silva var.mail.dan...@gmail.com wrote: Hope this isn't too off-topic: but it would be very nice if np.histogram and np.histogram2d supported masked arrays. Is this out of scope for outside the numpy.ma package? Usually the way this kind of thing is handled is

[Numpy-discussion] Vector math library integration

2015-03-23 Thread Орипов Акбар
Hello! I want to contribute to NumPy/SciPy, namely I am interested in project Vector math library integration. I have good skills of C and Python, so I can make it. Please, send me additional information about this idea asap. Have a nice day! Best regards, Akbar IRC: aki93 at freenode dot net