summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MAINT: rework wrapping and sharing common functionsmattip2018-09-131-2/+2
| * MAINT: refactor to share npy_strto{u}llmattip2018-09-131-0/+2
* | MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* | BLD: support nested headers in OPTION_HEADERSJulian Taylor2018-09-201-1/+2
|/
* TST: reorder duplicate mem_overlap.c compileTyler Reddy2018-08-311-10/+11
* MAINT: move declararions into umathmodule.hmattip2018-08-211-2/+3
* MAINT: create common_{src,dep}, move header includes to appropriate placesmattip2018-08-211-40/+45
* MAINT: move unchanging, non-api files to commonmattip2018-08-211-7/+7
* MAINT: move private -> commonmattip2018-08-211-29/+29
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-24/+18
* MAINT: remove darwin hardcoded LDOUBLE detectionAllan Haldane2018-05-301-11/+2
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
* BUG: verify the OS supports avx instructionJulian Taylor2018-03-291-0/+1
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-10/+10
* Merge pull request #10154 from eric-wieser/fixup-numerictypesCharles Harris2018-01-041-0/+2
|\
| * MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser2017-12-061-0/+2
* | DOC: fix minor typosUnknown2017-12-121-2/+2
|/
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-091-3/+7
|\
| * BUG: core: check platform.system for npymathxoviat2017-11-081-5/+4
| * BUG: distutils: kill npymath LTCG on clang, intelxoviat2017-11-081-1/+4
| * BUG: core: fix setup handlingxoviat2017-11-061-4/+6
* | BUG: Fix casting from longdouble to longEric Wieser2017-11-071-0/+4
|/
* BLD: [core:setup] disable npymath whole program opt on win32 (#9965)xoviat2017-11-051-1/+4
* ENH: Port the Dragon4 implementation to C/NumpyAllan Haldane2017-11-041-0/+2
* TST: core: add a test that exercise untested npymath functionsPauli Virtanen2017-08-171-1/+2
* Merge pull request #9020 from eric-wieser/reduce-warnCharles Harris2017-07-111-0/+1
|\
| * MAINT: Move functions handling ufunc extobjEric Wieser2017-06-021-0/+1