summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #149 from 87/ref-fixMark2011-08-312-2/+2
|\
| * BUG: PyArray_SetBaseObject didn't set proper base when collapsing views872011-08-312-2/+2
* | FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-312-2/+14
* | STY: Some style cleanups.Charles Harris2011-08-292-28/+29
* | ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-296-21/+133
* | FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* | BUG: update bento script for boolean_ops.c.src.David Cournapeau2011-08-291-1/+3
* | BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* | BUG: forgot to add long double check.David Cournapeau2011-08-291-0/+135
* | BUG: temp hack to circumvent a waf bug on win32 ?David Cournapeau2011-08-291-1/+2
* | BUG: check for missing win32-specific format stuff.David Cournapeau2011-08-291-0/+11
* | BUG: complex.h is not mandatory.David Cournapeau2011-08-291-1/+1
* | BUG: temp hack to fix some function checks.David Cournapeau2011-08-291-3/+5
* | FEAT: add check_ldouble for bento build.David Cournapeau2011-08-291-0/+44
* | FEAT: fix numpy.random build issues with MSVC.David Cournapeau2011-08-291-7/+21
* | ENH: update bento build to recent changes in numpy.core.David Cournapeau2011-08-292-12/+12
* | BUG: make sure autoconf macros are set to 1, not True.David Cournapeau2011-08-291-1/+4
* | ENH: write conf defines comments when test failed as well.David Cournapeau2011-08-291-3/+18
* | STY: tweak configure comments to match autoconf more closely.David Cournapeau2011-08-291-3/+3
* | REF: use new API for higher level builder reuse.David Cournapeau2011-08-295-49/+26
* | REF: use new hook signature.David Cournapeau2011-08-295-6/+6
* | REF: use new recursive hook file support.David Cournapeau2011-08-291-0/+24
* | REF: define hook file locally.David Cournapeau2011-08-295-0/+10
* | ENH: update to last bento.David Cournapeau2011-08-295-25/+24
* | ENH: remove unneeded waf recursive context path magic.David Cournapeau2011-08-291-5/+0
* | BUG: fix more separate-compilation issues.David Cournapeau2011-08-291-34/+44
* | BUG: fix renaming of new iterator source file.David Cournapeau2011-08-291-1/+1
* | BUG: build waf build utils in separate module to avoid 'spurious' imports.David Cournapeau2011-08-293-479/+481
* | ENH: add support for separate compilation of multiarray (still does not work ...David Cournapeau2011-08-291-1/+38
* | BUG: fix unicode config checks.David Cournapeau2011-08-291-2/+11
* | BUG: use 1/0 instead of booleans in config.hDavid Cournapeau2011-08-291-0/+8
* | FEAT: add wide unicode detection.David Cournapeau2011-08-291-0/+10
* | FEAT: add basics for separate build.David Cournapeau2011-08-291-2/+7
* | BUG: remove unnecessary header inclusion which breaks builds.David Cournapeau2011-08-291-1/+0
* | ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-295-64/+8
* | BUG: build _dotblas as callback.David Cournapeau2011-08-291-6/+7
* | ENH: add fft/random support.David Cournapeau2011-08-295-3/+73
* | FEAT: add numpy.linalg.David Cournapeau2011-08-292-0/+46
* | FEAT: numpy.core and numpy.lib both buildDavid Cournapeau2011-08-294-2/+243
* | BENTO: add complex checks.David Cournapeau2011-08-292-0/+48
* | BENTO: check for inline support.David Cournapeau2011-08-292-0/+39
* | BENTO: add math runtime checks.David Cournapeau2011-08-292-0/+238
* | BENTO: add signal/smp stuff in configure.David Cournapeau2011-08-291-0/+46
* | BENTO: add basic type checks.David Cournapeau2011-08-292-0/+163
* | BENTO: check for C99 formats + add check_declaration.David Cournapeau2011-08-292-0/+35
* | BENTO: start support for numpyconfig.David Cournapeau2011-08-291-1/+26
* | BENTO: start numpy.core configuration + waf_utils helpers.David Cournapeau2011-08-291-0/+0
* | BENTO: start numpy.core configurationDavid Cournapeau2011-08-293-0/+136
|/
* ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo...Mark Wiebe2011-08-276-24/+96
* ENH: nditer: Change the Python nditer exposure to automatically add NPY_ITER_...Mark Wiebe2011-08-272-5/+50