summaryrefslogtreecommitdiff
path: root/numpy/lib/io.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Formatted the docstring. Added comment regarding the handling of missing ↵dhuard2008-04-091-42/+40
| | | | values. Addresses ticket #717.
* Modified io._getconv to allow loading values stored as float as integers ↵dhuard2008-04-041-1/+1
| | | | | | arrays. Added test to check the behavior as suggested in the comment from b. southey in ticket #623
* Add fromregex function (needs more testing) and some simple spreadsheet-like ↵Travis Oliphant2008-04-041-0/+22
| | | | financial calculations.
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-1/+1
|
* Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵dhuard2008-04-031-4/+2
| | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt.
* Correct condition.Robert Kern2008-02-281-1/+1
|
* Typo.Robert Kern2008-02-281-1/+1
|
* Handle the no-comment case correctly.Robert Kern2008-02-271-1/+5
|
* ran reindentJarrod Millman2008-02-081-27/+23
|
* Fix deprecate_with_doc and deprecate for builtin functions.Travis Oliphant2007-12-301-3/+8
|
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+360