summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
|/
* MAINT: Move string functions to their own fileEric Wieser2017-06-011-0/+2
* MAINT: split out umath-specific part of ufunc_override.Marten van Kerkwijk2017-04-271-0/+2
* MAINT: Split out C code in ufunc_override.h to .c file.Marten van Kerkwijk2017-04-271-2/+7
* TST: Enable NPY_RELAXED_STRIDES_DEBUG environment variable.Charles Harris2017-04-261-0/+14
* MAINT: remove obsolete single file compilation functionsJulian Taylor2017-03-241-42/+0
* ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-101-2/+7
* MAINT: Remove files and constants only needed for Bento. (#8744)Alexander Shadchin2017-03-051-9/+0
* ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-241-0/+1
* ENH: core: add overlap detection logic to EQUIVALENTLY/TRIVIALLY_ITERABLE loopsPauli Virtanen2017-01-191-1/+3
* MAINT: core: add a missing compilation dependency to setup.pyPauli Virtanen2017-01-191-0/+1
* MAINT: Drop memorysimpleview (need only for Python 2.6)Alexandr Shadchin2016-12-091-2/+0
* ENH: specialize name of dev package by interpretermattip2016-10-221-1/+4
* commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2016-10-211-3/+6
* MAINT: check that linker can handle AVXJulian Taylor2016-10-111-3/+5
* MAINT: Remove leftover imp module imports.Charles Harris2016-09-031-1/+0
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* Handle NetBSD specific <sys/endian.h>Kamil Rytarowski2016-07-311-0/+4
* MAINT: Fix remaining uses of deprecated Python imp module.Charles Harris2016-07-181-6/+6
* ENH: Make numpy floating scalars consistent with Python divmod.Charles Harris2016-02-181-0/+2
* MAINT: Dictionary litteralRémy Léone2015-11-071-11/+4
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-4/+1
* Merge pull request #6354 from mingwpy/mingwpyCharles Harris2015-10-091-1/+4
|\
| * BLD: mingwpy fixescarlkl2015-09-241-1/+4
* | MAINT: Remove single file compilation support.Charles Harris2015-10-081-20/+0
* | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-231-0/+3
|/
* ENH: use 128-bit integers to avoid overflows in solve_diophantinePauli Virtanen2015-08-291-1/+4
* ENH: core: add diophantine equation solver for deciding memory overlap problemsPauli Virtanen2015-08-291-1/+4
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-1/+2
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-3/+1
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-35/+33
* BUG: Workaround segfault in Apple Accelerate framework SGEMVSturla Molden2015-05-031-0/+3
* Merge pull request #5316 from juliantaylor/align-fixesCharles Harris2015-04-211-0/+1
|\
| * BUG: reduce maximum alignment to 8 bytes on 32 bitJulian Taylor2014-11-261-0/+1
* | BLD: Use system-wide fenv.h on cygwinSebastien Gouezel2015-02-081-6/+0