summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-0/+25
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-12/+12
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-4/+4
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-041-2/+2
* Apply patch for unique from #154Travis Oliphant2006-07-191-1/+9
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-301-0/+5
* Add docstring and tests for digitize.Stefan van der Walt2006-06-301-22/+32
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-171-0/+2
* #118: linspace should always return floatscookedm2006-05-161-0/+5
* Fix object-loop reference counting in BUFFERED UFUNC.Travis Oliphant2006-04-141-9/+6
* Fix segfault on indexing (but functionality still not working). Add vectoriz...Travis Oliphant2006-04-131-1/+6
* update tests to all run correctlyTim Leslie2006-03-131-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-63/+63
* More fixes...Travis Oliphant2006-01-041-2/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
* Moving things..Travis Oliphant2006-01-041-0/+338