-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
MRG: allow distributors to run custom init #7231
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
I'd make it |
7c7c4e1
to
61cbd3b
Compare
OK - I changed it as you suggested. |
LGTM. But I'll leave this open for others to comment... in fact it might be useful to send an email to the list, and/or CC'ing our major known distributors like @cgohlke and Sandro. |
@rkern's suggestion of unconditional import of an empty |
61cbd3b
to
e75a645
Compare
OK - modified as Robert suggested. |
Needs mention in the 1.12 release notes |
0ac6945
to
09b0b6f
Compare
☔ The latest upstream changes (presumably #7246) made this pull request unmergeable. Please resolve the merge conflicts. |
Needs rebase also... |
@matthew-brett Needs rebase, probably the release notes. |
Give hook to allow platform-specific installs to modify the initialization of numpy. Particular use-case is to allow check for SSE2 on Windows when shipping with ATLAS wheel.
Add description of ``numpy/_distribution_init.py`` file and init hook to release notes for 1.12.0.
09b0b6f
to
2932da9
Compare
Done - thanks for the reminder.
|
MRG: allow distributors to run custom init
Give hook to allow platform-specific installs to modify the
initialization of numpy. Particular use-case is to allow check for SSE2
on Windows when shipping with ATLAS wheel.