summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: When cblas is available use it in descr->f->dot.Charles Harris2014-09-041-7/+14
* ENH: Add 'HAVE_CBLAS' macro for build purposes.Charles Harris2014-09-041-4/+4
* Merge pull request #4842 from cournape/fix_intrinsics_detectionJulian Taylor2014-07-071-3/+2
|\
| * FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-071-1/+1
| * ENH: don't use check_func anymore for check_compile_without_warning.David Cournapeau2014-07-061-1/+1
| * FEAT: add check_gcc_function_attribute check.David Cournapeau2014-07-061-2/+1
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+1
|\ \ | |/ |/|
| * MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris2014-05-061-1/+1
* | Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-1/+6
|\ \
| * | MAINT: move variable attribute checks into a common variableJulian Taylor2014-05-221-2/+2
| * | BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-091-0/+5
| |/
* | ENH: speed-up minimum, maximum and xor for bool dtypejaimefrio2014-05-251-2/+2
|/
* MAINT: move memory allocator functions to own file alloc.cJulian Taylor2014-05-051-0/+1
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-3/+2
* Adding support of ppc64le architectureWilliam Grant2014-03-281-1/+1
* - Modified generic searches to take a PyArrayObject and use its PyArray_DESCRjaimefrio2014-02-071-1/+1
* ENH: Type specific binary search functions for `searchsorted`jaimefrio2014-01-291-1/+4
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-111-0/+3
* BUG: core: use correct Python format string for npy_off_tPauli Virtanen2014-01-091-1/+2
* MAINT: add npy_memchr for memchr like operationsJulian Taylor2013-10-171-0/+1
* MAINT: add library sources to some dependenciesJulian Taylor2013-10-151-19/+16
* ENH: add scalarmathmodule.h.src with integer overflow functionsJulian Taylor2013-10-151-0/+2
* MAINT: add src/private in build_dir to include search pathsJulian Taylor2013-10-141-4/+15