summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * BUG: datetime: Make datetime_as_string produce a UNICODE array instead of STR...Mark Wiebe2011-10-015-28/+45
|/
* DOC: add note on formatting math to HOWTO_DOCUMENT.Ralf Gommers2011-09-271-0/+11
* STY: Fix spelling and reword text.Charles Harris2011-09-171-8/+8
* DOC: numpydoc.py was still using old, scipy trac url in docstringValentin Haenel2011-09-171-1/+1
* DOC: mention numpydoc in numpy conventionsValentin Haenel2011-09-171-0/+20
* BUG: Fix polynomial tests.Stefan van der Walt2011-09-141-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-132-20/+72
* TST: skip umath complex tests on all platforms except linux. Closes #1926.Rui Pereira2011-09-081-5/+1
* Merge pull request #152 from 87/ref-fixMark2011-09-081-0/+1
|\
| * BUG: Fix reference leak in PyArray_DTypeFromObjectHan2011-09-081-0/+1
|/
* DOC: update bento instructions.David Cournapeau2011-09-082-22/+20
* MISC: cloadable is not useful anymore.David Cournapeau2011-09-081-1/+1
* DOC: Add note about <ufunc>.reduce evaluation orderMark Wiebe2011-08-311-0/+6
* 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
* | ENH: no need to hardcode gcc anymore.David Cournapeau2011-08-291-3/+0
* | MISC: add cavead on top bscript.David Cournapeau2011-08-291-0/+32
* | MISC: warn about numscons scripts being deprecated.David Cournapeau2011-08-291-0/+5
* | BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* | ENH: add example to link against MKL on win32.David Cournapeau2011-08-291-1/+17
* | BUG: only add gcc-specific flag if actually using it.David Cournapeau2011-08-291-1/+2
* | 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
* | ENH: remove custom fixes for mac osx now integrated in waf.David Cournapeau2011-08-291-8/+0
* | REF: use new API for higher level builder reuse.David Cournapeau2011-08-296-57/+34
* | REF: use new hook signature.David Cournapeau2011-08-296-8/+8
* | REF: use new recursive hook file support.David Cournapeau2011-08-292-27/+27
* | REF: define hook file locally.David Cournapeau2011-08-296-15/+19
* | ENH: register waf-specific options.David Cournapeau2011-08-291-1/+4
* | ENH: update to last bento.David Cournapeau2011-08-296-39/+44
* | ENH: remove unneeded waf recursive context path magic.David Cournapeau2011-08-291-5/+0
* | ENH: workaround for waf python tool bug.David Cournapeau2011-08-291-0/+1
* | BUG: fix more separate-compilation issues.David Cournapeau2011-08-291-34/+44
* | STY: fix ws in bento.infoDavid Cournapeau2011-08-291-1/+1
* | 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