| Commit message (Expand) | Author | Age | Files | Lines |
* | use np.atleast_Nd() to boost dimensions to ndmin | Derek Homeier | 2011-05-07 | 1 | -5/+8 |
* | changed ndmin option in loadtxt to return shape (1, X.size) for single-row in... | Derek Homeier | 2011-05-07 | 1 | -1/+4 |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -3/+3 |
* | 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 | 1 | -1/+1 |
* | BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | 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 | 1 | -3/+4 |
* | ENH: Let genfromtxt accept generators as text sources. Add test | Charles Harris | 2011-04-03 | 1 | -19/+27 |
* | ENH: ticket #1616, let loadtxt accept generators in additions to | Charles Harris | 2011-04-03 | 1 | -37/+34 |
* | ENH: add ndmin keyword to loadtxt. Closes #1562. | Ralf Gommers | 2011-04-03 | 1 | -2/+19 |
* | ENH: return empty array from loadtxt for an empty file. Closes #1752. | Ralf Gommers | 2011-04-03 | 1 | -1/+4 |
* | ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array | Derek Homier | 2011-04-02 | 1 | -2/+7 |
* | BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. | Christoph Gohlke | 2011-04-02 | 1 | -0/+4 |
* | BUG: open genfromtxt file as binary; add test for filename use | Matthew Brett | 2011-03-30 | 1 | -1/+1 |
* | DEP: Update deprecation messages in genloadtxt with a version number. | rgommers | 2011-03-11 | 1 | -12/+14 |
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 1 | -1/+1 |
* | BUG: correct file name in fromregex. | rgommers | 2011-03-01 | 1 | -2/+2 |
* | ENH: core: Implement PyArray_CopyInto using the new iterator | Mark Wiebe | 2011-01-16 | 1 | -22/+38 |
* | BUG: Try fix for python 2.4, use list instead of tuple. | Charles Harris | 2010-12-02 | 1 | -1/+1 |
* | BUG: Fix GzipFile wrapper to be <= 2.5 compatible. | Stefan van der Walt | 2010-11-23 | 1 | -4/+9 |
* | ENH: Remove deprecation warning from GzipFile wrapper. | Stefan van der Walt | 2010-11-18 | 1 | -4/+6 |
* | BUG: GzipFile wrapper objects are not garbage collected (closes ticket #1356). | Fabian Pedregosa | 2010-11-18 | 1 | -26/+24 |
* | genfromtxt: Taking more adequate testing values when updating converters: bug... | pierregm | 2010-11-13 | 1 | -0/+6 |
* | Fixing genfromtxt: names w/ usecols (bug #1636) | pierregm | 2010-11-13 | 1 | -2/+3 |
* | ENH: lib: allow zip64 extensions in .npz files; allows > 2GB | Pauli Virtanen | 2010-10-10 | 1 | -4/+7 |
* | ENH: lib: add savez_compressed function for saving compressed archives | Pauli Virtanen | 2010-10-10 | 1 | -5/+40 |
* | BUG: io: close file handles immediately after use, where possible (#1517) | Pauli Virtanen | 2010-10-10 | 1 | -72/+125 |
* | * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some inval... | pierregm | 2010-09-13 | 1 | -15/+23 |
* | Merge branch 'poly' | Charles Harris | 2010-08-15 | 1 | -1/+1 |
* | DOC: wiki merge, npyio, format and function_base | rgommers | 2010-07-31 | 1 | -15/+18 |
* | DOC: merge wiki edits for module npyio. | rgommers | 2010-06-02 | 1 | -8/+14 |
* | * add a `replace_space` option to NameValidator | pierregm | 2010-05-16 | 1 | -3/+12 |
* | BUG/3K: lib: make savetxt work with filenames | Pauli Virtanen | 2010-05-13 | 1 | -4/+3 |
* | BUG: lib: make loadtxt work on Py3 when fh returns unicode (fixes #1479) | Pauli Virtanen | 2010-05-08 | 1 | -1/+1 |
* | BUG: The builtin file function goes away in python 3k, use open instead. | Charles Harris | 2010-05-03 | 1 | -1/+1 |
* | BUG: loadtxt should handle universal newlines. | Stefan van der Walt | 2010-05-02 | 1 | -1/+1 |
* | 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 | 1 | -0/+1603 |