| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport r6827 to fix ticket #1039 | Charles Harris | 2009-03-31 | 1 | -8/+4 |
| * | Remove test that shouldn't have been backported. It didn't fail anyway... | Charles Harris | 2009-03-27 | 1 | -4/+0 |
| * | Backport r6770 fixes. | Charles Harris | 2009-03-27 | 1 | -0/+4 |
| * | fix remaining tests to reflect new behavior of sign(nan) | Charles Harris | 2009-03-10 | 1 | -2/+2 |
| * | Fix a test failure due to changes in the sign ufunc. | Charles Harris | 2009-03-10 | 1 | -1/+1 |
| * | Fix import issue. | David Cournapeau | 2009-03-09 | 1 | -1/+1 |
| * | Sort index of find_duplicated before testing, because the exact order is unde... | David Cournapeau | 2009-03-09 | 1 | -17/+14 |
| * | Remove dead code. | David Cournapeau | 2009-03-09 | 1 | -1/+0 |
| * | Do not hardcode string for savetxt testing, as the exact representation depen... | David Cournapeau | 2009-03-09 | 1 | -5/+6 |
| * | BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable... | David Cournapeau | 2009-03-09 | 1 | -9/+30 |
| * | Fix polyint to work correctly with float, complex, and int inputs. | Charles Harris | 2009-03-09 | 1 | -2/+16 |
| * | Fix ticket #944. | Charles Harris | 2009-03-09 | 1 | -3/+8 |
| * | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 1 | -0/+3 |
| * | Correctly handle gzip filenames in loadtxt. | Stefan van der Walt | 2009-03-02 | 1 | -0/+8 |
| * | Add test for Gzip loader. | Stefan van der Walt | 2009-02-22 | 1 | -0/+14 |
| * | Whitespace cleanup. | Stefan van der Walt | 2009-02-22 | 1 | -4/+3 |
| * | Fix tests using strptime to be Python 2.4 compatible. | Stefan van der Walt | 2009-02-19 | 1 | -6/+13 |
| * | Tag known failure on win32. | David Cournapeau | 2009-02-19 | 2 | -0/+5 |
| * | * genfromtxt : fixed case when using explicit converters and explicit dtype. | pierregm | 2009-02-14 | 2 | -2/+19 |
| * | Removed an unneccessary return statement in a unit test. | Travis Oliphant | 2009-02-06 | 1 | -1/+0 |
| * | * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai... | pierregm | 2009-02-05 | 2 | -1/+45 |
| * | test_upgrademapper : got rid of the dateutil import | pierregm | 2009-02-04 | 1 | -10/+11 |
| * | * test__iotools : prevent test_upgrademapper if dateutil is not installed | pierregm | 2009-02-04 | 1 | -7/+10 |
| * | * Make sure that StringConverter.update sets the type to object if it can't d... | pierregm | 2009-02-03 | 1 | -0/+11 |
| * | * Added a 'autoconvert' option to stack_arrays. | pierregm | 2009-02-02 | 1 | -1/+31 |
| * | * _iotools.StringConverter : | pierregm | 2009-01-26 | 1 | -0/+17 |
| * | * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin... | pierregm | 2009-01-22 | 1 | -7/+10 |
| * | * added recfunctions, a collection of utilities to manipulate structured arrays. | pierregm | 2009-01-22 | 1 | -0/+570 |
| * | * genfromtxt : if names is True, accept a line starting with a comment charac... | pierregm | 2009-01-22 | 1 | -1/+25 |
| * | * lib : introduced _iotools | pierregm | 2009-01-19 | 2 | -1/+497 |
| * | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 1 | -0/+38 |
| * | Fix finfo to work on all instances, not just NumPy scalars. | Stefan van der Walt | 2009-01-14 | 1 | -0/+4 |
| * | Use new-style classes with multiple-inheritance to address bug in IronPython. | Stefan van der Walt | 2009-01-06 | 1 | -1/+1 |
| * | BUG (#827): close temp file before reopning them on windows, and make sure th... | David Cournapeau | 2008-12-27 | 1 | -1/+15 |
| * | Reformat spacing in io tests. | Stefan van der Walt | 2008-11-29 | 1 | -33/+37 |
| * | Add test for load's mmap_mode. | Stefan van der Walt | 2008-11-29 | 1 | -26/+61 |
| * | Fix ambiguous assert. | David Cournapeau | 2008-11-20 | 1 | -1/+1 |
| * | Follow up on changes to histogram: new=False now raises a DeprecationWarning,... | dhuard | 2008-11-12 | 1 | -1/+1 |
| * | Ignore unused converters in `loadtxt`. | Stefan van der Walt | 2008-09-22 | 1 | -0/+11 |
| * | Removed unused imports. | Alan McIntyre | 2008-09-09 | 2 | -4/+0 |
| * | 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 occur... | dhuard | 2008-09-05 | 1 | -1/+15 |
| * | reindenting prior to release | Jarrod Millman | 2008-09-02 | 1 | -3/+3 |
| * | Disable memmap test which crashes nose tests on cygwin. | David Cournapeau | 2008-09-01 | 1 | -1/+1 |
| * | Fix fix tests. | David Cournapeau | 2008-08-25 | 1 | -3/+3 |
| * | Unique1d will now return unique as well as reverse indices. Fix order of | Stefan van der Walt | 2008-08-13 | 1 | -4/+8 |
| * | Disable memmap test on windows because it crashes the testsuite. This has to ... | David Cournapeau | 2008-08-13 | 1 | -31/+34 |
| * | Add Roberto de Almeida's Arrayterator. | Stefan van der Walt | 2008-08-13 | 1 | -0/+43 |
| * | More consistent nan-operations. | Stefan van der Walt | 2008-08-12 | 1 | -0/+1 |
| * | ran reindent | Jarrod Millman | 2008-08-08 | 11 | -41/+35 |