summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add ndmin keyword to loadtxt. Closes #1562.Ralf Gommers2011-04-031-2/+19
* ENH: return empty array from loadtxt for an empty file. Closes #1752.Ralf Gommers2011-04-031-1/+4
* ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured arrayDerek Homier2011-04-021-2/+7
* BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt.Christoph Gohlke2011-04-021-0/+4
* BUG: open genfromtxt file as binary; add test for filename useMatthew Brett2011-03-301-1/+1
* DEP: Update deprecation messages in genloadtxt with a version number.rgommers2011-03-111-12/+14
* DOC: commit some more fixes from the doc wiki.rgommers2011-03-031-1/+1
* BUG: correct file name in fromregex.rgommers2011-03-011-2/+2
* ENH: core: Implement PyArray_CopyInto using the new iteratorMark Wiebe2011-01-161-22/+38
* BUG: Try fix for python 2.4, use list instead of tuple.Charles Harris2010-12-021-1/+1
* BUG: Fix GzipFile wrapper to be <= 2.5 compatible.Stefan van der Walt2010-11-231-4/+9
* ENH: Remove deprecation warning from GzipFile wrapper.Stefan van der Walt2010-11-181-4/+6
* BUG: GzipFile wrapper objects are not garbage collected (closes ticket #1356).Fabian Pedregosa2010-11-181-26/+24
* genfromtxt: Taking more adequate testing values when updating converters: bug...pierregm2010-11-131-0/+6
* Fixing genfromtxt: names w/ usecols (bug #1636)pierregm2010-11-131-2/+3
* ENH: lib: allow zip64 extensions in .npz files; allows > 2GBPauli Virtanen2010-10-101-4/+7
* ENH: lib: add savez_compressed function for saving compressed archivesPauli Virtanen2010-10-101-5/+40
* BUG: io: close file handles immediately after use, where possible (#1517)Pauli Virtanen2010-10-101-72/+125
* * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some inval...pierregm2010-09-131-15/+23
* Merge branch 'poly'Charles Harris2010-08-151-1/+1
* DOC: wiki merge, npyio, format and function_basergommers2010-07-311-15/+18
* DOC: merge wiki edits for module npyio.rgommers2010-06-021-8/+14
* * add a `replace_space` option to NameValidatorpierregm2010-05-161-3/+12
* BUG/3K: lib: make savetxt work with filenamesPauli Virtanen2010-05-131-4/+3
* BUG: lib: make loadtxt work on Py3 when fh returns unicode (fixes #1479)Pauli Virtanen2010-05-081-1/+1
* BUG: The builtin file function goes away in python 3k, use open instead.Charles Harris2010-05-031-1/+1
* BUG: loadtxt should handle universal newlines.Stefan van der Walt2010-05-021-1/+1
* CLN: Small cleanups. Fix docstring examples.Charles Harris2010-03-251-11/+6
* Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably beCharles Harris2010-03-241-0/+1603