summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-161-3/+15
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-3/+34
* BUG,DOC: Fix bad MPL kwarg.Ross Barnowski2020-07-161-1/+1
* DOC: rm matrix from triu docstring.Ross Barnowski2020-06-251-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: lib: Clean up in twodim_base.py.Warren Weckesser2020-01-011-2/+2
* DOC: fix documentation of i and j for tri.hvy2019-07-241-1/+1
* BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-201-1/+1
* MAINT: check bins length in histogram2d_dispatcherStephan Hoyer2019-06-111-4/+11
* MAINT: fix histogram*d dispatchersStephan Hoyer2019-06-111-1/+7
* DOC, TST: clean up matplotlib importsTyler Reddy2019-01-021-4/+2
* DOC, TST: remove agg setting from docsTyler Reddy2019-01-021-1/+0
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-21/+26
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+6
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+7
* ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-0/+36
* MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-081-4/+10
* ENH: Disable fuzzing on histogram boundariesEric Wieser2018-04-301-1/+1
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-2/+7
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-3/+4
* DOC: Correct shape of edges in np.histogram2d (#8980)Importance of Being Ernest2017-04-231-2/+2
* DOC: Improve histogram2d() example.wrwrwr2016-10-081-29/+17
* ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-57/+4
* ENH: Add generalized flip function and its testsEren Sezener2016-03-121-4/+4
* DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers2016-02-131-2/+2
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* DOC: Updated docstring for histogram2d as suggested in issue #5538Åsmund Hjulstad2015-02-131-3/+5
* BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-041-2/+2
* Improved PEP-8 complianceGarrett-R2014-12-081-0/+2
* BUG: Closes #2015: diag returns ndarrayGarrett-R2014-12-081-1/+1
* Merge pull request #4929 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-311-8/+8
|\
| * MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-8/+8
* | BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-291-2/+2
* | BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-101-3/+6
|/
* STY: Use `.astype`'s `copy` kwarg in `np.tri`jaimefrio2014-05-271-4/+2
* ENH: Replace exponentiation with cumulative product in np.vanderjaimefrio2014-03-311-25/+27
* ENH: use smallest integer for tri rangesJulian Taylor2014-03-271-2/+17
* ENH: speed-up of triangular matrix functionsjaimefrio2014-03-251-21/+41
* DOC: Fix documentation of normed in histogram2d and histogramdd.Charles Harris2014-02-261-21/+18
* ENH: tril and triu broadcastingalex2014-02-241-2/+2
* Merge pull request #4316 from charris/fix-gh-4092seberg2014-02-181-3/+3
|\
| * DOC: Remove \n from strings in plot examples.Charles Harris2014-02-171-3/+3
* | DOC: Document that fliplr only works on 2-D arrays.Charles Harris2014-02-161-3/+2
|/
* Fix typo.Markus Roth2013-11-151-1/+1
* DOC: Spelling correction for numpy.diag see alsoChris Kerr2013-11-111-1/+1
* MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py an...Warren Weckesser2013-11-021-2/+4
* MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few ...Warren Weckesser2013-11-021-3/+7
* MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.pyWarren Weckesser2013-11-021-7/+18
* ENH: lib: Rewrite vander: make it faster, and add an option to specify the or...Warren Weckesser2013-11-021-14/+34
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-17/+17