summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-9/+2
* BUG: lib: Allow type uint64 for eye() arguments.warren2022-05-111-1/+7
* ENH: Check that the lengths of the inputs to histogram2d are the same. (#20228)Jérome Eertmans2021-11-021-0/+10
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-10/+10
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-201-1/+25
* MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-081-3/+3
* STY: Some PEP8 fixes in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-16/+17
* TST: Remove yield tests in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-12/+12
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-8/+4
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-0/+9
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-60/+61
* MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-251-2/+1
* 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