summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* backporting r5788 to 1.2.x branch (loadtxt)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
* Follow-up on changes to histogram semantics.dhuard2008-08-051-30/+36
* Added tests to improve coverage.Alan McIntyre2008-07-241-25/+44
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-223-1/+60
* Apply Stefan's patch for Ryan's loadtext fix.Charles Harris2008-07-221-0/+9
* Committed patch from Ryan May. It fixes error in loadtxt occurring when useco...dhuard2008-07-221-0/+11
* Make use of assert_raises from numpy.testing, and added run_module_suite to s...Alan McIntyre2008-07-141-3/+5
* Added tests to improve coverage.Alan McIntyre2008-07-135-4/+254
* Use TestCase instead of NumpyTestCase.Stefan van der Walt2008-07-091-1/+1
* Piecewise should not expose raw memory. Closes #798.Stefan van der Walt2008-07-081-4/+42
* BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern2008-07-031-3/+9
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+7
* BUG: need to create exceptions correctly.Robert Kern2008-07-031-9/+15
* ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern2008-07-031-0/+206
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-1/+2
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-039-103/+53
* Restore old test framework classes.Alan McIntyre2008-06-2115-18/+23
* Fix piecewise to handle 0-d inputs.Travis Oliphant2008-06-171-0/+7
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-1715-299/+352
* fixed whitespace w/ reindentJarrod Millman2008-05-221-18/+18
* Suppress test output.Stefan van der Walt2008-05-011-2/+1
* Disable underflow warning reporting when testing for arch + test (#759).David Cournapeau2008-04-291-0/+31
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-281-21/+20
* Added an ignore warning in the test to avoid buildbot messages.dhuard2008-04-251-0/+2
* Modified histogram according to the discussion on the numpy ML.dhuard2008-04-251-2/+93
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-204-41/+41
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-191-2/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-191-4/+51
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-171-2/+14
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ...dhuard2008-04-161-6/+78
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-121-19/+53
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
* Add one more test from ticket #728Travis Oliphant2008-04-111-0/+4
* Fixed #728 scalar coercion problem with mixed types and r_Travis Oliphant2008-04-111-0/+4
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
* Fix doc-tests for financial.py so they don't rely on floating-point exactness...Travis Oliphant2008-04-081-19/+19
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-1/+1
* Modified io._getconv to allow loading values stored as float as integers arra...dhuard2008-04-041-0/+10
* Add modified internal rate of return calculation which is more conservative a...Travis Oliphant2008-04-041-0/+5
* Add fromregex function (needs more testing) and some simple spreadsheet-like ...Travis Oliphant2008-04-041-0/+34
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-0/+15
* Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses...dhuard2008-04-031-0/+52