Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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/3K: lib: make savetxt work with filenames | Pauli Virtanen | 2010-05-13 | 1 | -0/+11 | |
| | ||||||
* | BUG: lib: remember in a test that datetime specifiers are bytes strings | Pauli Virtanen | 2010-05-08 | 1 | -1/+2 | |
| | ||||||
* | BUG: Make interp handle zero dimensional ndarrays as interpolation | Charles Harris | 2010-05-07 | 1 | -1/+29 | |
| | | | | | points. Add some tests for interp. Fixes ticket #1177. unc_api.txt.tmp | |||||
* | Merge branch 'vectorize' | Charles Harris | 2010-05-06 | 1 | -12/+69 | |
| | ||||||
* | ENH: Add test of polyder return type. | Charles Harris | 2010-05-05 | 1 | -0/+8 | |
| | ||||||
* | BUG: loadtxt should handle universal newlines. | Stefan van der Walt | 2010-05-02 | 1 | -0/+10 | |
| | ||||||
* | BUG: Fix missing import for datatime_data. | Stefan van der Walt | 2010-04-27 | 1 | -0/+7 | |
| | ||||||
* | correct a bug in fix() that was introduced in r8293 | Darren Dale | 2010-04-18 | 1 | -0/+1 | |
| | ||||||
* | BUG: Use deprecated decorator in testing ufunclike.log2. | Charles Harris | 2010-04-14 | 1 | -10/+7 | |
| | ||||||
* | BUG: Python 2.4 doesn't support "with" statement, use try instead. | Charles Harris | 2010-04-13 | 1 | -1/+3 | |
| | ||||||
* | ENH: Rewrite doctest in test_ufunclike.py as normal nose tests. Remove test of | Charles Harris | 2010-04-13 | 1 | -74/+60 | |
| | | | | sign ufunc, it belongs elsewhere. | |||||
* | BUG: fix div by zero handling in nper. | David Cournapeau | 2010-03-31 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | * Fixed merge_arrays for arrays of size 1 (bug #1407) | pierregm | 2010-03-26 | 1 | -37/+46 | |
| | | | | * merge_arrays now accepts sequences of lists/tuples as inputs | |||||
* | * 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 | |
| | | | | Thanks to Ryan May for the patch. | |||||
* | minor change to ufunclike.fix, one less array to build and make compatible | Darren Dale | 2010-03-14 | 1 | -0/+18 | |
| | | | | with subclasses of ndarray | |||||
* | 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 | |
| | | | | after running test(). | |||||
* | 3K: lib: fix bytes vs str issues in tests | Pauli Virtanen | 2010-02-21 | 2 | -8/+11 | |
| | ||||||
* | 3K: lib: poly1d __div__ -> __truediv__, and fix its doctests | Pauli Virtanen | 2010-02-21 | 1 | -7/+7 | |
| | ||||||
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -6/+6 | |
| | | | | tests didn't issue deprecation warnings. Are they being run? | |||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 4 | -11/+11 | |
| | | | | | | | | | module. The fix should be good for Python >= 2.4 and used the following sed script: s/\<failUnless\>/assertTrue/g s/\<failIf\>/assertFalse/g s/\<failUnlessEqual\>/assertEqual/g s/\<failUnlessRaises\>/assertRaises/g | |||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+4 | |
| | | | | Instead, manually import reduce where necessary. | |||||
* | 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxt | Pauli Virtanen | 2010-02-20 | 2 | -47/+51 | |
| | ||||||
* | 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly ↵ | Pauli Virtanen | 2010-02-20 | 2 | -62/+79 | |
| | | | | genfromtxt | |||||
* | 3K: lib: even more bytes/str fixes in format.py tests | Pauli Virtanen | 2010-02-20 | 1 | -6/+8 | |
| | ||||||
* | 3K: lib: use BytesIO in test_io | Pauli Virtanen | 2010-02-20 | 1 | -109/+115 | |
| | ||||||
* | 3K: lib: fix some bytes/str issues in _format.py and its tests | Pauli Virtanen | 2010-02-20 | 1 | -2/+10 | |
| | ||||||
* | 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of ↵ | Pauli Virtanen | 2010-02-20 | 1 | -1/+3 | |
| | | | | the code | |||||
* | removed old behavior for the histogram function. | dhuard | 2010-02-16 | 2 | -23/+2 | |
| | ||||||
* | BUG: Check input to poly for zero-dimensional arrays. | Stefan van der Walt | 2010-02-08 | 1 | -0/+6 | |
| | ||||||
* | BUG: fix #1387. Raise ValueError for empty input to bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+3 | |
| | ||||||
* | TST: add a couple of simple unit-tests for bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+23 | |
| | ||||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -1/+1 | |
| | ||||||
* | * _iotools.LineSplitter : prevent the first and/or last empty tab-separated ↵ | pierregm | 2009-12-08 | 1 | -46/+57 | |
| | | | | columns to be dropped | |||||
* | TST: use assert_warns to check for warnings (and to avoid cluttering ↵ | David Cournapeau | 2009-11-23 | 1 | -4/+17 | |
| | | | | non-verbose test output). | |||||
* | Add tests for ``deprecate``. | Stefan van der Walt | 2009-10-25 | 1 | -0/+28 | |
| | ||||||
* | Fix lookfor on python 2.6. Add a test for it. Make it import submodules more ↵ | Pauli Virtanen | 2009-10-24 | 1 | -0/+10 | |
| | | | | aggressively. | |||||
* | Hard tab removal. | Charles Harris | 2009-10-20 | 1 | -5/+5 | |
| | | | | | Trailing whitespace removal. Some coding style cleanups. | |||||
* | * io.genfromtxt | pierregm | 2009-10-16 | 1 | -13/+17 | |
| | | | | - fixed an issue when an explicit dtype has the right size, but the names don't | |||||
* | * io.genfromtxt | pierregm | 2009-10-16 | 1 | -0/+16 | |
| | | | | | - `usecols` can now be a comma-separated string - make sure that an explicit name list shorter than an explicit dtype is properly expanded | |||||
* | * _iotools.StringConverter | pierregm | 2009-10-14 | 2 | -3/+48 | |
| | | | | | | | | | | - prevents a `default` of 0 to be overwritten during initialization - allows the `missing_values` to be a comma-separated string * io.genfromtxt - `usecols` can now be a single integer - for `usecols` and `names` to list (for compatibility w/ Python 2.5) - negative values in `usecols` are properly transformed to positive integers - fixed `usecols` with named columns | |||||
* | * io.genfromtxt | pierregm | 2009-10-12 | 1 | -2/+14 | |
| | | | | - add `skip_footer` to remove some last lines | |||||
* | * _iotools.StringConverter | pierregm | 2009-10-12 | 2 | -13/+61 | |
| | | | | | | | | | | - prevents an explicit default to be overwritten during upgrade * io.genfromtxt - deprecate `skiprows` for `skip_header` - deprecate `missing` for `missing_values` - `missing_values` can now be a sequence - add support for `filling_values` * fixed ticket #1257 | |||||
* | Don't include assert_valid_refcount in numpy.testing.* | Pauli Virtanen | 2009-10-10 | 1 | -1/+2 | |
| | | | | It's a private function used only in two internal regression tests. | |||||
* | * ma.masked_equal : force the `fill_value` of the output to `value` (ticket ↵ | pierregm | 2009-10-09 | 2 | -11/+157 | |
| | | | | | | | | | | | | | #1253) * lib._iotools: - NameValidator : add the `nbfields` optional argument to validate - add easy_dtype * lib.io.genfromtxt : - add the `autostrip` optional argument (ticket #1238) - use `invalid_raise=True` as default - use the easy_dtype mechanism (ticket #1252) |