| Commit message (Expand) | Author | Age | Files | Lines |
* | Made sure the warning filters in test_function_base and test_arraysetops do n... | dhuard | 2010-08-31 | 1 | -4/+7 |
* | added a warning concerning the buggy normalization in histogram with non-unif... | dhuard | 2010-08-30 | 1 | -1/+4 |
* | Fixed bug in histogram for non-uniform bin widths and normed=True. | dhuard | 2010-08-27 | 1 | -7/+24 |
* | ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438. | rgommers | 2010-07-31 | 1 | -0/+26 |
* | ENH: Add ddof keyword to masked versions of cov and corrcoef. | Charles Harris | 2010-07-07 | 1 | -23/+28 |
* | Don't deprecated bias keyword, just add ddof. | Charles Harris | 2010-07-07 | 1 | -2/+2 |
* | ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword. | Charles Harris | 2010-07-07 | 1 | -2/+2 |
* | BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523) | Pauli Virtanen | 2010-06-27 | 1 | -0/+7 |
* | ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types. | Charles Harris | 2010-05-29 | 1 | -0/+32 |
* | ENH: Test the exceptions and the left, right keywords of the interp | Charles Harris | 2010-05-24 | 1 | -0/+10 |
* | BUG: Correctly handle in-place output in percentile. | Stefan van der Walt | 2010-05-16 | 1 | -1/+20 |
* | BUG: Allow any array-like input to percentile. | Stefan van der Walt | 2010-05-16 | 1 | -0/+3 |
* | BUG: Make interp handle zero dimensional ndarrays as interpolation | Charles Harris | 2010-05-07 | 1 | -1/+29 |
* | Merge branch 'vectorize' | Charles Harris | 2010-05-06 | 1 | -12/+69 |
* | BUG: fix kaiser for M=1. | David Cournapeau | 2010-03-31 | 1 | -1/+1 |
* | * Use putmask instead of fancy indexing in _nanop (bug #1421) | pierregm | 2010-03-22 | 1 | -382/+391 |
* | BUG: lib: fix #1435, np.gradient should use zeros_like | Pauli Virtanen | 2010-03-18 | 1 | -0/+5 |
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -6/+6 |
* | removed old behavior for the histogram function. | dhuard | 2010-02-16 | 1 | -13/+2 |
* | TST: add a couple of simple unit-tests for bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+23 |
* | Move linspace and logspace into core. | David Cournapeau | 2009-09-16 | 1 | -36/+0 |
* | Move matrix class into its own module. | David Cournapeau | 2009-09-16 | 1 | -0/+1 |
* | Fix eigenvalue tests, the eigenvalues needed sorting. | Charles Harris | 2009-03-27 | 1 | -1/+1 |
* | Fix nanmin, -max etc. to handle axis argument correctly. | Stefan van der Walt | 2009-03-26 | 1 | -0/+4 |
* | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 1 | -0/+3 |
* | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 1 | -0/+38 |
* | Follow up on changes to histogram: new=False now raises a DeprecationWarning,... | dhuard | 2008-11-12 | 1 | -1/+1 |
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 1 | -1/+0 |
* | More consistent nan-operations. | Stefan van der Walt | 2008-08-12 | 1 | -0/+1 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -27/+27 |
* | Follow-up on changes to histogram semantics. | dhuard | 2008-08-05 | 1 | -30/+36 |
* | Added tests to improve coverage of numpy.lib. | Alan McIntyre | 2008-07-22 | 1 | -0/+13 |
* | Added tests to improve coverage. | Alan McIntyre | 2008-07-13 | 1 | -2/+165 |
* | Use TestCase instead of NumpyTestCase. | Stefan van der Walt | 2008-07-09 | 1 | -1/+1 |
* | Piecewise should not expose raw memory. Closes #798. | Stefan van der Walt | 2008-07-08 | 1 | -4/+42 |
* | Clean up test output such that a completely-passing test suite has no extrane... | Robert Kern | 2008-07-03 | 1 | -2/+7 |
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 1 | -3/+1 |
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
* | Fix piecewise to handle 0-d inputs. | Travis Oliphant | 2008-06-17 | 1 | -0/+7 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 1 | -82/+81 |
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -18/+18 |
* | Added an ignore warning in the test to avoid buildbot messages. | dhuard | 2008-04-25 | 1 | -0/+2 |
* | Modified histogram according to the discussion on the numpy ML. | dhuard | 2008-04-25 | 1 | -2/+93 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -26/+26 |
* | Clean up of average function. weights now should have the same shape as a, or... | dhuard | 2008-03-19 | 1 | -10/+48 |
* | Rewrite average and document it. | Charles Harris | 2008-03-16 | 1 | -13/+12 |
* | Added a test for average. It uncovers a bug related to the shape of the weights. | dhuard | 2008-03-14 | 1 | -0/+14 |
* | Added test for 4D histogramdd case. Ticket 690. | dhuard | 2008-03-14 | 1 | -9/+32 |
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -26/+26 |
* | Clean up select docstring. | Stefan van der Walt | 2007-05-28 | 1 | -1/+7 |