Back to Numpy

``numpy.fix`` is deprecated

doc/release/upcoming_changes/30644.deprecation.rst

2.5.0.dev0248 B
Original Source

numpy.fix is deprecated

numpy.fix is deprecated. Use numpy.trunc instead, which is faster and follows the Array API standard. Both functions provide identical functionality: rounding array elements towards zero.