summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/defmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify the docstrings of matrix.argmin and matrix.argmax.Charles Harris2016-01-091-2/+10
* DOC: Update defmatrix.argmax docstring.Nicolás Della Penna2016-01-091-1/+1
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* DEP: Stricter arg checking for array orderinggfyoung2015-12-181-6/+8
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-0/+2
* DOC: document `ldict` and `gdict` in bmat, closes #5058jaimefrio2014-09-201-0/+6
* Merge pull request #4932 from argriffing/ravel-docstringsCharles Harris2014-08-041-0/+40
|\
| * MAINT: use N.ndarray instead of core.multiarray.ndarrayalex2014-08-041-2/+1
| * DOC: clarify that matrix.ravel only copies if necessary; this is already testedalex2014-07-311-1/+2
| * MAINT: restore optional ravel order and add tests and more docstring linesalex2014-07-311-11/+29
| * MAINT: fix the importalex2014-07-311-1/+2
| * DOC: add minimal clarification to the matrix.ravel docstringalex2014-07-311-0/+21
* | DOC: matrix.squeeze docstringalex2014-08-011-0/+54
* | DOC: clarify matrix flatten docstringalex2014-07-311-2/+5
* | DOC: use m for matrix instead of a for arrayalex2014-07-311-4/+4
* | DOC: matrix flatten docstringalex2014-07-311-0/+33
|/
* DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work.Ralf Gommers2013-10-041-6/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-25/+25
* ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2013-05-291-2/+11
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+2
* | 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/+2
* ENH: missingdata: Make numpy.all follow the NA || True == True ruleMark Wiebe2011-08-271-9/+18
* DOC: minor documentation fixesPauli Virtanen2011-06-251-1/+1
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-07-311-13/+12
* 3K: matrixlib: adapt to changes in str.translatePauli Virtanen2010-02-211-14/+26
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-4/+4
* Docstring update: matrixlibPauli Virtanen2009-10-021-140/+526
* Rename matrx to matrixlib.David Cournapeau2009-09-181-0/+677