summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Added an ignore warning in the test to avoid buildbot messages.dhuard2008-04-251-0/+2
* Modified histogram according to the discussion on the numpy ML.dhuard2008-04-251-2/+93
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-26/+26
* Clean up of average function. weights now should have the same shape as a, or...dhuard2008-03-191-10/+48
* Rewrite average and document it.Charles Harris2008-03-161-13/+12
* Added a test for average. It uncovers a bug related to the shape of the weights.dhuard2008-03-141-0/+14
* Added test for 4D histogramdd case. Ticket 690.dhuard2008-03-141-9/+32
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-26/+26
* Clean up select docstring.Stefan van der Walt2007-05-281-1/+7
* Select should not modify output arguments. Add test for basic select function...Stefan van der Walt2007-05-281-1/+15
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-131-4/+8
* added simple test for weighted averageEric Jones2007-04-111-0/+7
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-021-1/+22
* Replace tabs with spaces.Stefan van der Walt2007-03-231-9/+9
* Whitespace cleanup.Stefan van der Walt2007-01-081-13/+12
* Add test for insert.Stefan van der Walt2006-10-071-0/+7
* Rename to histogramdd as original author said.Travis Oliphant2006-09-151-5/+5
* 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