summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-0/+1
* | BUG: Xerbla doesn't get linked in 1.10-devel.Charles Harris2014-12-241-1/+3
|/
* Merge pull request #5162 from juliantaylor/scalarmath-mergeCharles Harris2014-11-201-19/+7
|\
| * MAINT: merge scalarmathmodule into umath moduleJulian Taylor2014-10-091-19/+7
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-21/+7
* | BLD: fix expected size argument for complex typesJulian Taylor2014-10-151-1/+2
* | BLD: change expected type sizes to 64 bitJulian Taylor2014-10-151-3/+3
|/
* BUG: fix restrict checkJulian Taylor2014-09-301-3/+1
* BLD: add check for C99 restrict keywordJulian Taylor2014-09-291-0/+5
* ENH: add small kernel correlate functionJulian Taylor2014-09-261-0/+3
* ENH: Move vdot to multiarray.Charles Harris2014-09-041-23/+4
* ENH: Move dotblas_matrixproduct down into multiarray.Charles Harris2014-09-041-5/+6