summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix broken regression test.Charles Harris2008-07-201-3/+4
* make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
* fix typoCharles Harris2008-07-201-1/+1
* debugging printout.Charles Harris2008-07-201-0/+2
* Fix ticket #794.Charles Harris2008-07-201-0/+7
* Backport r5438 to 1.1.x. Fixes #837.Pauli Virtanen2008-07-171-0/+12
* Backport r5357.Robert Kern2008-07-151-0/+46
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-0/+6
* 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
* Add the out= argument to the clip() function to bring it in line with the .cl...Robert Kern2008-05-101-0/+13
* Test for ticket #551 part of r5140Pauli Virtanen2008-05-081-0/+8
* Additional tests of matrix indexing.aarchiba2008-05-081-3/+31
* Add some tests for scalar indexing, tolist(), and fancy indexing.Charles Harris2008-05-081-0/+29
* Support for Python types in x.view.Stefan van der Walt2008-05-011-0/+12
* For x.view, change dtype into keyword argument.Stefan van der Walt2008-04-301-0/+10
* Revert x[0][0] hack.Stefan van der Walt2008-04-251-10/+10
* Add test for numeric type array creation from string values.Charles Harris2008-04-251-0/+9
* Hack to let x[0][0] return a scalar for matrices.Stefan van der Walt2008-04-231-0/+11
* Add regression test for changeset #5065.Stefan van der Walt2008-04-231-0/+3
* Uncomment tests for PyUfunc_O_O_method and PyUFunc_OO_O_method.Charles Harris2008-04-221-2/+10
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-203-8/+8
* Make the object loops tests less susceptiple to reference counting errors.Charles Harris2008-04-201-7/+9
* Add tests for generic ufunct loops preparatory to some code cleanup.Charles Harris2008-04-191-1/+129
* Fast implementation of take [patch by Eric Firing].Stefan van der Walt2008-04-181-0/+50
* De-obfuscate some test code.Robert Kern2008-04-171-7/+7
* Test for r5034.Robert Kern2008-04-141-0/+13
* Remove debugging. Python 2.6 still raises ValueError for bitwise operationsCharles Harris2008-04-111-8/+0
* Fixed #728 scalar coercion problem with mixed types and r_Travis Oliphant2008-04-111-0/+22
* More debugging.Charles Harris2008-04-111-3/+4
* More debugging.Charles Harris2008-04-111-1/+2
* More object casting debugging.Charles Harris2008-04-111-4/+3
* Debugging test for check_object_casting.Charles Harris2008-04-111-0/+7
* Remove test of repr precision for longdouble. This varies between compilers andCharles Harris2008-04-111-2/+0
* Add test for precision of longdouble repr. Need to add tests for all printingCharles Harris2008-04-111-0/+3
* Add check for printing complex dtypes, closes #693.Stefan van der Walt2008-04-101-0/+10
* Add test for string to float conversions of various types.Charles Harris2008-04-091-0/+9
* Regression test for ticket #714.Stefan van der Walt2008-04-091-0/+5
* Documented and tested new behaviour of std and var on complex numbers. Added...aarchiba2008-04-071-0/+7
* Add tests for ddof parameter in var/std [patch by Anne Archibald].Stefan van der Walt2008-04-061-0/+15