summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ...Travis Oliphant2006-08-051-32/+41
* Move location of flatnonzeroTravis Oliphant2006-08-051-8/+0
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-2/+11
* Format docstrings to be consistent with others.Stefan van der Walt2006-08-031-3/+7
* Back to 0.9.9 versionTravis Oliphant2006-07-261-1/+0
* Make version number 0.9.9 until 1.0 comes outTravis Oliphant2006-07-261-0/+2
* Clean up docstrings.Travis Oliphant2006-07-201-11/+31
* Apply patch for unique from #154Travis Oliphant2006-07-191-10/+21
* add some more docstringscookedm2006-07-181-0/+17
* Fix .choose docstring and allow more functions to be 'vectorized'Travis Oliphant2006-07-111-6/+11
* Add docstring for bincount.Stefan van der Walt2006-07-071-1/+14
* In meshgrid, use views on the input parameters to avoid changing theirStefan van der Walt2006-07-051-2/+2
* Adjust histogram2d a bit. Fix doc for logspace.Travis Oliphant2006-07-011-5/+4
* Add docstring and tests for digitize.Stefan van der Walt2006-06-301-2/+13
* Add code to descend through a field and increment (or decrement) any object r...Travis Oliphant2006-06-231-2/+4
* Add meshgrid to NumPyTravis Oliphant2006-06-191-1/+36
* Remove print statement.Travis Oliphant2006-06-141-1/+0
* Preserve matrices. Fix #142Travis Oliphant2006-06-131-4/+4