summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0Sayed Adel2020-11-031-0/+1
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-6/+6
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-271-0/+23
* BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flagsE. Madison Bray2020-10-131-2/+10
* Merge pull request #17167 from ewmoore/merge_npysortCharles Harris2020-09-071-22/+12
|\
| * BLD: Merge the npysort library into multiarrayEric Moore2020-09-031-22/+12
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-041-1/+1
|\ \ | |/ |/|
| * MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-1/+1
* | BLD: Replace source files with libKevin Sheppard2020-08-301-2/+2
* | MAINT: Remove deplicated symbols from link stepKevin Sheppard2020-08-301-1/+1
|/
* MAINT: Split einsum into multiple filesEric Wieser2020-08-201-0/+3
* Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-101-0/+1
|\
| * ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-081-0/+1
* | Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-0/+2
* | Close to the first working setupSebastian Berg2020-07-081-0/+2
|/
* ENH: [7/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-161-2/+5
* ENH: [5/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-161-0/+1
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-061-0/+1
* Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-271-0/+2
|\
| * API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-181-0/+2
* | Merge pull request #16266 from jbrockmendel/cyapiMatti Picus2020-05-231-0/+1
|\ \
| * | ENH: run tests for __init__.pxdmattip2020-05-221-0/+1
* | | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-6/+7
|/ /
* | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
|/
* Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-071-1/+1
|\
| * MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+1
* | Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-1/+1
|\ \ | |/ |/|
| * ENH: improve runtime detection of CPU featuresSayed Adel2020-02-051-1/+1
* | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-1/+1
|/
* MAINT: Remove NPY_PY3KSeth Troisi2020-01-081-4/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-7/+4
* ENH: core: link only against blas64_/lapack64_ when BLAS64_ setPauli Virtanen2019-11-291-9/+5
* MAINT: core: optionally use symbol-suffixed 64-bit cblasPauli Virtanen2019-11-291-2/+15
* MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-041-1/+1
* BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-251-4/+3
* BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-251-1/+5
* BUILD: fix runtests.py option, fix previous changesetmattip2019-09-201-1/+1
* BUILD: only report these headers with --debug-configuremattip2019-09-201-6/+6
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-17/+0
* Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-141-0/+6
|\
| * BUG: Disable -O3 on right_shift on compilers which emit an internal errorEric Wieser2019-09-131-0/+6
* | BUG: Fix for Python 4Hugo2019-08-261-1/+1
|/
* MAINT: move location of bitgen.hmattip2019-06-271-1/+1
* MAINT: Use with statements and dedent in core/setup.pyEric Wieser2019-06-121-54/+50
* ENH/DEP: Use a ufunc under the hood for ndarray.clipEric Wieser2019-05-141-0/+2
* ENH: Radix sortHameer Abbasi2019-05-111-0/+1
* BLD: address mingw-w64 issue. Follow-up to gh-9977Ralf Gommers2019-04-211-1/+3