summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Py3k: add a py3k version of pyod.David Cournapeau2009-12-031-12/+32
* BUG: forgot to update the C_API_VERSION as well.David Cournapeau2009-11-261-1/+1
* ENH: canonalize the define names for long double representation.David Cournapeau2009-11-091-4/+4
* ENH: add a check to get long double representation in distutils build.David Cournapeau2009-11-061-0/+125
* Check for C99 complex types.David Cournapeau2009-11-041-0/+10
* Implement ccos, csin, clog, carg, cpow complex functions.David Cournapeau2009-11-041-1/+2
* Implement stubs for clog, ccos, csin and cpow.David Cournapeau2009-11-041-1/+1
* Implement csqrt.David Cournapeau2009-11-041-1/+1
* Add cexp function.David Cournapeau2009-11-041-1/+1
* Start complex support for npymath.David Cournapeau2009-11-041-0/+2
* ENH: detect IEC 559 nextafter function.David Cournapeau2009-10-301-2/+2
* ENH: use api dict instead of *order.txt files to check for API changes.David Cournapeau2009-10-081-1/+2
* Fix build that I busted. Copysign needs to stay on old list also.Charles Harris2009-08-261-1/+2
* Python 2.6 include defines HAVE_COPYSIGN on fedora 11,so add itCharles Harris2009-08-251-4/+5
* Look for already declared configure checks macros in python 2.5.David Cournapeau2009-07-211-1/+1
* Add a few more math functions we forgot to test at configuration stage.David Cournapeau2009-07-201-1/+1
* Add copysign function.David Cournapeau2009-06-301-2/+2
* Add function to return builtin NPY_FEATURE_VERSION.David Cournapeau2009-05-131-1/+1
* Update C API version: we forgot to update them after adding generalized ufunc...David Cournapeau2009-05-131-1/+1
* Automatically detects C API mismatches.David Cournapeau2009-05-131-0/+79
|\
| * Do not use txt file for C API/ABI versions anymore, and display a warning ins...David Cournapeau2009-04-291-0/+3
|/
* Put func name -> conf string convertion in setup_common.David Cournapeau2009-03-131-0/+3
* Put math funcs to test in separate file to share with numscons build.David Cournapeau2009-03-131-0/+24