| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Fix valueerror typo. | Charles Harris | 2011-03-14 | 1 | -1/+1 |
* | DOC: Add examples for hermite, hermite_e, and laguerre polynomials. | Charles Harris | 2011-03-14 | 3 | -247/+263 |
* | ENH: Import Hermite, HermiteE, and Laguerre into package namespace. | Charles Harris | 2011-03-13 | 1 | -0/+3 |
* | ENH: Change test_trimdeg to test_cutdeg to match method name. | Charles Harris | 2011-03-13 | 2 | -2/+3 |
* | BUG: Fix wrong target values. Change Hermite_e to HermiteE, rename | Charles Harris | 2011-03-13 | 1 | -30/+30 |
* | BUG: Fix hermemulx, rename class to HermiteE, and move __all__ after | Charles Harris | 2011-03-13 | 1 | -8/+8 |
* | ENH: Rename test_trimdeg to test_cutdeg to match method and add ability to | Charles Harris | 2011-03-13 | 3 | -3/+15 |
* | ENH: A window attribute in polytemplate. This is helpful in defining the | Charles Harris | 2011-03-13 | 1 | -129/+250 |
* | ENH: First commit of hermite and laguerre polynomials. The documentation and | Charles Harris | 2011-03-03 | 6 | -0/+5022 |
* | Remove unused function legtimesx, it has been replaced by legmulx. | Charles Harris | 2011-03-03 | 1 | -46/+0 |
* | BUG: add polypow, chebpow, legpow to __all__ and module documentation. | Charles Harris | 2011-03-03 | 3 | -14/+17 |
* | DOC: merge wiki edit for einsum docstring. | rgommers | 2011-03-03 | 1 | -46/+47 |
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 5 | -23/+73 |
* | DOC: fix some formatting errors in polynomial docs. | rgommers | 2011-03-03 | 3 | -40/+35 |
* | DOC: fix doc build complaint about too-long tables. | rgommers | 2011-03-02 | 1 | -5/+7 |
* | TST: clean up some ResourceWarnings from python 3.2. | rgommers | 2011-03-02 | 3 | -17/+27 |
* | DEP: fix deprecation warning from using SafeConfigParser with Python 3.2. | rgommers | 2011-03-02 | 2 | -4/+9 |
* | TST: replace assert with assert_ | rgommers | 2011-03-02 | 2 | -24/+24 |
* | TST: replace TestCase.assert_ (deprecated in Python 3.2) with assertTrue. | rgommers | 2011-03-02 | 4 | -64/+64 |
* | BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749. | rgommers | 2011-03-02 | 3 | -2/+13 |
* | DOC: merge wiki changes for numpy.random and regenerate mtrand.c | rgommers | 2011-03-02 | 2 | -5879/+5572 |
* | DOC: merge wiki edits for numpy.core. | rgommers | 2011-03-02 | 5 | -69/+173 |
* | DOC: merge more doc wiki edits. | rgommers | 2011-03-02 | 5 | -18/+61 |
* | DOC: merge wiki changes, structured array doc. | rgommers | 2011-03-02 | 1 | -1/+32 |
* | TST: update namespace usage in lib.polynomial doctests. | rgommers | 2011-03-01 | 1 | -11/+8 |
* | BUG: correct file name in fromregex. | rgommers | 2011-03-01 | 1 | -2/+2 |
* | TYP: Fix typo. | Charles Harris | 2011-02-18 | 1 | -1/+1 |
* | ENH: core: Allow user to pass in output array for dot() | Luis Pedro Coelho | 2011-02-12 | 6 | -39/+241 |
* | BUG: core: fix build on Python 2.4 | Pauli Virtanen | 2011-02-12 | 1 | -1/+1 |
* | BUG: Fix python3k import problem. | Charles Harris | 2011-02-11 | 1 | -1/+1 |
* | BUG: ticket 1741, fix python 2.5 incompatibilityr. | Charles Harris | 2011-02-11 | 1 | -4/+6 |
* | STY: index_tricks: Improve comments and documentation strings | Mark Wiebe | 2011-02-10 | 5 | -32/+63 |
* | ENH: index_tricks: Implement unravel_index and ravel_coords functions in C | Mark Wiebe | 2011-02-10 | 7 | -79/+766 |
* | ENH: einsum: Specialize contiguous reduction, add SSE prefetching | Mark Wiebe | 2011-02-10 | 1 | -6/+239 |
* | BUG: core: Fix potential reference leak, possibly fix segfault ticket #1737 | Mark Wiebe | 2011-02-09 | 2 | -11/+10 |
* | BUG: umath: Fix reference usage after Py_DECREF | Mark Wiebe | 2011-02-08 | 1 | -1/+1 |
* | STY: core: Rename 'dtype' parameter to 'requested_dtype' in GetArrayParamsFro... | Mark Wiebe | 2011-02-08 | 1 | -18/+26 |
* | Merge branch 'array_params_from_object' of https://github.com/m-paradox/numpy... | Charles Harris | 2011-02-08 | 11 | -514/+751 |
|\ |
|
| * | BUG: iter: The wrong stride was specialized in some cases for reduction operands | Mark Wiebe | 2011-02-07 | 2 | -3/+13 |
| * | BUG: core: Fix regression ticket #1735 | Mark Wiebe | 2011-02-06 | 2 | -0/+27 |
| * | ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081) | Mark Wiebe | 2011-02-06 | 9 | -511/+711 |
* | | BUG: fix undefined macro. | David Cournapeau | 2011-02-08 | 1 | -0/+1 |
* | | STY: remove unneeded import of ufuncobject in halffloat.c. | David Cournapeau | 2011-02-08 | 1 | -1/+0 |
* | | BUG: fix inline definition so that it still inlines in gcc -ansi mode. | David Cournapeau | 2011-02-08 | 1 | -4/+6 |
|/ |
|
* | BUG: tweak NPY_INLINE definition to allow compilation in gcc -pendantic mode. | David Cournapeau | 2011-02-07 | 1 | -1/+3 |
* | BUG: fix a few C99-ism in C code. | David Cournapeau | 2011-02-07 | 1 | -4/+4 |
* | DOC: Note version minlength was added to bincount. | Charles Harris | 2011-02-04 | 1 | -0/+1 |
* | WHT: Cleanup whitespace. | Charles Harris | 2011-02-03 | 5 | -14/+11 |
* | ENH: iter: Add timing code, rewrite some sections to be faster/more clear | Mark Wiebe | 2011-02-03 | 1 | -401/+488 |
* | ENH: core: Small tweaks to streamline things a bit | Mark Wiebe | 2011-02-03 | 3 | -135/+129 |