-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
API: Update lib.function_base
namespace
#24538
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
Conversation
877ce20
to
28aef0a
Compare
3a19a4b
to
5f20dad
Compare
5f20dad
to
5a5d7b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and I verified that this doesn't change anything in np.__all__
('disp'
was already not in it). So in it goes, thanks @mtsokol.
It looks like this removed |
@WarrenWeckesser, that's correct |
Ah, this was not an intentional change in this PR. Let's put it back right now and build new nightlies to unbreak SciPy. @mtsokol can you open a new PR for this? Let's add |
Synchronous comments, glad they match:) |
I created a PR #24564 that fixes it and readds |
Fix merged and new nightly wheel builds triggered - they should be available in ~30 minutes or so. |
Relevant issue #24507
Hi @rgommers @ngoldbaum,
This PR moves
lib.function_base
module to a private file and ensures that its public methods are only available through the main namespace. There are no additional functions available from a local namespace.