-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use deprecated numpy type aliases #31364
Comments
This comment has been minimized.
This comment has been minimized.
Author: Antonio Rojas |
comment:2
Needs testing on older pythons New commits:
|
Commit: |
comment:3
Looks like several |
comment:4
Testing on Python 3.6 is currently blocked by #31191 |
Dependencies: #31191 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from https://github.com/mkoeppe/sage/actions/runs/584631860 to Matthias Koeppe |
comment:9
Looking OK also on |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Rebased |
Changed branch from u/arojas/don_t_use_deprecated_numpy_type_aliases to |
The type aliases
numpy.int
,numpy.float
andnumpy.complex
are deprecated in numpy 1.20, and the deprecation warnings cause lots of test failures.We port these to the respective builtin types.
Depends on #31191
CC: @mkoeppe @kiwifb @slel
Component: packages: standard
Author: Antonio Rojas
Branch/Commit:
0f2f58a
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31364
The text was updated successfully, but these errors were encountered: