summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewSebastian Berg2023-04-281-2/+2
* ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-041-1/+6
* BLD: Add support for NPY_TARGET_VERSION macroSebastian Berg2023-04-041-0/+5
* MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatchingSayed Adel2023-02-201-56/+0
* MAINT: restore npymath implementations needed for freebsdmattip2022-12-251-1/+3
* BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow`Sebastian Berg2022-12-211-2/+4
* MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-201-0/+2
* Merge pull request #22168 from Developer-Ecosystem-Engineering/remove_Avx_whe...Matti Picus2022-10-201-25/+28
|\
| * review feedback, make lint happyDeveloper-Ecosystem-Engineering2022-10-191-25/+26
| * ENH: Remove AVX related functions from non x86 based buildsDeveloper-Ecosystem-Engineering2022-08-231-9/+11
* | BLD: Add mandatory complex math feature detection with signatureSebastian Berg2022-09-281-1/+3
* | BUILD: move some never-blocked complex math functions to 'mandatory'mattip2022-09-271-2/+3
* | Merge pull request #22152 from RinCat/mainRalf Gommers2022-08-311-1/+3
|\ \ | |/ |/|
| * BUG: Support using libunwind for backtrackRin Cat (鈴猫)2022-08-181-1/+3
* | TASK: rename macros (from review)mattip2022-08-211-2/+0
* | BUILD: convert HAVE_ macros to BLOCK_, cleanupmattip2022-08-211-32/+19
* | remove duplicate C99 functions, ensure optional variant HAVE_ macros are gene...mattip2022-08-211-5/+5
* | restore atan2 implementation, clean up c99 mandatory functionsmattip2022-08-211-22/+20
* | move hypot to optional for windows, fix pow and log2mattip2022-08-211-1/+3
* | restore HAVE_POWL for macOS blocklistingmattip2022-08-211-1/+3
* | restore HAVE_LOG2 for cygwin blocklistingwmattip2022-08-211-5/+8
* | make optional C99 double routines mandatorymattip2022-08-211-6/+4
|/
* Removed two unused importsCallum O'Riley2022-07-141-1/+0
* make MismatchCAPIWarnining into MismatchCAPIErrormattip2022-05-261-8/+7
* MAINT: Fix some API versions.Charles Harris2022-05-261-2/+5
* BUG: Move FPE clearing to work around issue on clangSebastian Berg2022-04-281-0/+2
* MAINT, BLD Fix math feature detection for wasmHood Chatham2022-03-071-5/+34
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-11/+0
* REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-161-0/+1
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-2/+2
* MAINT: Update cversions.Charles Harris2021-05-221-0/+2
* Split lineRaghuveer Devulapalli2021-05-201-1/+2
* BUG: Fix duplicate variable names in compiler check for AVX512_SKXRaghuveer Devulapalli2021-05-191-1/+1
* DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-2/+2
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-1/+1
* MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-261-1/+2
* BUG: Update compiler check for AVX-512FRaghuveer Devulapalli2020-07-151-1/+5
* 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
|/