summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + testsPauli Virtanen2009-07-121-21/+26
* Fix versioning and inclusion to ref. guide in docs for #1132Pauli Virtanen2009-07-041-0/+20
* Add indexing functions by Fernando Perez.Stefan van der Walt2009-07-041-2/+214
* Merge from the doc wikiPauli Virtanen2009-03-241-9/+36
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-15/+15
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-2/+2
* Removed unused imports.Alan McIntyre2008-09-181-1/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-56/+391
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-4/+4
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-6/+6
* Fix vander docstring.Stefan van der Walt2008-04-091-4/+3