[Numpy-discussion] Re: Adding bfill() to numpy.

2024-05-20 Thread Robert Kern
On Mon, May 20, 2024 at 1:17 PM george trojan wrote: > xarray has both bfill and ffill for DataArrays. The implementation useless > bottleneck https://github.com/pydata/bottleneck. > bottleneck would probably be a good home for these functions (though I don't speak for its maintainers). If it ge

[Numpy-discussion] Re: Adding bfill() to numpy.

2024-05-20 Thread george trojan
xarray has both bfill and ffill for DataArrays. The implementation useless bottleneck https://github.com/pydata/bottleneck. Le lun. 20 mai 2024, à 13 h 22, Warren Weckesser a écrit : > On Mon, May 20, 2024 at 9:06 AM Raquel Braunschweig via > NumPy-Discussion wrote: > > > > Hello everyone, > >

[Numpy-discussion] Re: Adding bfill() to numpy.

2024-05-20 Thread Warren Weckesser
On Mon, May 20, 2024 at 9:06 AM Raquel Braunschweig via NumPy-Discussion wrote: > > Hello everyone, > > My colleague and I will be opening a Pull Request (PR) about adding bfill() > (backward fill) function to NumPy. This function is designed to fill NaN > values in an array by propagating the n

[Numpy-discussion] Adding bfill() to numpy.

2024-05-20 Thread Raquel Braunschweig via NumPy-Discussion
Hello everyone, My colleague and I will be opening a Pull Request (PR) about adding bfill() (backward fill) function to NumPy. This function is designed to fill NaN values in an array by propagating the next valid observation backward along a specified axis. We believe this addition will be hig

[Numpy-discussion] cp313 wheels on scientific-python-nightly-wheels/numpy

2024-05-20 Thread Andrew Nelson
Hi all, in case you weren't aware there are now cp313 numpy nightly wheels available on https://anaconda.org/scientific-python-nightly-wheels/numpy. This should help with downstream testing pipelines. A. -- _ Dr. Andrew Nelson _