| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523) | Pauli Virtanen | 2010-06-27 | 2 | -0/+8 |
* | CLN: Cleanup nanops code a bit. Patch is from Tony Yu. | Charles Harris | 2010-06-07 | 1 | -7/+7 |
* | DOC: merge wiki edits for module npyio. | rgommers | 2010-06-02 | 1 | -8/+14 |
* | ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types. | Charles Harris | 2010-05-29 | 1 | -0/+32 |
* | BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300. | Charles Harris | 2010-05-26 | 1 | -1/+1 |
* | ENH: Test the exceptions and the left, right keywords of the interp | Charles Harris | 2010-05-24 | 1 | -0/+10 |
* | BUG: Make interp handle 'right' keyword correctly. Add check for empty | Charles Harris | 2010-05-24 | 1 | -35/+36 |
* | * add a `replace_space` option to NameValidator | pierregm | 2010-05-16 | 3 | -6/+46 |
* | BUG: Correctly handle in-place output in percentile. | Stefan van der Walt | 2010-05-16 | 2 | -4/+29 |
* | BUG: Allow any array-like input to percentile. | Stefan van der Walt | 2010-05-16 | 2 | -0/+5 |
* | Add percentile function. | Travis Oliphant | 2010-05-15 | 1 | -2/+128 |
* | BUG/3K: lib: make savetxt work with filenames | Pauli Virtanen | 2010-05-13 | 2 | -4/+14 |
* | BUG: lib: remember in a test that datetime specifiers are bytes strings | Pauli Virtanen | 2010-05-08 | 1 | -1/+2 |
* | BUG: lib: make loadtxt work on Py3 when fh returns unicode (fixes #1479) | Pauli Virtanen | 2010-05-08 | 1 | -1/+1 |
* | BUG: Make interp handle zero dimensional ndarrays as interpolation | Charles Harris | 2010-05-07 | 2 | -7/+37 |
* | Merge branch 'vectorize' | Charles Harris | 2010-05-06 | 2 | -57/+162 |
* | ENH: Add test of polyder return type. | Charles Harris | 2010-05-05 | 1 | -0/+8 |
* | BUG: Make polyder return a poly1d for the zeroeth order derivative when | Charles Harris | 2010-05-05 | 1 | -8/+9 |
* | BUG: Fix datetime_data for python versions >= 2.7. | Charles Harris | 2010-05-04 | 1 | -1/+4 |
* | BUG: The builtin file function goes away in python 3k, use open instead. | Charles Harris | 2010-05-03 | 1 | -1/+1 |
* | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -1/+1 |
* | BUG: loadtxt should handle universal newlines. | Stefan van der Walt | 2010-05-02 | 2 | -1/+11 |
* | BUG: Fix missing import for datatime_data. | Stefan van der Walt | 2010-04-27 | 2 | -0/+8 |
* | ENH: Remove some unused variable warnings. | Charles Harris | 2010-04-25 | 1 | -4/+3 |
* | FIX: Workaround python3.1 callable not working with PyCapsule. | Charles Harris | 2010-04-25 | 1 | -1/+4 |
* | correct a bug in fix() that was introduced in r8293 | Darren Dale | 2010-04-18 | 2 | -1/+2 |
* | BUG: Use deprecated decorator in testing ufunclike.log2. | Charles Harris | 2010-04-14 | 2 | -11/+9 |
* | BUG: Python 2.4 doesn't support "with" statement, use try instead. | Charles Harris | 2010-04-13 | 1 | -1/+3 |
* | BUG: Deprecate ufunclike.log2 and take it off the __all__ list. It was shadowing | Charles Harris | 2010-04-13 | 1 | -1/+6 |
* | ENH: Rewrite doctest in test_ufunclike.py as normal nose tests. Remove test of | Charles Harris | 2010-04-13 | 1 | -74/+60 |
* | ENH: get rid of #warning directives, either by fixing the issue or changing t... | Pauli Virtanen | 2010-04-04 | 1 | -3/+3 |
* | BUG: fix div by zero handling in nper. | David Cournapeau | 2010-03-31 | 2 | -9/+19 |
* | BUG: move test from core to lib, mark it as deprected. | David Cournapeau | 2010-03-31 | 1 | -0/+11 |
* | BUG: fix kaiser for M=1. | David Cournapeau | 2010-03-31 | 2 | -1/+3 |
* | BUG: Should be using StringIO, not BytesIO. The 2to3 script takes care | Charles Harris | 2010-03-27 | 1 | -6/+3 |
* | * Fixed merge_arrays for arrays of size 1 (bug #1407) | pierregm | 2010-03-26 | 2 | -90/+130 |
* | BUG: Update StringIO in _lookfor_generate_cache for Python3.x. | Charles Harris | 2010-03-25 | 1 | -8/+10 |
* | CLN: Small cleanups. Fix docstring examples. | Charles Harris | 2010-03-25 | 1 | -11/+6 |
* | Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably be | Charles Harris | 2010-03-24 | 2 | -2/+2 |
* | * Use putmask instead of fancy indexing in _nanop (bug #1421) | pierregm | 2010-03-22 | 2 | -383/+395 |
* | BUG: lib: fix #1435, np.gradient should use zeros_like | Pauli Virtanen | 2010-03-18 | 2 | -1/+6 |
* | minor change to ufunclike.fix, one less array to build and make compatible | Darren Dale | 2010-03-14 | 2 | -2/+20 |
* | DOC - fix doc error | Matthew Brett | 2010-03-11 | 1 | -1/+1 |
* | BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1. | Charles Harris | 2010-02-23 | 1 | -7/+12 |
* | BUG: Workarounds for isfinite/isinf invalid values. | Charles Harris | 2010-02-21 | 1 | -6/+6 |
* | BUG: Fix possibly unbalanced seterr pairs. Fixes change in state of invalid | Charles Harris | 2010-02-21 | 1 | -36/+124 |
* | STY: Use explicit itertools namespace for all itertools functions. | Charles Harris | 2010-02-21 | 1 | -6/+4 |
* | STY: Remove unneeded import. | Charles Harris | 2010-02-21 | 1 | -5/+0 |
* | PY3: The izip function is no longer available in itertools. Be explicit about | Charles Harris | 2010-02-21 | 1 | -16/+17 |
* | WHT: Whitespace removal. | Charles Harris | 2010-02-21 | 1 | -2/+1 |