summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Remove warning ignoring from nanfuncsSebastian Berg2016-09-021-1/+1
* Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-221-32/+1
|\
| * ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-32/+1
* | TST: fix test error due to use of deprecated np.testing.rand utility.Ralf Gommers2016-05-161-4/+4
|/
* DOC: Updated docstring for histogram2d as suggested in issue #5538Åsmund Hjulstad2015-02-131-0/+31
* Merge pull request #4929 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-311-35/+35
|\
| * STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-34/+34
| * MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-1/+1
* | BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-291-0/+22
* | BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-101-0/+12
|/
* TST: fix random failing histogram testJulian Taylor2014-05-301-1/+1
* ENH: speed-up of triangular matrix functionsjaimefrio2014-03-251-5/+39
* ENH: tril and triu broadcastingalex2014-02-241-5/+29
* MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py an...Warren Weckesser2013-11-021-8/+12
* ENH: lib: Rewrite vander: make it faster, and add an option to specify the or...Warren Weckesser2013-11-021-1/+35
* MAINT: Don't use 'import *' in lib/test_twodim_base.py.Warren Weckesser2013-11-021-1/+3
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-81/+111
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-101/+101
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+2
* FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-311-0/+12
* BUG: fixed histogramdd bug with empty inputs. Closes #1899.David Huard2011-07-241-1/+4
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-051-3/+3
* BUG: Python 2.4 doesn't accept the construction class foo():Charles Harris2011-04-051-3/+3
* BUG: fix test issues in test_twodim_base.py. Simplify and make tests run.Ralf Gommers2011-04-031-64/+60
* ENH: Make all histogram functions work with empty input.Ralf Gommers2011-03-271-0/+4
* 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