nltools
nltools copied to clipboard
move away from numpy.fix in favor of numpy.trunc
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