Re: [Numpy-discussion] Numpy 1.10

2015-03-08 Thread Ralf Gommers
On Sat, Mar 7, 2015 at 12:40 AM, Charles R Harris wrote: > Hi All, > > Time to start thinking about numpy 1.10. > Sounds good. Do we have a volunteer for release manager already? > At the moment there are 21 blockers and 93 PRs. it would be good if we > could prioritize the blockers and the PR

[Numpy-discussion] Introductory mail and GSoc Project "Vector math library integration"

2015-03-08 Thread Dp Docs
Hi all, I am a CS 3rd Undergrad. Student from an Indian Institute (III T). I believe I am good in Programming languages like C/C++, Python as I have already done Some Projects using these language as a part of my academics. I really like Coding (Competitive as well as development). I really want to

Re: [Numpy-discussion] numpy array casting ruled not safe

2015-03-08 Thread Julian Taylor
On 08.03.2015 11:49, Sebastian Berg wrote: > On Sa, 2015-03-07 at 18:21 -0800, Jaime Fernández del Río wrote: > >> >> >> >> >> I note that on SO Jaime made the suggestion that take use >> unsafe casting and throw an error on out o

Re: [Numpy-discussion] numpy array casting ruled not safe

2015-03-08 Thread Sebastian Berg
On Sa, 2015-03-07 at 18:21 -0800, Jaime Fernández del Río wrote: > > > > > I note that on SO Jaime made the suggestion that take use > unsafe casting and throw an error on out of bounds indexes. > That sounds reasonable, a