Re: [Numpy-discussion] NumPy Governance

2011-12-10 Thread Stéfan van der Walt
On Sat, Dec 10, 2011 at 11:07 AM, Charles R Harris wrote: > I think the rule should be that *anyone* seriously interested in what is > happening in numpy development should be watching the pull requests. It's good to encourage that, but in the end big changes should always be discussed on the mai

Re: [Numpy-discussion] NumPy Governance

2011-12-10 Thread Charles R Harris
On Sat, Dec 10, 2011 at 8:19 AM, Bruce Southey wrote: > On Mon, Dec 5, 2011 at 11:32 PM, Matthew Brett > wrote: > > Hi, > > > > 2011/12/5 Stéfan van der Walt : > >> As for barriers to entry, improving the the nature of discourse on the > >> mailing list (when it comes to thorny issues) would be

Re: [Numpy-discussion] numpy.mean problems

2011-12-10 Thread Aronne Merrelli
On Sat, Dec 10, 2011 at 5:47 AM, ferreirafm wrote: > > > Hi Stéfan, > Thanks for your replay. Have a look in the arrays at: > http://ompldr.org/vYm83ZA > Regards, > Fred > -- I can recreate this error if tab is a structured ndarray - what is the dtype of tab? If that is correct, I think you co

Re: [Numpy-discussion] NumPy Governance

2011-12-10 Thread Bruce Southey
On Mon, Dec 5, 2011 at 11:32 PM, Matthew Brett wrote: > Hi, > > 2011/12/5 Stéfan van der Walt : >> As for barriers to entry, improving the the nature of discourse on the >> mailing list (when it comes to thorny issues) would be good. >> Technical barriers are not that hard to breach for our commun

Re: [Numpy-discussion] Long-standing issue with using numpy in embedded CPython

2011-12-10 Thread Vicente Sole
Hi Peter, The obsolete link was not deliberate. It was the first reference I found via google. Best regards, Armando Quoting Peter CYC : > Hi Armando, > > No comment on the Java thing ;-) > > However, > http://www.opengda.org/documentation/manuals/Diamond_SciSoft_Python_Guide/8.18/content

Re: [Numpy-discussion] numpy.mean problems

2011-12-10 Thread ferreirafm
Stéfan van der Walt wrote: > > When posting to the mailing list, it's a good idea to have a small, > self contained example (otherwise we can't reproduce your problem). > In this specific case, I'd like to be able to see what the outputs of > "print tab" and "print stat_array" are. > > Regards