summaryrefslogtreecommitdiff
path: root/numpy/_distributor_init.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH: platform-specific install hook to change initMatthew Brett2016-03-071-0/+10
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.