summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* added docstring to diagflat.dhuard2008-03-201-0/+16
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-8/+8
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-301-2/+1
* Fix so that rot90 only works on first two axes.Travis Oliphant2007-09-201-2/+2
* Make sure we always return a value from eye(). It wasn't returning a value wh...Robert Kern2007-07-251-1/+2
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-021-92/+29
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-21/+21
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-161-2/+1
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-29/+54
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-021-2/+21
* Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalar...Travis Oliphant2006-07-201-14/+10
* Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ...Travis Oliphant2006-07-011-1/+1
* Adjust histogram2d a bit. Fix doc for logspace.Travis Oliphant2006-07-011-4/+15
* Added histogram2d #161Travis Oliphant2006-07-011-1/+73
* Make the default array type float.Travis Oliphant2006-06-301-6/+8
* Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to ...Travis Oliphant2006-06-231-2/+3
* remove unused importsTim Leslie2006-03-251-1/+0
* clean up some importsTim Leslie2006-03-161-1/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-6/+6
* Added kron and repmatTravis Oliphant2006-02-241-1/+0
* Fix _AIX bug and add UserArray for container class backward compatibility.Travis Oliphant2006-02-231-6/+6
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-1/+1
* Fixed libTravis Oliphant2006-01-041-1/+1
* Moving things..Travis Oliphant2006-01-041-0/+123