summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Collapse)AuthorAgeFilesLines
* added a warning concerning the buggy normalization in histogram with ↵dhuard2010-08-301-0/+11
| | | | non-uniform bin widths
* Fixed bug in histogram for non-uniform bin widths and normed=True.dhuard2010-08-271-1/+1
|
* DOC: wiki merge, npyio, format and function_basergommers2010-07-311-25/+45
|
* ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438.rgommers2010-07-311-5/+11
|
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-4/+8
|
* Fix missing rowvar in cov call in corrcoeff.Charles Harris2010-07-071-1/+1
|
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-41/+25
|
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-29/+56
|
* BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523)Pauli Virtanen2010-06-271-0/+1
|
* CLN: Cleanup nanops code a bit. Patch is from Tony Yu.Charles Harris2010-06-071-7/+7
|
* BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300.Charles Harris2010-05-261-1/+1
|
* BUG: Correctly handle in-place output in percentile.Stefan van der Walt2010-05-161-3/+9
|
* BUG: Allow any array-like input to percentile.Stefan van der Walt2010-05-161-0/+2
|
* Add percentile function.Travis Oliphant2010-05-151-2/+128
|
* BUG: Make interp handle zero dimensional ndarrays as interpolationCharles Harris2010-05-071-6/+8
| | | | | points. Add some tests for interp. Fixes ticket #1177. unc_api.txt.tmp
* Merge branch 'vectorize'Charles Harris2010-05-061-45/+93
|
* BUG: fix kaiser for M=1.David Cournapeau2010-03-311-0/+2
|
* * Use putmask instead of fancy indexing in _nanop (bug #1421)pierregm2010-03-221-1/+4
|
* BUG: lib: fix #1435, np.gradient should use zeros_likePauli Virtanen2010-03-181-1/+1
| | | | Thanks to Ryan May for the patch.
* 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly ↵Pauli Virtanen2010-02-201-1/+13
| | | | genfromtxt
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-13/+9
|
* removed old behavior for the histogram function.dhuard2010-02-161-135/+65
|
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-12/+72
|
* Merge deprecate_with_doc into deprecate(message="...").Stefan van der Walt2009-10-251-2/+2
|
* Docstring update: libPauli Virtanen2009-10-021-44/+182
|
* Docstring updates, part 1Pauli Virtanen2009-10-021-0/+3
|
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-1/+1
|
* Move linspace and logspace into core.David Cournapeau2009-09-161-156/+2
|
* Fixed compatibility issue of histogram with matplotlib 0.91.2dhuard2009-08-121-3/+3
|
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-24/+5
|
* Merge from doc wikiPauli Virtanen2009-06-191-79/+144
|
* docstring: fix bug in blackman docstringPauli Virtanen2009-05-211-1/+1
|
* Docstring fixes: make some examples to work properlyPauli Virtanen2009-05-201-17/+26
|
* Make histogramdd documentation a bit clearer.Charles Harris2009-04-101-2/+3
|
* Fix ticket #928Charles Harris2009-04-101-1/+3
|
* Fix nanmin, -max etc. to handle axis argument correctly.Stefan van der Walt2009-03-261-6/+16
|
* Merge from the doc wikiPauli Virtanen2009-03-241-58/+149
|
* Merge reviewed docstrings from editor.Stefan van der Walt2009-03-081-2/+2
|
* For kaiser, allow beta to be specified as an integer.Stefan van der Walt2009-03-061-1/+1
|
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-1/+1
|
* More add_newdocs entries, and make add_newdoc capable of adding docs also to ↵Pauli Virtanen2009-02-141-47/+0
| | | | normal Python objects.
* Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1.Pauli Virtanen2009-01-171-3/+11
| | | | Additional tests included.
* ran reindentJarrod Millman2008-12-311-8/+8
|
* removed the `new` argument in the histogram docstring exampledhuard2008-11-121-1/+1
|
* Follow up on changes to histogram: new=False now raises a ↵dhuard2008-11-121-32/+14
| | | | DeprecationWarning, new=True warns users that `new` will disappear in 1.4.
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-95/+337
| | | | they are still an improvement)
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-0/+11
|
* More consistent nan-operations.Stefan van der Walt2008-08-121-20/+37
|
* breaking API for medianJarrod Millman2008-08-081-12/+9
|
* ran reindentJarrod Millman2008-08-081-25/+25
|