summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-7/+7
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-301-3/+11
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
* Add regression test for eye.Stefan van der Walt2007-07-251-0/+2
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-021-0/+14
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-6/+25
* Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalar...Travis Oliphant2006-07-201-1/+1
* Patch from David Huard to future-proof histogram2d testcookedm2006-07-061-3/+2
* Added histogram2d #161Travis Oliphant2006-07-011-6/+27
* update tests to all run correctlyTim Leslie2006-03-131-3/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-0/+1
* More fixes...Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+134