summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard2010-08-311-4/+7
* added a warning concerning the buggy normalization in histogram with non-unif...dhuard2010-08-301-1/+4
* Fixed bug in histogram for non-uniform bin widths and normed=True.dhuard2010-08-271-7/+24
* ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438.rgommers2010-07-311-0/+26
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-23/+28
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-2/+2
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-2/+2
* BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523)Pauli Virtanen2010-06-271-0/+7
* ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types.Charles Harris2010-05-291-0/+32
* ENH: Test the exceptions and the left, right keywords of the interpCharles Harris2010-05-241-0/+10
* BUG: Correctly handle in-place output in percentile.Stefan van der Walt2010-05-161-1/+20
* BUG: Allow any array-like input to percentile.Stefan van der Walt2010-05-161-0/+3
* BUG: Make interp handle zero dimensional ndarrays as interpolationCharles Harris2010-05-071-1/+29
* Merge branch 'vectorize'Charles Harris2010-05-061-12/+69
* BUG: fix kaiser for M=1.David Cournapeau2010-03-311-1/+1
* * Use putmask instead of fancy indexing in _nanop (bug #1421)pierregm2010-03-221-382/+391
* BUG: lib: fix #1435, np.gradient should use zeros_likePauli Virtanen2010-03-181-0/+5
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-6/+6
* removed old behavior for the histogram function.dhuard2010-02-161-13/+2
* TST: add a couple of simple unit-tests for bincount.David Cournapeau2010-02-021-0/+23
* 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