Search
Search Results
Search finished, found 3 page(s) matching the search query.
- NumPy 1.24 Release Notes
...on value or use signed or unsigned conversion depending on whether negative values are expected. (gh-22385) Deprecate msort The numpy.msort function is deprecated. Use np.sort(a, axis=0) instead. (gh-22456) np.str0 and similar are now d...
- NumPy 1.24.3 Release Notes
...Add type annotations for comparison operators to MaskedArray. #23345: TYP: Remove some stray type-check-only imports of msort #23370: BUG: Ensure like is only stripped for like= dispatched functions #23543: BUG: fix loading and storing big...
- NumPy 2.0.0 Release Notes
...ose and its C counterpart are now removed. The deprecation of PyArray_ScalarFromObject is now finalized. (gh-24312) np.msort has been removed. For a replacement, np.sort(a, axis=0) should be used instead. (gh-24494) np.dtype(("f8", 1) wil...