| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #261 from charris/backport-lib | Ralf Gommers | 2012-05-04 | 1 | -1/+15 |
| |\ |
|
| | * | BUG: ticket #1899, fixed histogramdd bug with empty inputs. | David Huard | 2012-04-29 | 1 | -1/+4 |
| | * | BUG: ticket #1387, allow bincount to accept empty arrays. | Skipper Seabold | 2012-04-29 | 1 | -0/+11 |
| * | | BUG: ticket #1747, make np.median() work for 0-D arrays. | Ralf Gommers | 2012-04-26 | 1 | -0/+11 |
| |/ |
|
| * | BUG: make histogramdd work with infinite size bins. Closes #1788. | Ralf Gommers | 2011-04-02 | 1 | -0/+25 |
| * | BUG: handle empty inputs in cov and corrcoef. Closes #1773. | Ralf Gommers | 2011-04-02 | 1 | -0/+14 |
| * | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 1 | -8/+19 |
| * | ENH: Make all histogram functions work with empty input. | Ralf Gommers | 2011-03-27 | 1 | -2/+9 |
| * | BUG: Use isnan to test for nan, avoids problems with signed nans. | Charles Harris | 2011-03-07 | 1 | -40/+41 |
| * | ENH: Add minlength keyword to bincount. Patch from ticket #1595. | David Warde-Farley | 2011-01-10 | 1 | -0/+15 |
| * | 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 |