[Numpy-discussion] next NumPy Newcomers' Hour

2022-09-19 Thread Inessa Pawson
Our next NumPy Newcomers’ Hour will be held this Thursday, September 22nd at 2 pm UTC. Join Mars Lee, a Quansight technical illustrator, for a Design Jam to discuss what a NumPy contributor journey map should look like and explore how it could look for you. For more info about this event, visit: h

[Numpy-discussion] Re: Ways to achieve faster np.nanpercentile() calculation?

2022-09-19 Thread Abel AOUN
Hi Aron, There is an implementation of nanpercentile for ndarray in xclim[0]. See `calc_perc`[1] Bear in mind it's not exposed in the public API, so I would only use it as an example implementation. You may also find a performance script and report (quite poorly written, sorry) on a gist[2]. I'