Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: numpydoc.py was still using old, scipy trac url in docstring | Valentin Haenel | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | DOC: mention numpydoc in numpy conventions | Valentin Haenel | 2011-09-17 | 1 | -0/+20 |
| | | | | | Explain why it's good to use numpydoc and link to both numpydoc and some installation and usage instructions. | ||||
* | BUG: Fix polynomial tests. | Stefan van der Walt | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | ENH: Add weights and covariance estimate to standard polyfit. | Travis E. Oliphant | 2011-09-13 | 2 | -20/+72 |
| | |||||
* | TST: skip umath complex tests on all platforms except linux. Closes #1926. | Rui Pereira | 2011-09-08 | 1 | -5/+1 |
| | |||||
* | Merge pull request #152 from 87/ref-fix | Mark | 2011-09-08 | 1 | -0/+1 |
|\ | | | | | BUG: Fix reference leak in PyArray_DTypeFromObject | ||||
| * | BUG: Fix reference leak in PyArray_DTypeFromObject | Han | 2011-09-08 | 1 | -0/+1 |
|/ | |||||
* | DOC: update bento instructions. | David Cournapeau | 2011-09-08 | 2 | -22/+20 |
| | |||||
* | MISC: cloadable is not useful anymore. | David Cournapeau | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | DOC: Add note about <ufunc>.reduce evaluation order | Mark Wiebe | 2011-08-31 | 1 | -0/+6 |
| | |||||
* | Merge pull request #149 from 87/ref-fix | Mark | 2011-08-31 | 2 | -2/+2 |
|\ | | | | | Bugfix in PyArray_SetBaseObject | ||||
| * | BUG: PyArray_SetBaseObject didn't set proper base when collapsing views | 87 | 2011-08-31 | 2 | -2/+2 |
| | | |||||
* | | FIX: Make tril/triu return the same dtype as the original array. | Fabian Pedregosa | 2011-08-31 | 2 | -2/+14 |
| | | | | | | | | | | | | | | This should fix: * http://projects.scipy.org/numpy/ticket/1848 * http://projects.scipy.org/scipy/ticket/1449 | ||||
* | | STY: Some style cleanups. | Charles Harris | 2011-08-29 | 2 | -28/+29 |
| | | |||||
* | | ENH: Add function for adding docstrings to ufuncs. | Chris Jordan-Squire | 2011-08-29 | 6 | -21/+133 |
| | | |||||
* | | 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 |
| | | |||||
* | | ENH: no need to hardcode gcc anymore. | David Cournapeau | 2011-08-29 | 1 | -3/+0 |
| | | |||||
* | | MISC: add cavead on top bscript. | David Cournapeau | 2011-08-29 | 1 | -0/+32 |
| | | |||||
* | | MISC: warn about numscons scripts being deprecated. | David Cournapeau | 2011-08-29 | 1 | -0/+5 |
| | | |||||
* | | BUG: fix non-mandatory win32-specific check. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | | |||||
* | | ENH: add example to link against MKL on win32. | David Cournapeau | 2011-08-29 | 1 | -1/+17 |
| | | |||||
* | | BUG: only add gcc-specific flag if actually using it. | David Cournapeau | 2011-08-29 | 1 | -1/+2 |
| | | |||||
* | | 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. | ||||
* | | ENH: remove custom fixes for mac osx now integrated in waf. | David Cournapeau | 2011-08-29 | 1 | -8/+0 |
| | | |||||
* | | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 6 | -57/+34 |
| | | |||||
* | | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 6 | -8/+8 |
| | | |||||
* | | REF: use new recursive hook file support. | David Cournapeau | 2011-08-29 | 2 | -27/+27 |
| | | |||||
* | | REF: define hook file locally. | David Cournapeau | 2011-08-29 | 6 | -15/+19 |
| | | |||||
* | | ENH: register waf-specific options. | David Cournapeau | 2011-08-29 | 1 | -1/+4 |
| | | |||||
* | | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 6 | -39/+44 |
| | | |||||
* | | ENH: remove unneeded waf recursive context path magic. | David Cournapeau | 2011-08-29 | 1 | -5/+0 |
| | | |||||
* | | ENH: workaround for waf python tool bug. | David Cournapeau | 2011-08-29 | 1 | -0/+1 |
| | | |||||
* | | BUG: fix more separate-compilation issues. | David Cournapeau | 2011-08-29 | 1 | -34/+44 |
| | | |||||
* | | STY: fix ws in bento.info | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |