Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Apply Stefan's patch for Ryan's loadtext fix. | Charles Harris | 2008-07-22 | 1 | -34/+78 | |
| | ||||||
* | Committed patch from Ryan May. It fixes error in loadtxt occurring when ↵ | dhuard | 2008-07-22 | 1 | -2/+6 | |
| | | | | | | usecols is not None and dtypes are given. I added the test suggested by Ryan. | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -3/+3 | |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | |||||
* | Restore change to docstring overwritten by wiki merge. | Stefan van der Walt | 2008-05-14 | 1 | -2/+2 | |
| | ||||||
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -8/+11 | |
| | ||||||
* | Fix ticket #791. | Travis Oliphant | 2008-05-13 | 1 | -2/+2 | |
| | ||||||
* | Add comments to savetxt. | Stefan van der Walt | 2008-04-28 | 1 | -4/+10 | |
| | ||||||
* | Support for multi formatting elements in savetxt [patch by David Huard]. | Stefan van der Walt | 2008-04-28 | 1 | -40/+60 | |
| | | | | Closes #663. | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -31/+30 | |
| | ||||||
* | Don't require gzip or bz2 until the actual functionality is requested. | Robert Kern | 2008-04-17 | 1 | -1/+7 | |
| | ||||||
* | Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ↵ | dhuard | 2008-04-16 | 1 | -13/+46 | |
| | | | | of savetxt, added some info on formatting. | |||||
* | Fix fromregex, add documentation and tests [patch by Pauli Virtanen]. | Stefan van der Walt | 2008-04-12 | 1 | -10/+32 | |
| | ||||||
* | Formatted the docstring. Added comment regarding the handling of missing ↵ | dhuard | 2008-04-09 | 1 | -42/+40 | |
| | | | | values. Addresses ticket #717. | |||||
* | Modified io._getconv to allow loading values stored as float as integers ↵ | dhuard | 2008-04-04 | 1 | -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 Oliphant | 2008-04-04 | 1 | -0/+22 | |
| | | | | financial calculations. | |||||
* | added 1D tests for loadtxt and savetxt. Fixed a bug | dhuard | 2008-04-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵ | dhuard | 2008-04-03 | 1 | -4/+2 | |
| | | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt. | |||||
* | Correct condition. | Robert Kern | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | Typo. | Robert Kern | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | Handle the no-comment case correctly. | Robert Kern | 2008-02-27 | 1 | -1/+5 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -27/+23 | |
| | ||||||
* | Fix deprecate_with_doc and deprecate for builtin functions. | Travis Oliphant | 2007-12-30 | 1 | -3/+8 | |
| | ||||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -0/+360 | |