summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* histogram: an error is raised for varying bin widths only if normed=True.dhuard2008-04-251-3/+13
* Fix to histogram with respect to block updating.adhuard2008-04-251-6/+6
* Modified histogram according to the discussion on the numpy ML.dhuard2008-04-251-63/+159
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-26/+26
* Added patch from ticket #610 to allow floats in interp.Travis Oliphant2008-03-271-18/+18
* Clean up of average function. weights now should have the same shape as a, or...dhuard2008-03-191-52/+44
* Change ValueError to TypeError in averageCharles Harris2008-03-161-2/+2
* Fix average to preserve matrices.Charles Harris2008-03-161-35/+31
* Rewrite average and document it.Charles Harris2008-03-161-54/+80
* Return to condition where overwrite_output for median raises error for non-nd...Matthew Brett2008-02-241-2/+2
* Add Anne Archibald's fix to average to remove eval.Travis Oliphant2008-02-231-3/+3
* Fix bug reported by Debian package maintainer.Travis Oliphant2008-02-231-1/+1
* Use x.any() instead of any(x)Robert Kern2008-02-201-2/+2
* cumprod docstring, median input array coercionMatthew Brett2008-02-191-1/+4
* For 4D samples, histogramdd returned badly shaped histograms once in a while....dhuard2008-02-151-1/+3
* Fixed median axis=None raveling in case of copyMatthew Brett2008-02-141-6/+10
* Fix missing mean for median calculation, missing dtype from defmatrix mean si...Matthew Brett2008-02-131-1/+1
* Fix, uncomment import in median doctestMatthew Brett2008-02-131-1/+1
* New implementation of median allowing axis, out keywordsMatthew Brett2008-02-131-7/+89
* Fix bug in ticket #592 for non-array sequence bin arguments.Travis Oliphant2008-01-221-0/+1
* Expand linspace docstring.cookedm2007-11-031-1/+29
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 libraries....Travis Oliphant2007-10-181-2/+6
* Fix Ticket #588: problem with negative striding and fast blas implementation ...Travis Oliphant2007-10-091-1/+1
* Clean up select docstring.Stefan van der Walt2007-05-281-24/+22
* Select should not modify output arguments. Add test for basic select function...Stefan van der Walt2007-05-281-4/+2
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-131-57/+91
* Fix nan functions to allow sub-class.Travis Oliphant2007-05-111-5/+5
* fixed a typecode Float->float issue in average.Eric Jones2007-04-111-1/+1
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns co...Travis Oliphant2007-04-021-2/+22
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-021-50/+58
* Fix ticket #459Travis Oliphant2007-03-261-1/+4
* Replace tabs with spaces (see ticket #470).Stefan van der Walt2007-03-221-7/+7
* Fix doctests.Stefan van der Walt2007-02-181-21/+21
* Fix docstrings for loading with DocFileSuite.Stefan van der Walt2007-02-181-26/+37
* Flesh out the docstring for histogram() to address the concerns of #445.Robert Kern2007-02-051-15/+25
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-29/+29
* Fix typo in oldnumeric and add Rick White's improvement to histogram for larg...Travis Oliphant2006-12-141-1/+5
* Coerce to floating point arrays in cov to avoid errors when integer arrays ar...Robert Kern2006-11-111-5/+5
* Fix #369: windows returning invalid results for M=1Travis Oliphant2006-11-021-0/+16
* Fix vectorize bug ignoring otypes.Travis Oliphant2006-10-251-9/+18
* Fidget with average/mean docstrings.Stefan van der Walt2006-10-101-1/+1
* Simplify mean and average docstrings.Stefan van der Walt2006-10-101-7/+4
* Close ticket #328.Stefan van der Walt2006-10-071-1/+1
* Fix ticket #325Travis Oliphant2006-10-071-9/+14