summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up __array_interface__ getting and depth discovery for scalars.Travis Oliphant2006-10-051-2/+1
* Sort only once in median.Stefan van der Walt2006-09-261-3/+2
* Fix docstring for delete.Stefan van der Walt2006-09-221-2/+2
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-181-1/+1
* Rename to histogramdd as original author said.Travis Oliphant2006-09-151-6/+6
* Fix up r_ so you can specify the minimum number of dimensions to force arrays...Travis Oliphant2006-09-141-1/+1
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-10/+133
* Small fix to the insert document string.Charles Harris2006-09-031-27/+26
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-2/+2
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-6/+5
* Fix sundry errors.Travis Oliphant2006-08-281-1/+1
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-7/+8
* Fixes to the deletefrom, insertinto, functions...Travis Oliphant2006-08-261-29/+27
* Fix how deletefrom and insertinto handle objects with __array_wrap__ defined.Travis Oliphant2006-08-261-11/+45
* Fix broadcast-copy on fancy set-item.Travis Oliphant2006-08-261-17/+36
* Add deletefrom, insertinto, and appendontoTravis Oliphant2006-08-261-20/+135
* Added a delete functionTravis Oliphant2006-08-251-1/+42
* Re-factor fix to linspaceTravis Oliphant2006-08-211-3/+3
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-0/+2
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-3/+2