Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API: Do not import sliding_window_view to main namespace #17720

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

Merged
merged 1 commit into from
Nov 6, 2020

Conversation

seberg
Copy link
Member

@seberg seberg commented Nov 5, 2020

At least for now, lets not import it to the main namespace, since there is
no agreement that this is a good idea.


Not quite sure if the ref-docs are OK with omitting the module name in the function calls, lets see.

At least for now, lets not import it to the main namespace, since there is
no agreement that this is a good idea.
@mattip mattip merged commit 4403503 into numpy:master Nov 6, 2020
@mattip
Copy link
Member

mattip commented Nov 6, 2020

Thanks @seberg

@zklaus
Copy link
Contributor

zklaus commented Nov 6, 2020

Does this really do the trick? There is still the module='numpy' argument to the array dispatcher.

@eric-wieser
Copy link
Member

It will do the trick, but we should definitely remove that argument to avoid confusion - good catch!

@seberg seberg deleted the sliding-view-not-main branch November 6, 2020 14:34
@seberg
Copy link
Member Author

seberg commented Nov 6, 2020

Indeed, it will mostly print incorrectly I think.

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

Successfully merging this pull request may close these issues.

4 participants