summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-191-0/+1
* fix for windowsKonstantinos Psychas2016-01-081-1/+1
* ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-171-1/+1
* ENH: use prefetching for summationJulian Taylor2015-11-161-0/+3
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-1/+1
* BLD: Option /GL does not exit for mingw32 compiler.Charles Harris2015-08-101-1/+3
* remove /GL for vs2015 in check_long_double_representationJames Salter2015-07-201-0/+9
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-6/+6
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-14/+15
* MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-1/+2
* BUG: Disable broken complex trig functions for early linux glibc.Charles Harris2015-02-131-0/+1
* ENH: Detect all functions in complex.hCharles Harris2015-01-281-13/+19
* ENH: use gcc intrinsic for overflow checked multiplicationJulian Taylor2014-11-211-0/+1
* BLD: try linking a file if compile long double repr detection failsJulian Taylor2014-10-151-3/+13
* ENH: add cube root function np.cbrt for real floatsJulian Taylor2014-09-071-2/+2
* Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-9/+12
|\
| * MAINT: move variable attribute checks into a common variableJulian Taylor2014-05-221-9/+12
* | BUG: Fix string to int64 conversion on 32-bit platformsJulian Taylor2014-05-141-1/+2
|/
* MAINT: Update the C-API hash in cversions.txt.Charles Harris2014-05-041-0/+1
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-0/+2
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-101-0/+4
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-281-0/+4
* | ENH: optimize srcstride0 copy with O3Julian Taylor2014-03-181-0/+2
|/
* MAINT: add a configure check for ftello and fseekoJulian Taylor2014-01-141-2/+2
* MAINT: remove trailing zero count path in npy_memchrJulian Taylor2013-10-251-1/+0
* ENH: improve npy_memchr(p, 0) by using __builtin_ctz (tzcnt on x86)Julian Taylor2013-10-171-0/+1
* BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-211-1/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* MAINT: Update API version and API hash.Charles Harris2013-08-141-1/+4
* ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-091-0/+1
* ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+4
* ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-131-0/+7
* MAINT: use sse header macros for einsum sse activationJulian Taylor2013-05-251-1/+4
* ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+4
* ENH: optimize byteswapping via intrinsicsJulian Taylor2013-05-151-1/+4
* MAINT: document why OPTIONAL_INTRINSICS needs argumentsJulian Taylor2013-05-091-0/+1
* MAINT: check for intrinsics at configure timeJulian Taylor2013-05-081-0/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+3
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+3
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DEP: Remove scons related files and code.Charles Harris2013-01-131-1/+1
* gave MapIter an APIJohn Salvatier2012-10-081-1/+1
* BLD: fix build error on Windows with MSVC9. Thanks to Christoph Gohlke.Ralf Gommers2012-04-151-1/+1
* VER: Bump up NPY_API_VERSION from 6 (Used by 1.6) to 7Mark Wiebe2012-04-061-1/+1
* BLD: Increase C API version. Necessary because new C API functions were added.rgommers2011-03-101-1/+1
* ENH: core: Make NumPy trunk ABI-compatible with 1.5Mark Wiebe2011-01-271-1/+1
* ENH: fix long double detection for linux ppcDavid Cournapeau2010-07-191-0/+4
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an...Travis Oliphant2010-02-151-2/+2