Re: [Numpy-discussion] numpy apply_along_axis named arguments

2014-03-07 Thread Pierre Haessig
Hi, Le 06/03/2014 12:17, Albert Jornet Puig a écrit : > I am working with *apply_along_axis* method and I would like to apply > a method that requires to pass named arguments > (scipy.stats.mstats.mquantiles with prob[]). But currently, it is not > possible with *apply_along_axis*. > > I wonder if

Re: [Numpy-discussion] numpy apply_along_axis named arguments

2014-03-06 Thread Albert Jornet Puig
Please, find below the patch file for numpy 1.8.0 http://pastebin.com/D33fFpjH On 06/03/14 12:17, Albert Jornet Puig wrote: Hi All, I am working with *apply_along_axis* method and I would like to apply a method that requires to pass named arguments (scipy.stats.mstats.mquantiles with prob[])

[Numpy-discussion] numpy apply_along_axis named arguments

2014-03-06 Thread Albert Jornet Puig
Hi All, I am working with *apply_along_axis* method and I would like to apply a method that requires to pass named arguments (scipy.stats.mstats.mquantiles with prob[]). But currently, it is not possible with *apply_along_axis*. I wonder if it would make sense to add the possibility to pass