summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-01-181-1/+1
* Merge pull request #18118 from seiko2plus/issue_18106Matti Picus2021-01-092-1/+17
|\
| * BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-052-1/+17
* | fix exception cause in mingw32ccompiler.pyPhanatosZou2021-01-031-1/+1
|/
* Merge pull request #18100 from seiko2plus/issue_18092Matti Picus2021-01-033-28/+48
|\
| * MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-4/+4
| * BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-033-26/+46
* | TST: Avoid changing odd tempfile names in tests' site.cfgDWesl2021-01-011-2/+2
|/
* MAINT: regex char class improveTyler Reddy2020-12-288-18/+18
* BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-201-10/+12
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-203-77/+73
* Merge pull request #17906 from fxcoudert/patch-1Ralf Gommers2020-12-121-1/+1
|\
| * Update gnu.pyFX Coudert2020-12-031-1/+1
* | Merge pull request #17956 from charris/version-with-versioneerMatti Picus2020-12-091-0/+7
|\ \
| * | ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-0/+7
| |/
* | Merge pull request #17789 from seiko2plus/npyv_new_intrinsic_pk0Matti Picus2020-12-092-1/+37
|\ \
| * | BLD, SIMD: Add check for inline ASM VSX supportSayed Adel2020-11-172-1/+37
* | | BUG: Removed empty String from Nag Compiler's FlagsChristos Efstathiou2020-12-071-1/+1
| |/ |/|
* | ENH: add support for fujitsu compiler to numpy. (#17792)Tomoki, Karatsu2020-12-032-1/+47
* | Merge pull request #17655 from pitmanst/zos.buildRalf Gommers2020-11-261-0/+7
|\ \
| * | BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+7
* | | Merge pull request #17743 from isuruf/cblas_winMatti Picus2020-11-151-0/+15
|\ \ \ | |_|/ |/| |
| * | Fix cblas detection on windowsIsuru Fernando2020-11-091-0/+15
* | | BLD: compare platform.architecture() correctlyxoviat2020-11-101-1/+1
|/ /
* | BLD: Use importlib to find numpy root directory in distutilsDustin Spicuzza2020-11-071-3/+3
* | BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* | Merge pull request #16782 from seiko2plus/implement_npyv_pymodMatti Picus2020-10-293-6/+21
|\ \ | |/ |/|
| * BUG, BLD: fix multi-target name in `CCompilerOpt`'s reportSayed Adel2020-10-271-4/+3
| * MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-1/+1
| * ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-272-2/+18
* | MAINT: valid doctest for config_py function show() (#17621)Hassan Kibirige2020-10-261-0/+1
|/
* Merge pull request #17546 from seiko2plus/issue_17321Matti Picus2020-10-152-65/+61
|\
| * MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-132-65/+61
* | BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-132-8/+39
|/
* Merge pull request #17344 from danbeibei/masterCharles Harris2020-10-092-1/+56
|\
| * BUG: Fix indentation.Charles Harris2020-10-091-6/+6
| * Update numpy/distutils/fcompiler/nv.pydanbeibei2020-10-021-5/+8
| * ENH: Add comments about Nvidia HPC SDK and PGIDaniel Vanzo2020-09-221-0/+4
| * ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-09-222-1/+49
* | TST: Expanded the `_parse_env_order` testsBas van Beek2020-09-181-1/+7
* | BLD: Fix a macOS build failure when `NPY_BLAS_ORDER=""`Bas van Beek2020-09-181-0/+6
* | BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-172-34/+112
* | Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-101-1/+1
|\ \
| * | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-1/+1
* | | Merge pull request #17129 from seiko2plus/distutils_avx512bw_maskMatti Picus2020-09-104-32/+170
|\ \ \
| * | | DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks)Sayed Adel2020-09-031-7/+7
| * | | TST: remove unnecessary backslashes from CCompilerOpt config testSayed Adel2020-08-261-24/+12
| * | | BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-264-12/+162
| |/ /
* | | BUG: sysconfig attributes/distutils issueTyler Reddy2020-09-071-6/+5
* | | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+4
|\ \ \