nltools icon indicating copy to clipboard operation
nltools copied to clipboard

move away from numpy.fix in favor of numpy.trunc

Open hellerve opened this issue 3 months ago • 0 comments

This PR replaces all occurrences of numpy.fix with numpy.trunc. This is in response to a currently discussed deprecation of numpy.fix as well as performance considerations (nice, but secondary).

This change should not change anything in a meaningful way, internally or externally.

Cheers

hellerve avatar Nov 09 '25 13:11 hellerve