Skip to content
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

Remove deprecated numpy types #3997

Merged
merged 3 commits into from
Jan 4, 2023
Merged

Conversation

bnavigator
Copy link
Contributor

@bnavigator bnavigator commented Dec 24, 2022

Code PR

  • I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of plotly.graph_objects, my modifications concern the codegen files and not generated files.
  • I have modified existing tests.
  • For a new feature, I have added documentation examples in an existing or
    new tutorial notebook (please see the doc checklist as well).
  • I have added a CHANGELOG entry if fixing/changing/adding anything substantial.
  • For a new feature or a change in behaviour, I have updated the relevant docstrings in the code to describe the feature or behaviour (please see the doc checklist as well).

Fixes #3989
Fixes #3991

NumPy deprecated these aliases in 1.20 and removed them in 1.24
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

@nicolaskruchten
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeprecationWarning from Numpy 1.24.0 due to usage of np.bool8 Error with 2D streamlines and numpy 1.24.0
2 participants