Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: add ufsparse to the libraries search path. | Fabian Pedregosa | 2011-08-29 | 1 | -0/+2 |
| | | | | | | Fixes a build failure on macports when it detected umfpack but was unable to build the extension module. Equivalent to the '/usr/include/suitesparse' path under Debian. | ||||
* | BUG: update bento script for boolean_ops.c.src. | David Cournapeau | 2011-08-29 | 1 | -1/+3 |
| | |||||
* | BUG: fix non-mandatory win32-specific check. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | BUG: forgot to add long double check. | David Cournapeau | 2011-08-29 | 1 | -0/+135 |
| | |||||
* | BUG: temp hack to circumvent a waf bug on win32 ? | David Cournapeau | 2011-08-29 | 1 | -1/+2 |
| | |||||
* | BUG: check for missing win32-specific format stuff. | David Cournapeau | 2011-08-29 | 1 | -0/+11 |
| | |||||
* | BUG: complex.h is not mandatory. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | BUG: temp hack to fix some function checks. | David Cournapeau | 2011-08-29 | 1 | -3/+5 |
| | |||||
* | FEAT: add check_ldouble for bento build. | David Cournapeau | 2011-08-29 | 1 | -0/+44 |
| | |||||
* | FEAT: fix numpy.random build issues with MSVC. | David Cournapeau | 2011-08-29 | 1 | -7/+21 |
| | |||||
* | ENH: update bento build to recent changes in numpy.core. | David Cournapeau | 2011-08-29 | 2 | -12/+12 |
| | |||||
* | BUG: make sure autoconf macros are set to 1, not True. | David Cournapeau | 2011-08-29 | 1 | -1/+4 |
| | |||||
* | ENH: write conf defines comments when test failed as well. | David Cournapeau | 2011-08-29 | 1 | -3/+18 |
| | |||||
* | STY: tweak configure comments to match autoconf more closely. | David Cournapeau | 2011-08-29 | 1 | -3/+3 |
| | | | | This makes comparison easier. | ||||
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 5 | -49/+26 |
| | |||||
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 5 | -6/+6 |
| | |||||
* | REF: use new recursive hook file support. | David Cournapeau | 2011-08-29 | 1 | -0/+24 |
| | |||||
* | REF: define hook file locally. | David Cournapeau | 2011-08-29 | 5 | -0/+10 |
| | |||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 5 | -25/+24 |
| | |||||
* | ENH: remove unneeded waf recursive context path magic. | David Cournapeau | 2011-08-29 | 1 | -5/+0 |
| | |||||
* | BUG: fix more separate-compilation issues. | David Cournapeau | 2011-08-29 | 1 | -34/+44 |
| | |||||
* | BUG: fix renaming of new iterator source file. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | BUG: build waf build utils in separate module to avoid 'spurious' imports. | David Cournapeau | 2011-08-29 | 3 | -479/+481 |
| | |||||
* | ENH: add support for separate compilation of multiarray (still does not work ↵ | David Cournapeau | 2011-08-29 | 1 | -1/+38 |
| | | | | though). | ||||
* | BUG: fix unicode config checks. | David Cournapeau | 2011-08-29 | 1 | -2/+11 |
| | |||||
* | BUG: use 1/0 instead of booleans in config.h | David Cournapeau | 2011-08-29 | 1 | -0/+8 |
| | |||||
* | FEAT: add wide unicode detection. | David Cournapeau | 2011-08-29 | 1 | -0/+10 |
| | |||||
* | FEAT: add basics for separate build. | David Cournapeau | 2011-08-29 | 1 | -2/+7 |
| | |||||
* | BUG: remove unnecessary header inclusion which breaks builds. | David Cournapeau | 2011-08-29 | 1 | -1/+0 |
| | |||||
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 5 | -64/+8 |
| | |||||
* | BUG: build _dotblas as callback. | David Cournapeau | 2011-08-29 | 1 | -6/+7 |
| | |||||
* | ENH: add fft/random support. | David Cournapeau | 2011-08-29 | 5 | -3/+73 |
| | |||||
* | FEAT: add numpy.linalg. | David Cournapeau | 2011-08-29 | 2 | -0/+46 |
| | |||||
* | FEAT: numpy.core and numpy.lib both build | David Cournapeau | 2011-08-29 | 4 | -2/+243 |
| | |||||
* | BENTO: add complex checks. | David Cournapeau | 2011-08-29 | 2 | -0/+48 |
| | |||||
* | BENTO: check for inline support. | David Cournapeau | 2011-08-29 | 2 | -0/+39 |
| | |||||
* | BENTO: add math runtime checks. | David Cournapeau | 2011-08-29 | 2 | -0/+238 |
| | |||||
* | BENTO: add signal/smp stuff in configure. | David Cournapeau | 2011-08-29 | 1 | -0/+46 |
| | |||||
* | BENTO: add basic type checks. | David Cournapeau | 2011-08-29 | 2 | -0/+163 |
| | |||||
* | BENTO: check for C99 formats + add check_declaration. | David Cournapeau | 2011-08-29 | 2 | -0/+35 |
| | |||||
* | BENTO: start support for numpyconfig. | David Cournapeau | 2011-08-29 | 1 | -1/+26 |
| | |||||
* | BENTO: start numpy.core configuration + waf_utils helpers. | David Cournapeau | 2011-08-29 | 1 | -0/+0 |
| | |||||
* | BENTO: start numpy.core configuration | David Cournapeau | 2011-08-29 | 3 | -0/+136 |
| | | | | We also add configuration helpers in numpy.build_utils. | ||||
* | ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer ↵ | Mark Wiebe | 2011-08-27 | 6 | -24/+96 |
| | | | | | | | | for legacy code These functions now reject inputs with NA, and there are alternative functions PyArray_AllowNAConverter and PyArray_OutputAllowNAConverter that functions should use when they intend to support NA. | ||||
* | ENH: nditer: Change the Python nditer exposure to automatically add ↵ | Mark Wiebe | 2011-08-27 | 2 | -5/+50 |
| | | | | NPY_ITER_USE_MASKNA | ||||
* | ENH: missingdata: Make comparisons with NA return NA(dtype='bool') | Mark Wiebe | 2011-08-27 | 3 | -63/+85 |
| | |||||
* | BLD: core: onefile build fix and Python3 compatibility change | Mark Wiebe | 2011-08-27 | 2 | -3/+4 |
| | |||||
* | TST: dtype: Adjust void dtype test to pass without raising a zero-size exception | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | TST: missingdata: Write some tests for the np.any and np.all NA behavior | Mark Wiebe | 2011-08-27 | 2 | -7/+87 |
| | |||||
* | ENH: missingdata: Make numpy.all follow the NA && False == False rule | Mark Wiebe | 2011-08-27 | 9 | -95/+172 |
| |