Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ambiguous assert. | David Cournapeau | 2008-11-20 | 1 | -1/+1 | |
| | ||||||
* | Ignore unused converters in `loadtxt`. | Stefan van der Walt | 2008-09-22 | 1 | -0/+11 | |
| | ||||||
* | FIX: Loadtxt raises on empty input (closes #908). | Stefan van der Walt | 2008-09-09 | 1 | -3/+5 | |
| | ||||||
* | Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug ↵ | dhuard | 2008-09-05 | 1 | -1/+15 | |
| | | | | occurring when both usecols and converters are provided. Added related regression tests. | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -3/+3 | |
| | ||||||
* | Apply Stefan's patch for Ryan's loadtext fix. | Charles Harris | 2008-07-22 | 1 | -0/+9 | |
| | ||||||
* | Committed patch from Ryan May. It fixes error in loadtxt occurring when ↵ | dhuard | 2008-07-22 | 1 | -0/+11 | |
| | | | | | | usecols is not None and dtypes are given. I added the test suggested by Ryan. | |||||
* | Added tests to improve coverage. | Alan McIntyre | 2008-07-13 | 1 | -0/+58 | |
| | | | | Renamed TestPiecewise methods so that they will be picked up by nose. | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -4/+5 | |
| | | | | modules. | |||||
* | Support for multi formatting elements in savetxt [patch by David Huard]. | Stefan van der Walt | 2008-04-28 | 1 | -21/+20 | |
| | | | | Closes #663. | |||||
* | 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 | |
| | | | | 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 | -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 ↵ | dhuard | 2008-04-04 | 1 | -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 bug | dhuard | 2008-04-03 | 1 | -0/+15 | |
| | ||||||
* | Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵ | dhuard | 2008-04-03 | 1 | -0/+52 | |
addresses ticket #623. Added simple tests for loadtxt and savetxt. |