summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-2/+2
* 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-185-137/+137
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-2/+3
* ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2013-05-292-2/+15
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-067-7/+7
* 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-286-7/+7
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-017-1/+17
* 2to3: Fix callable.Charles Harris2013-02-281-1/+2
* DEP: Remove scons related files and code.Charles Harris2013-01-131-13/+0
* ENH: missingdata: Make numpy.all follow the NA || True == True ruleMark Wiebe2011-08-271-9/+18
* ENH: missingdata: Change things to help scipy pass its testsMark Wiebe2011-08-271-10/+26
* DOC: minor documentation fixesPauli Virtanen2011-06-251-1/+1
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-053-80/+80
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ...Mark Wiebe2011-01-171-1/+1
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-07-312-13/+13
* ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)Pauli Virtanen2010-04-301-2/+3
* 3K: matrixlib: adapt to changes in str.translatePauli Virtanen2010-02-211-14/+26
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-1/+1
* 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-188-0/+1142