summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix missing 'self' in test cleanups.Charles Harris2010-08-101-2/+2
* ENH: Add some tests for ticket #1579. Do some cleanups.Charles Harris2010-08-101-69/+88
* 3K: lib: fix bytes vs str issues in testsPauli Virtanen2010-02-211-1/+3
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-3/+3
* Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + testsPauli Virtanen2009-07-121-2/+36
* Fix twodim tests.Stefan van der Walt2009-07-041-1/+1
* Add indexing functions by Fernando Perez.Stefan van der Walt2009-07-041-18/+92
* ran reindentJarrod Millman2008-08-081-1/+0
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-5/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-22/+24
* 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