summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: fix some minor issues with histogram2d docstring formatting.Ralf Gommers2013-08-111-9/+19
* DOC: update example of histogram2d to doctest format.Frank Breitling2013-08-111-31/+30
* Merge pull request #3531 from fkbreitl/masternjsmith2013-07-181-15/+45
|\
| * Update twodim_base.pyFrank Breitling2013-07-171-1/+1
| * Update twodim_base.pyFrank Breitling2013-07-131-33/+44
| * Fixed two typos.Frank B2013-02-051-2/+2
| * Added example for 2D-histogram with variable bin size.Frank B2013-02-051-2/+21
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
|/
* DOC: Further tweaks to histogram2d docstring.Stefan van der Walt2012-11-261-9/+11
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-4/+2
* Document the PyArray_Diagonal transition scheme.Nathaniel J. Smith2012-05-161-2/+5
* Transition scheme for allowing PyArray_Diagonal to return a viewNathaniel J. Smith2012-05-161-1/+7
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-9/+14
* FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-311-2/+2
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-10/+6
* ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always...Mark Wiebe2011-08-271-11/+4
* WHT: Cleanup trailing whitespace.Charles Harris2011-04-021-1/+0
* BUG: Fix ticket #1579. Do some cleanups.Charles Harris2010-08-101-40/+51
* DOC: wiki merge, twodim_base and a few loose ones.rgommers2010-07-311-31/+33
* DOC - fix doc errorMatthew Brett2010-03-111-1/+1
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+2
* Docstring update: libPauli Virtanen2009-10-021-72/+126
* Docstring updates, part 1Pauli Virtanen2009-10-021-49/+74