summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-311-0/+11
* Small fixups/commentsSebastian Berg2020-03-181-1/+2
* Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-5/+0
|\
| * ENH: improve runtime detection of CPU featuresSayed Adel2020-02-051-5/+0
* | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* | MAINT: remove internal functions required to handle Python2/3 logicMike Taves2020-01-221-26/+9
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BLD: Review feedback for clang -flto fixChris Burr2019-11-051-1/+2
* BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-041-1/+1
* Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-141-0/+39
|\
| * BUG: Disable -O3 on right_shift on compilers which emit an internal errorEric Wieser2019-09-131-0/+39
* | BUG: AVX2 impl of sin/cos requires an FMARaghuveer Devulapalli2019-08-031-2/+3
|/
* Merge pull request #14060 from sethtroisi/cversion_pyCharles Harris2019-07-231-6/+5
|\
| * DOC: Update cversions.py links and wordingSeth Troisi2019-07-181-6/+5
* | BUG: fix build issue on icc 2016Raghuveer Devulapalli2019-07-221-0/+2
|/
* MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-18/+12
* MAINT: fixed typo 'Mismacth' from numpy.core.setup_common.pyMin ho Kim2019-04-301-1/+1
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-191-0/+15
* ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-191-0/+5
* Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-191-1/+2
|\
| * ENH: increment and use NPY_API_VERSION in PyUFuncObject->versionmattip2018-10-071-1/+2
* | ENH: mark that large allocations can use huge pagesJulian Taylor2018-09-201-1/+2
|/
* ENH: Remove NpyIter_Closemattip2018-06-181-2/+2
* BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-6/+6
* MAINT: Add comments to long_double detection codeAllan Haldane2018-05-281-0/+6
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-1/+2
* BUG: verify the OS supports avx instructionJulian Taylor2018-03-291-0/+1
* More misc. typosluz.paz2018-01-041-1/+1
* fix line continuation style for if statementschnaitterm2017-11-301-2/+3
* Removed try/except blockschnaitterm2017-11-301-13/+9
* patched `numpy/core/setup_common.py` to check for the `-ipo` flag when runnin...Michael Schnaitter2017-11-281-0/+18
* MAINT: Update c-api version and hash for NumPy 1.14.Charles Harris2017-11-141-2/+2
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-0/+1
* BUG: missing comma disabled some header checksJulian Taylor2017-02-251-1/+1
* ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-241-1/+3
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-1/+2
|\
| * MAINT: bump API versionPauli Virtanen2017-01-191-1/+2
* | ENH: vectorize packbits with SSE2Julian Taylor2017-01-121-0/+2
|/
* Merge pull request #8367 from embray/cygwin/xlocaleJulian Taylor2016-12-131-0/+1
|\
| * BUG: xlocale.h is not available in newlib--all the defines used here fromErik M. Bray2016-12-131-0/+1
* | REL: Updates for C-ABI and C-API.Charles Harris2016-11-051-0/+1
* | MAINT: make sure __builtin_cpu_supports is not optimized awayJulian Taylor2016-10-111-1/+3
* | MAINT: check that linker can handle AVXJulian Taylor2016-10-111-1/+6
* | Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-251-0/+5
|\ \
| * | MAINT: add runtime check for AVX macrosJulian Taylor2016-09-241-0/+2
| * | MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-271-0/+3
| |/
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
|/
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-191-0/+1
* fix for windowsKonstantinos Psychas2016-01-081-1/+1