| Commit message (Expand) | Author | Age | Files | Lines |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 3 | -7/+7 |
* | STY: Fix up some two line old-style exceptions. | Charles Harris | 2011-04-05 | 2 | -4/+4 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -2/+2 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 7 | -26/+26 |
* | STY: Replace remaining old style classes with classes subclassing object. | Charles Harris | 2011-04-05 | 1 | -3/+3 |
* | STY: Replace old style classes in tests with classes subclassing object. | Charles Harris | 2011-04-05 | 2 | -4/+4 |
* | BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | BUG: Python 2.4 doesn't accept the construction class foo(): | Charles Harris | 2011-04-05 | 1 | -3/+3 |
* | moved import statement in npyio.py for ease of reading | Paul Anton Letnes | 2011-04-04 | 1 | -1/+1 |
* | BUG: ticket #1071, fix loadtxt to handle tab delimited data with missing | Derek Homeir | 2011-04-04 | 2 | -11/+18 |
* | ENH: Let genfromtxt accept generators as text sources. Add test | Charles Harris | 2011-04-03 | 2 | -20/+36 |
* | BUG: Fix strings for Python 3k. | Charles Harris | 2011-04-03 | 1 | -1/+1 |
* | ENH: ticket #1616, let loadtxt accept generators in additions to | Charles Harris | 2011-04-03 | 2 | -37/+41 |
* | BUG: fix test issues in test_twodim_base.py. Simplify and make tests run. | Ralf Gommers | 2011-04-03 | 1 | -64/+60 |
* | ENH: add ndmin keyword to loadtxt. Closes #1562. | Ralf Gommers | 2011-04-03 | 2 | -2/+36 |
* | ENH: return empty array from loadtxt for an empty file. Closes #1752. | Ralf Gommers | 2011-04-03 | 2 | -3/+11 |
* | TST: add test for ticket #1458. | Charles Harris | 2011-04-02 | 1 | -1/+12 |
* | ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array | Derek Homier | 2011-04-02 | 1 | -2/+7 |
* | BUG: ticket #1428, allow int64 and uint64 integer types to be specified in | Charles Harris | 2011-04-02 | 2 | -2/+24 |
* | BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. | Christoph Gohlke | 2011-04-02 | 2 | -0/+20 |
* | WHT: Cleanup trailing whitespace. | Charles Harris | 2011-04-02 | 5 | -11/+7 |
* | DOC: improve clarity of window function docs. | Ralf Gommers | 2011-04-02 | 1 | -55/+33 |
* | BUG: handle empty inputs in cov and corrcoef. Closes #1773. | Ralf Gommers | 2011-04-02 | 2 | -1/+21 |
* | BUG: make histogramdd work with infinite size bins. Closes #1788. | Ralf Gommers | 2011-04-01 | 2 | -7/+48 |
* | Merge branch 'test-genfromtxt-fname' of git://github.com/matthew-brett/numpy ... | Charles Harris | 2011-03-30 | 2 | -2/+21 |
|\ |
|
| * | BUG: open genfromtxt file as binary; add test for filename use | Matthew Brett | 2011-03-30 | 2 | -2/+21 |
* | | BUG: lib: catch SWIG NameError in lookfor (#1704) | Pauli Virtanen | 2011-03-30 | 1 | -3/+12 |
* | | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 2 | -27/+47 |
|/ |
|
* | BUG: make np.median() work for 0-D arrays. Also add tests. Closes #1747. | Ralf Gommers | 2011-03-29 | 2 | -2/+16 |
* | ENH: Make all histogram functions work with empty input. | Ralf Gommers | 2011-03-27 | 3 | -13/+31 |
* | DOC: lib: point the reader towards masked arrays when there is missing data | Pauli Virtanen | 2011-03-25 | 1 | -16/+2 |
* | DOC: Add a note about None values in the average documentation (#1180) | Mark Wiebe | 2011-03-25 | 1 | -0/+15 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 3 | -39/+40 |
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -2/+2 |
* | API: Simplify basic iterator constructors, add 'itershape' to advanced iterat... | Mark Wiebe | 2011-03-13 | 1 | -5/+5 |
* | TST: fix ResourceWarning under Python 3.2 | rgommers | 2011-03-11 | 1 | -0/+1 |
* | DEP: remove deprecated np.lib.ufunclike.log2 function. | rgommers | 2011-03-11 | 2 | -54/+1 |
* | DEP: remove deprecated get_numpy_include. | rgommers | 2011-03-11 | 2 | -5/+2 |
* | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 3 | -183/+5 |
* | DEP: Update deprecation messages in genloadtxt with a version number. | rgommers | 2011-03-11 | 1 | -12/+14 |
* | API: Rename the iterator function pointer types to be more consistent with Nu... | Mark Wiebe | 2011-03-10 | 1 | -3/+3 |
* | ENH: Use fmax.reduce and fmin.reduce to implement nanmax and nanmin. | Charles Harris | 2011-03-07 | 1 | -6/+12 |
* | BUG: Use isnan to test for nan, avoids problems with signed nans. | Charles Harris | 2011-03-07 | 1 | -40/+41 |
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 2 | -13/+15 |
* | TST: clean up some ResourceWarnings from python 3.2. | rgommers | 2011-03-02 | 3 | -17/+27 |
* | TST: replace assert with assert_ | rgommers | 2011-03-02 | 1 | -15/+15 |
* | DOC: merge more doc wiki edits. | rgommers | 2011-03-02 | 3 | -13/+40 |
* | TST: update namespace usage in lib.polynomial doctests. | rgommers | 2011-03-01 | 1 | -11/+8 |
* | BUG: correct file name in fromregex. | rgommers | 2011-03-01 | 1 | -2/+2 |
* | TYP: Fix typo. | Charles Harris | 2011-02-18 | 1 | -1/+1 |