Skip to content

Conversation

rgommers
Copy link
Member

This has turned out to be too disruptive; from numpy import * has to remain warning-free and these two modules emit a warning on import rather than when they're actually used.

array_api we have to decide on for 2.0 (either remove the experimental warning or remove it), I'll open a separate issue to follow up on that, because it may take a bit of time to decide on that one.

For issues this caused, see for example:

This was my fault by the way - I suggested including these modules in __all__ and __dir__ in gh-24357. All the other changes there are still fine.

Cc @pllim, @mroeschke, @mtsokol for info.

This has turned out to be too disruptive; `from numpy import *`
has to remain warning-free and these two modules emit a warning
on import rather than when they're actually used.

`array_api` we have to decide on for 2.0 (either remove the experimental
warning or remove it), I'll open a separate issue to follow up on that.
@seberg
Copy link
Member

seberg commented Aug 16, 2023

Heh, yeah... these definitely can't be here, thanks for the quick fix! I will retrigger the nightlies.

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

Successfully merging this pull request may close these issues.

2 participants