Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for multi formatting elements in savetxt [patch by David Huard]. | Stefan van der Walt | 2008-04-28 | 1 | -21/+20 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -11/+11 |
* | Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ... | dhuard | 2008-04-16 | 1 | -6/+78 |
* | Fix fromregex, add documentation and tests [patch by Pauli Virtanen]. | Stefan van der Walt | 2008-04-12 | 1 | -19/+53 |
* | Compare against native-endian types, not endian-specific types. | Robert Kern | 2008-04-12 | 1 | -2/+2 |
* | Added test for handling missing data using loadtxt. | dhuard | 2008-04-09 | 1 | -0/+18 |
* | Modified io._getconv to allow loading values stored as float as integers arra... | dhuard | 2008-04-04 | 1 | -0/+10 |
* | added 1D tests for loadtxt and savetxt. Fixed a bug | dhuard | 2008-04-03 | 1 | -0/+15 |
* | Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses... | dhuard | 2008-04-03 | 1 | -0/+52 |