summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove C99 test cases (merged from trunk).v1.2.0b2Stefan van der Walt2008-08-131-138/+0
* Fix ticket #674.Travis Oliphant2008-08-101-0/+9
* ran reindentJarrod Millman2008-08-0810-39/+34
* Follow-up on changes to histogram semantics.dhuard2008-08-051-2/+2
* Add test for #844 (inner product pb with atlas).David Cournapeau2008-08-041-0/+14
* BUG: reverting mistaken checking.Robert Kern2008-08-011-13/+8
* BUG: Fix email addresses.Robert Kern2008-08-011-8/+13
* Skip one more possibly failing C99 testPauli Virtanen2008-07-221-1/+1
* Added tests to improve coverage of numpy.core.Alan McIntyre2008-07-215-14/+153
* Fix broken regression test.Charles Harris2008-07-201-1/+4
* Make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
* Fix ticket #794.Charles Harris2008-07-201-1/+8
* Fix errors in C99 tests. Skip tests failing on some platforms.Pauli Virtanen2008-07-201-6/+5
* Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15
* Add tests for complex functions: test against Python's cmath, check the branc...Pauli Virtanen2008-07-191-3/+256
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-161-0/+11
* Add tests to improve coverage.Alan McIntyre2008-07-132-0/+43
* Bit of whitespace removal.Charles Harris2008-07-121-2/+0
* Add basic tests of number str() formatting.Charles Harris2008-07-121-0/+36
* Comment out failing portions of __mul__ and __rmul__ until they are fixed in Alan McIntyre2008-07-101-12/+12
* Improve chararray __mul__/__rmul__ test so it should fail on 64-bit machines.Alan McIntyre2008-07-101-6/+10
* Added test module for chararray.Alan McIntyre2008-07-101-0/+89
* Test coverage improvements.Alan McIntyre2008-07-091-1/+28
* Renamed check_recarray_from_repr to test_recarray_from_repr so it can be Alan McIntyre2008-07-081-1/+1
* Return actual bools instead of 0 or 1.Robert Kern2008-07-071-0/+46
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-3/+8
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-038-120/+106
* Add test for ticket #390.Charles Harris2008-06-291-33/+35
* Add regression test for #825.Charles Harris2008-06-271-0/+8
* Small cleanup.Charles Harris2008-06-221-71/+68
* Restore old test framework classes.Alan McIntyre2008-06-2112-12/+16
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-1712-515/+566
* Move umath docstrings to a separate file. Make the automatic ufunc signature ...Pauli Virtanen2008-06-081-1/+1
* Testcases for ticket #791Christoph Weidemann2008-06-071-2/+54
* Fix more in ticket #791.Travis Oliphant2008-06-051-0/+19
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-0/+5
* Save preliminary work on testing ufuncs.Charles Harris2008-05-251-64/+76
* Start work on testing ufuncs.Charles Harris2008-05-241-0/+73
* Add one-more test case using getmap to supplement the setmap test.Travis Oliphant2008-05-221-0/+6
* fixed whitespace w/ reindentJarrod Millman2008-05-222-2/+2
* Fix bug reported on SciPy mailing list which arose when the results of a broa...Travis Oliphant2008-05-221-1/+11
* Fix ticket #789 again.Travis Oliphant2008-05-221-1/+1
* Fix #789 by Alan Mcintyre.David Cournapeau2008-05-221-0/+16
* Fix comments in tests.Travis Oliphant2008-05-211-2/+2
* Fix the logic testing for potential problems with array subclasses.Travis Oliphant2008-05-211-0/+9
* Try again to fix the endianness tests.Robert Kern2008-05-211-3/+4
* Use endian-specific dtypes in tests which construct cross-type views.Robert Kern2008-05-191-2/+4
* Add test for #788 [patch by Eric Firing].Stefan van der Walt2008-05-154-3/+16
* Fix the unit tests and eliminate the dimensionality reduction assumption for ...Travis Oliphant2008-05-151-1/+1
* Fix ticket #791.Travis Oliphant2008-05-131-0/+17