-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Remove alias on numpy.complex_ * Remove alias on numpy.cfloat * Remove alias on numpy.float and numpy.float_ * Remove alias on numpy.float and numpy.singlecomplex * Remove aliases on numpy.Inf, numpy.Infinity and numpy.infty constants * Get rid of dpnp.float in the code * Remove aliases on numpy.NAN and numpy.NaN constants * Remove aliases on numpy.NINF and numpy.PINF constants * Remove aliases on numpy.NZERO and numpy.PZERO constants * Remove use of removed numpy.longcomplex dtype * Use proper import of numpy exceptions * Applied pre-commit hooks * Remove dpnp.issubsctype per numpy 2.0 migration guide * Skip tests for asfarray with numpy 2.0 * Mute CFD relating tests * Applied pre-commit hooks * Add skip fixture in test_arraymanipulation.py::test_asfarray2 * Mute tests for new umaths from numpy 2.0 * dpnp.unique returns reshaped unique_inverse * Corrected note sentense * Update test_sycl_queue.py::test_unique
- Loading branch information
1 parent
202bc1e
commit 5c9752b
Showing
4 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters