Opened 4 years ago
Last modified 4 years ago
#27000 closed enhancement
Upgrade NumPy to 1.16 — at Version 3
Reported by: | thansen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.7 |
Component: | packages: standard | Keywords: | upgrade, numpy |
Cc: | arojas, fbissey, slelievre, thansen, tmonteil | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
In Debian we have NumPy 1.16.0rc1 which leads to some deprecation warnings:
DeprecationWarning: np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead
It would be nice if SageMath could update the package soon after the NumPy 1.16 release.
Link:
- NumPy 1.16.rc2 release announcement (with link to downloads of wheels and source)
Change History (3)
comment:1 Changed 4 years ago by
- Cc fbissey added
comment:2 Changed 4 years ago by
- Cc tmonteil added
comment:3 Changed 4 years ago by
- Cc arojas slelievre added
- Description modified (diff)
- Keywords upgrade numpy added
Note: See
TracTickets for help on using
tickets.