summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Backport r6827 to fix ticket #1039Charles Harris2009-03-311-8/+4
* Remove test that shouldn't have been backported. It didn't fail anyway...Charles Harris2009-03-271-4/+0
* Backport r6770 fixes.Charles Harris2009-03-271-0/+4
* fix remaining tests to reflect new behavior of sign(nan)Charles Harris2009-03-101-2/+2
* Fix a test failure due to changes in the sign ufunc.Charles Harris2009-03-101-1/+1
* Fix import issue.David Cournapeau2009-03-091-1/+1
* Sort index of find_duplicated before testing, because the exact order is unde...David Cournapeau2009-03-091-17/+14
* Remove dead code.David Cournapeau2009-03-091-1/+0
* Do not hardcode string for savetxt testing, as the exact representation depen...David Cournapeau2009-03-091-5/+6
* BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable...David Cournapeau2009-03-091-9/+30
* Fix polyint to work correctly with float, complex, and int inputs.Charles Harris2009-03-091-2/+16
* Fix ticket #944.Charles Harris2009-03-091-3/+8
* For kaiser, allow beta to be specified as an integer.Stefan van der Walt2009-03-061-0/+3
* Correctly handle gzip filenames in loadtxt.Stefan van der Walt2009-03-021-0/+8
* Add test for Gzip loader.Stefan van der Walt2009-02-221-0/+14
* Whitespace cleanup.Stefan van der Walt2009-02-221-4/+3
* Fix tests using strptime to be Python 2.4 compatible.Stefan van der Walt2009-02-191-6/+13
* Tag known failure on win32.David Cournapeau2009-02-192-0/+5
* * genfromtxt : fixed case when using explicit converters and explicit dtype.pierregm2009-02-142-2/+19
* Removed an unneccessary return statement in a unit test.Travis Oliphant2009-02-061-1/+0
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-052-1/+45
* test_upgrademapper : got rid of the dateutil importpierregm2009-02-041-10/+11
* * test__iotools : prevent test_upgrademapper if dateutil is not installedpierregm2009-02-041-7/+10
* * Make sure that StringConverter.update sets the type to object if it can't d...pierregm2009-02-031-0/+11
* * Added a 'autoconvert' option to stack_arrays.pierregm2009-02-021-1/+31
* * _iotools.StringConverter :pierregm2009-01-261-0/+17
* * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin...pierregm2009-01-221-7/+10
* * added recfunctions, a collection of utilities to manipulate structured arrays.pierregm2009-01-221-0/+570
* * genfromtxt : if names is True, accept a line starting with a comment charac...pierregm2009-01-221-1/+25
* * lib : introduced _iotoolspierregm2009-01-192-1/+497
* Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1.Pauli Virtanen2009-01-171-0/+38
* Fix finfo to work on all instances, not just NumPy scalars.Stefan van der Walt2009-01-141-0/+4
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-1/+1
* BUG (#827): close temp file before reopning them on windows, and make sure th...David Cournapeau2008-12-271-1/+15
* Reformat spacing in io tests.Stefan van der Walt2008-11-291-33/+37
* Add test for load's mmap_mode.Stefan van der Walt2008-11-291-26/+61
* Fix ambiguous assert.David Cournapeau2008-11-201-1/+1
* Follow up on changes to histogram: new=False now raises a DeprecationWarning,...dhuard2008-11-121-1/+1
* Ignore unused converters in `loadtxt`.Stefan van der Walt2008-09-221-0/+11
* Removed unused imports.Alan McIntyre2008-09-092-4/+0
* FIX: Loadtxt raises on empty input (closes #908).Stefan van der Walt2008-09-091-3/+5
* Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug occur...dhuard2008-09-051-1/+15
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* Disable memmap test which crashes nose tests on cygwin.David Cournapeau2008-09-011-1/+1
* Fix fix tests.David Cournapeau2008-08-251-3/+3
* Unique1d will now return unique as well as reverse indices. Fix order ofStefan van der Walt2008-08-131-4/+8
* Disable memmap test on windows because it crashes the testsuite. This has to ...David Cournapeau2008-08-131-31/+34
* Add Roberto de Almeida's Arrayterator.Stefan van der Walt2008-08-131-0/+43
* More consistent nan-operations.Stefan van der Walt2008-08-121-0/+1
* ran reindentJarrod Millman2008-08-0811-41/+35