[Numpy-discussion] Re: Deprecating numpy.fix

2025-11-11 Thread Ralf Gommers via NumPy-Discussion
On Tue, Nov 11, 2025 at 2:48 PM Veit Heller wrote: > As another point of consideration, I also contributed changes to > PyWavelets, Pandas, and scikit-image to replace all occurrences of `np.fix` > with `np.trunc`, so that might also help further things along. > Thanks a lot for those contributi

[Numpy-discussion] Re: Deprecating numpy.fix

2025-11-11 Thread Veit Heller
As another point of consideration, I also contributed changes to PyWavelets, Pandas, and scikit-image to replace all occurrences of `np.fix` with `np.trunc`, so that might also help further things along. I would have made more broad contributions, but GitHub unfortunately limits the number of s