-
Notifications
You must be signed in to change notification settings - Fork 123
NumPy 2.0 issues #406
Copy link
Copy link
Closed
Description
I was testing some old code against numpy==2.0rc1 and ran into the following issue:
E AttributeError: `np.deprecate` was removed in the NumPy 2.0 release. Emit `DeprecationWarning` with `warnings.warn` directly, or use `typing.deprecated`.
Seems to be used here: @np.deprecate
There might be other incompabilities that I am unaware of.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels