summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-3/+3
* Apply patch #137Travis Oliphant2006-06-121-3/+3
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-171-1/+1
* #118: linspace should always return floatscookedm2006-05-161-1/+1
* Add math module to numpy namespace so numpy.math works same as Numeric.math. ...Travis Oliphant2006-05-021-1/+1
* Fix indentation error.Travis Oliphant2006-04-271-1/+1
* Add improved checking for number of arguments to support more functionsTravis Oliphant2006-04-271-10/+34
* Add new C-API function in middle. Bump C-API version number.Travis Oliphant2006-04-261-2/+2
* Slightly different fix to vectorize.Travis Oliphant2006-04-261-13/+3
* Fix vectorize to handle scalar return values.Travis Oliphant2006-04-261-2/+13
* Fix-up usage of asarray.Travis Oliphant2006-03-291-2/+2
* remove unused importsTim Leslie2006-03-251-3/+1