| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #4692 from juliantaylor/fft-interrupt | Charles Harris | 2014-05-29 | 1 | -9/+12 |
|\ |
|
| * | MAINT: move variable attribute checks into a common variable | Julian Taylor | 2014-05-22 | 1 | -9/+12 |
* | | BUG: Fix string to int64 conversion on 32-bit platforms | Julian Taylor | 2014-05-14 | 1 | -1/+2 |
|/ |
|
* | MAINT: Update the C-API hash in cversions.txt. | Charles Harris | 2014-05-04 | 1 | -0/+1 |
* | BLD: allow strings for check_func declarations | Julian Taylor | 2014-04-23 | 1 | -0/+2 |
* | Merge pull request #4551 from michelmno/master | Julian Taylor | 2014-04-10 | 1 | -0/+4 |
|\ |
|
| * | Adding support of ppc64le architecture | William Grant | 2014-03-28 | 1 | -0/+4 |
* | | ENH: optimize srcstride0 copy with O3 | Julian Taylor | 2014-03-18 | 1 | -0/+2 |
|/ |
|
* | MAINT: add a configure check for ftello and fseeko | Julian Taylor | 2014-01-14 | 1 | -2/+2 |
* | MAINT: remove trailing zero count path in npy_memchr | Julian Taylor | 2013-10-25 | 1 | -1/+0 |
* | ENH: improve npy_memchr(p, 0) by using __builtin_ctz (tzcnt on x86) | Julian Taylor | 2013-10-17 | 1 | -0/+1 |
* | BUG: make checking for sse intrinsics more robust | Julian Taylor | 2013-09-21 | 1 | -1/+4 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -3/+3 |
* | MAINT: Update API version and API hash. | Charles Harris | 2013-08-14 | 1 | -1/+4 |
* | ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hints | Julian Taylor | 2013-08-09 | 1 | -0/+1 |
* | ENH: Add support for Motorola extended float format | Andreas Schwab | 2013-07-29 | 1 | -0/+4 |
* | 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 |