[Numpy-svn] [numpy/numpy] 9d6cdc: ENH: platform-specific install hook to change init
GitHub
noreply at github.com
Mon Mar 7 20:02:05 EST 2016
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 9d6cdc1946073dd6fc5195a18f77785800d71db2
https://github.com/numpy/numpy/commit/9d6cdc1946073dd6fc5195a18f77785800d71db2
Author: Matthew Brett <matthew.brett at gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M numpy/__init__.py
A numpy/_distributor_init.py
Log Message:
-----------
ENH: platform-specific install hook to change 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.
Commit: 2932da9766ebb253d8a83b6633137c8b91c2b5e3
https://github.com/numpy/numpy/commit/2932da9766ebb253d8a83b6633137c8b91c2b5e3
Author: Matthew Brett <matthew.brett at gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M doc/release/1.12.0-notes.rst
Log Message:
-----------
DOC: description of _distribution_init for release
Add description of ``numpy/_distribution_init.py`` file and init hook to
release notes for 1.12.0.
Commit: b92cc76afad2e74cbbf6f5b9f5b68050f7c8642a
https://github.com/numpy/numpy/commit/b92cc76afad2e74cbbf6f5b9f5b68050f7c8642a
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M doc/release/1.12.0-notes.rst
M numpy/__init__.py
A numpy/_distributor_init.py
Log Message:
-----------
Merge pull request #7231 from matthew-brett/local-init
MRG: allow distributors to run custom init
Compare: https://github.com/numpy/numpy/compare/e4bc9f088538...b92cc76afad2
More information about the Numpy-svn
mailing list