| Commit message (Expand) | Author | Age | Files | Lines |
* | added a warning concerning the buggy normalization in histogram with non-unif... | dhuard | 2010-08-30 | 1 | -0/+11 |
* | Fixed bug in histogram for non-uniform bin widths and normed=True. | dhuard | 2010-08-27 | 1 | -1/+1 |
* | DOC: wiki merge, npyio, format and function_base | rgommers | 2010-07-31 | 1 | -25/+45 |
* | ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438. | rgommers | 2010-07-31 | 1 | -5/+11 |
* | ENH: Add ddof keyword to masked versions of cov and corrcoef. | Charles Harris | 2010-07-07 | 1 | -4/+8 |
* | Fix missing rowvar in cov call in corrcoeff. | Charles Harris | 2010-07-07 | 1 | -1/+1 |
* | Don't deprecated bias keyword, just add ddof. | Charles Harris | 2010-07-07 | 1 | -41/+25 |
* | ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword. | Charles Harris | 2010-07-07 | 1 | -29/+56 |
* | BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523) | Pauli Virtanen | 2010-06-27 | 1 | -0/+1 |
* | CLN: Cleanup nanops code a bit. Patch is from Tony Yu. | Charles Harris | 2010-06-07 | 1 | -7/+7 |
* | BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300. | Charles Harris | 2010-05-26 | 1 | -1/+1 |
* | BUG: Correctly handle in-place output in percentile. | Stefan van der Walt | 2010-05-16 | 1 | -3/+9 |
* | BUG: Allow any array-like input to percentile. | Stefan van der Walt | 2010-05-16 | 1 | -0/+2 |
* | Add percentile function. | Travis Oliphant | 2010-05-15 | 1 | -2/+128 |
* | BUG: Make interp handle zero dimensional ndarrays as interpolation | Charles Harris | 2010-05-07 | 1 | -6/+8 |
* | Merge branch 'vectorize' | Charles Harris | 2010-05-06 | 1 | -45/+93 |
* | BUG: fix kaiser for M=1. | David Cournapeau | 2010-03-31 | 1 | -0/+2 |
* | * Use putmask instead of fancy indexing in _nanop (bug #1421) | pierregm | 2010-03-22 | 1 | -1/+4 |
* | BUG: lib: fix #1435, np.gradient should use zeros_like | Pauli Virtanen | 2010-03-18 | 1 | -1/+1 |
* | 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly gen... | Pauli Virtanen | 2010-02-20 | 1 | -1/+13 |
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -13/+9 |
* | removed old behavior for the histogram function. | dhuard | 2010-02-16 | 1 | -135/+65 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -12/+72 |
* | Merge deprecate_with_doc into deprecate(message="..."). | Stefan van der Walt | 2009-10-25 | 1 | -2/+2 |
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -44/+182 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -0/+3 |
* | All non core regressions tests moved to their respective modules. | David Cournapeau | 2009-09-16 | 1 | -1/+1 |
* | Move linspace and logspace into core. | David Cournapeau | 2009-09-16 | 1 | -156/+2 |
* | Fixed compatibility issue of histogram with matplotlib 0.91.2 | dhuard | 2009-08-12 | 1 | -3/+3 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -24/+5 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -79/+144 |
* | docstring: fix bug in blackman docstring | Pauli Virtanen | 2009-05-21 | 1 | -1/+1 |
* | Docstring fixes: make some examples to work properly | Pauli Virtanen | 2009-05-20 | 1 | -17/+26 |
* | Make histogramdd documentation a bit clearer. | Charles Harris | 2009-04-10 | 1 | -2/+3 |
* | Fix ticket #928 | Charles Harris | 2009-04-10 | 1 | -1/+3 |
* | Fix nanmin, -max etc. to handle axis argument correctly. | Stefan van der Walt | 2009-03-26 | 1 | -6/+16 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -58/+149 |
* | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -2/+2 |
* | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 1 | -1/+1 |
* | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 1 | -1/+1 |
* | More add_newdocs entries, and make add_newdoc capable of adding docs also to ... | Pauli Virtanen | 2009-02-14 | 1 | -47/+0 |
* | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 1 | -3/+11 |
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -8/+8 |
* | removed the `new` argument in the histogram docstring example | dhuard | 2008-11-12 | 1 | -1/+1 |
* | Follow up on changes to histogram: new=False now raises a DeprecationWarning,... | dhuard | 2008-11-12 | 1 | -32/+14 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -95/+337 |
* | Import documentation from doc wiki (part 1) | Pauli Virtanen | 2008-10-27 | 1 | -0/+11 |
* | More consistent nan-operations. | Stefan van der Walt | 2008-08-12 | 1 | -20/+37 |
* | breaking API for median | Jarrod Millman | 2008-08-08 | 1 | -12/+9 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -25/+25 |