summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-191-0/+5
* MAINT: remove complicated test of multiarray import failure modemattip2019-02-021-8/+0
* Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-311-0/+1
|\
| * ENH: preliminary numeric timsortwtli2019-01-211-0/+1
* | BUG: fail if old multiarray module detectedmattip2019-01-301-0/+8
|/
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-0/+2
* ENH: make matmul into a ufuncmattip2018-11-251-0/+3
* BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-221-2/+3
* refactor sort head filewtli2018-11-111-5/+6
* Merge pull request #11916 from mattip/deprecate-set_numeric_opsCharles Harris2018-11-091-0/+1
|\
| * DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-211-0/+1
* | BLD: Add missing npy_import.h to common_depsEric Wieser2018-10-251-0/+1
* | MAINT: Extract `_is_from_ctypes` to a header so that it can be sharedEric Wieser2018-10-251-0/+1
|/
* Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-191-2/+2
|\
| * MAINT: move functions to numpyos.c, adjust accordinglymattip2018-09-151-4/+2