Search
Search Results
Search finished, found 2 page(s) matching the search query.
- NumPy 2.0 migration guide
...migration guideline in1d Use np.isin instead. row_stack Use np.vstack instead (row_stack was an alias for vstack). trapz Use np.trapezoid or a scipy.integrate function instead. Finally, a set of internal enums has been removed. As...
- NumPy 2.0.0 Release Notes
...disp, np.get_array_wrap, np.maximum_sctype, np.deprecate and np.deprecate_with_doc have been deprecated. (gh-24154) np.trapz has been deprecated. Use np.trapezoid or a scipy.integrate function instead. np.in1d has been deprecated. Use np.i...