summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Move linspace and logspace into core.David Cournapeau2009-09-161-36/+0
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+1
* Fix eigenvalue tests, the eigenvalues needed sorting.Charles Harris2009-03-271-1/+1
* Fix nanmin, -max etc. to handle axis argument correctly.Stefan van der Walt2009-03-261-0/+4
* For kaiser, allow beta to be specified as an integer.Stefan van der Walt2009-03-061-0/+3
* Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1.Pauli Virtanen2009-01-171-0/+38
* Follow up on changes to histogram: new=False now raises a DeprecationWarning,...dhuard2008-11-121-1/+1
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
* More consistent nan-operations.Stefan van der Walt2008-08-121-0/+1
* ran reindentJarrod Millman2008-08-081-27/+27
* Follow-up on changes to histogram semantics.dhuard2008-08-051-30/+36
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-221-0/+13
* Added tests to improve coverage.Alan McIntyre2008-07-131-2/+165
* Use TestCase instead of NumpyTestCase.Stefan van der Walt2008-07-091-1/+1
* Piecewise should not expose raw memory. Closes #798.Stefan van der Walt2008-07-081-4/+42
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+7
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-3/+1
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Fix piecewise to handle 0-d inputs.Travis Oliphant2008-06-171-0/+7
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-82/+81
* fixed whitespace w/ reindentJarrod Millman2008-05-221-18/+18
* 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