summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Collapse)AuthorAgeFilesLines
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-281-21/+20
| | | | Closes #663.
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-11/+11
|
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ↵dhuard2008-04-161-6/+78
| | | | of savetxt, added some info on formatting.
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-121-19/+53
|
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
|
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
|
* Modified io._getconv to allow loading values stored as float as integers ↵dhuard2008-04-041-0/+10
| | | | | | arrays. Added test to check the behavior as suggested in the comment from b. southey in ticket #623
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-0/+15
|
* Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵dhuard2008-04-031-0/+52
addresses ticket #623. Added simple tests for loadtxt and savetxt.