| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: tell gcc to unroll strided copy loops | Julian Taylor | 2013-06-13 | 1 | -0/+7 |
* | MAINT: use sse header macros for einsum sse activation | Julian Taylor | 2013-05-25 | 1 | -1/+4 |
* | ENH: vectorize sqrt ufunc using SSE2 | Julian Taylor | 2013-05-25 | 1 | -0/+4 |
* | ENH: optimize byteswapping via intrinsics | Julian Taylor | 2013-05-15 | 1 | -1/+4 |
* | MAINT: document why OPTIONAL_INTRINSICS needs arguments | Julian Taylor | 2013-05-09 | 1 | -0/+1 |
* | MAINT: check for intrinsics at configure time | Julian Taylor | 2013-05-08 | 1 | -0/+5 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -2/+3 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -2/+3 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -1/+1 |
* | gave MapIter an API | John Salvatier | 2012-10-08 | 1 | -1/+1 |
* | BLD: fix build error on Windows with MSVC9. Thanks to Christoph Gohlke. | Ralf Gommers | 2012-04-15 | 1 | -1/+1 |
* | VER: Bump up NPY_API_VERSION from 6 (Used by 1.6) to 7 | Mark Wiebe | 2012-04-06 | 1 | -1/+1 |
* | BLD: Increase C API version. Necessary because new C API functions were added. | rgommers | 2011-03-10 | 1 | -1/+1 |
* | ENH: core: Make NumPy trunk ABI-compatible with 1.5 | Mark Wiebe | 2011-01-27 | 1 | -1/+1 |
* | ENH: fix long double detection for linux ppc | David Cournapeau | 2010-07-19 | 1 | -0/+4 |
* | API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an... | Travis Oliphant | 2010-02-15 | 1 | -2/+2 |
* | Py3k: add a py3k version of pyod. | David Cournapeau | 2009-12-03 | 1 | -12/+32 |
* | BUG: forgot to update the C_API_VERSION as well. | David Cournapeau | 2009-11-26 | 1 | -1/+1 |
* | ENH: canonalize the define names for long double representation. | David Cournapeau | 2009-11-09 | 1 | -4/+4 |
* | ENH: add a check to get long double representation in distutils build. | David Cournapeau | 2009-11-06 | 1 | -0/+125 |
* | Check for C99 complex types. | David Cournapeau | 2009-11-04 | 1 | -0/+10 |
* | Implement ccos, csin, clog, carg, cpow complex functions. | David Cournapeau | 2009-11-04 | 1 | -1/+2 |
* | Implement stubs for clog, ccos, csin and cpow. | David Cournapeau | 2009-11-04 | 1 | -1/+1 |
* | Implement csqrt. | David Cournapeau | 2009-11-04 | 1 | -1/+1 |
* | Add cexp function. | David Cournapeau | 2009-11-04 | 1 | -1/+1 |
* | Start complex support for npymath. | David Cournapeau | 2009-11-04 | 1 | -0/+2 |
* | ENH: detect IEC 559 nextafter function. | David Cournapeau | 2009-10-30 | 1 | -2/+2 |
* | ENH: use api dict instead of *order.txt files to check for API changes. | David Cournapeau | 2009-10-08 | 1 | -1/+2 |
* | Fix build that I busted. Copysign needs to stay on old list also. | Charles Harris | 2009-08-26 | 1 | -1/+2 |
* | Python 2.6 include defines HAVE_COPYSIGN on fedora 11,so add it | Charles Harris | 2009-08-25 | 1 | -4/+5 |
* | Look for already declared configure checks macros in python 2.5. | David Cournapeau | 2009-07-21 | 1 | -1/+1 |
* | Add a few more math functions we forgot to test at configuration stage. | David Cournapeau | 2009-07-20 | 1 | -1/+1 |
* | Add copysign function. | David Cournapeau | 2009-06-30 | 1 | -2/+2 |
* | Add function to return builtin NPY_FEATURE_VERSION. | David Cournapeau | 2009-05-13 | 1 | -1/+1 |
* | Update C API version: we forgot to update them after adding generalized ufunc... | David Cournapeau | 2009-05-13 | 1 | -1/+1 |
* | Automatically detects C API mismatches. | David Cournapeau | 2009-05-13 | 1 | -0/+79 |
|\ |
|
| * | Do not use txt file for C API/ABI versions anymore, and display a warning ins... | David Cournapeau | 2009-04-29 | 1 | -0/+3 |
|/ |
|
* | Put func name -> conf string convertion in setup_common. | David Cournapeau | 2009-03-13 | 1 | -0/+3 |
* | Put math funcs to test in separate file to share with numscons build. | David Cournapeau | 2009-03-13 | 1 | -0/+24 |