summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | ENH: Added placeholder stubs for `distutils` and `f2py`Bas van Beek2020-08-201-0/+4
| |/ /
* | | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-043-9/+11
|\ \ \
| * | | MAINT: EXT_SUFFIX differs between sysconfig and distutils.sysconfigMatti Picus2020-09-041-2/+2
| * | | MAINT: fix win exec_prefixmattip2020-09-031-1/+1
| * | | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-024-11/+13
| |/ /
* | | MAINT: Remove users of `numpy.compat.open_latin1`Eric Wieser2020-08-311-32/+27
|/ /
* | MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* | MAINT: Replace lambda function by list comprehension (gh-17055)jakobjakobson132020-08-111-2/+1
* | MAINT: change "for line in open()" to "with open() as f: ..." in numpy/distut...jakobjakobson132020-08-111-9/+10
* | MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* | MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* | Merge pull request #16730 from danbeibei/fcompilerCharles Harris2020-07-301-1/+1
|\ \
| * | ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-1/+1
| |/
* | TST: fix tests for windows + PyPymattip2020-07-301-10/+14
|/
* Merge pull request #16870 from mattip/pin-setuptoolsCharles Harris2020-07-151-3/+1
|\
| * Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-3/+1
* | Merge pull request #16860 from marload/patch/remove-file-funcSebastian Berg2020-07-141-1/+1
|\ \
| * | DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
| |/
* | BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
|/
* Remove code that will never runmarload2020-07-131-8/+0
* MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-1/+3
* fix decode error when building and get rid of warnQiyu82020-07-091-5/+3
* BLD, ENH: Add RPATH support for AIX (#16710)EGuesnet2020-07-071-4/+9
* Update numpy/distutils/ccompiler_opt.pyMatti Picus2020-06-181-3/+3
* ENH,BUG:distutils Remove the origins from the implied featuresSayed Adel2020-06-181-14/+39