summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
AgeCommit message (Expand)AuthorFilesLines
2017-12-06MAINT: Remove now-unnecessary implementation of matrix str/reprEric Wieser1-13/+0
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser1-3/+3
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-06Merge pull request #9505 from eric-wieser/fix-issubdtypeCharles Harris2-1/+7
2017-08-05BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2-1/+7
2017-08-05MAINT: Remove `level=` keyword from test arguments.Charles Harris1-5/+4
2017-07-17TST: Remove unittest dependencies in matrixlib/tests.Charles Harris4-24/+25
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-1/+1
2017-06-10DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers1-1/+1
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-04-20DOC: Improve release notes and cross-referencesEric Wieser1-3/+5
2017-03-01BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2-41/+12
2017-02-24MAINT: replace len(x.shape) with x.ndimEric Wieser1-1/+1
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun1-1/+1
2016-01-09DOC: Clarify the docstrings of matrix.argmin and matrix.argmax.Charles Harris1-2/+10
2016-01-09DOC: Update defmatrix.argmax docstring.Nicolás Della Penna1-1/+1
2015-12-30[TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith1-3/+3
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung1-1/+1
2015-12-18DEP: Stricter arg checking for array orderinggfyoung1-6/+8
2015-07-25STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests.Charles Harris3-110/+110
2015-07-01DOC: Remove references to removed setasflat ndarray method.Charles Harris1-1/+1
2015-05-13BUG: np.nonzero behaving differently for 1-D arraysJaime Fernandez2-4/+4
2015-03-02DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon1-0/+2
2015-01-04BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris1-5/+5
2015-01-04BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris1-7/+7
2015-01-02BUG: Fixes #5376: np.ravel to return same array typeGarrett-R1-7/+11
2014-12-08BUG: Closes #2015: diag returns ndarrayGarrett-R1-1/+11
2014-09-20DOC: document `ldict` and `gdict` in bmat, closes #5058jaimefrio1-0/+6
2014-09-04TST: pass sys.argv to run_module_suite by defaultJulian Taylor3-1/+10
2014-08-04Merge pull request #4932 from argriffing/ravel-docstringsCharles Harris2-0/+87
2014-08-04MAINT: use N.ndarray instead of core.multiarray.ndarrayalex1-2/+1
2014-08-01DOC: matrix.squeeze docstringalex1-0/+54
2014-07-31DOC: clarify that matrix.ravel only copies if necessary; this is already testedalex1-1/+2
2014-07-31MAINT: restore optional ravel order and add tests and more docstring linesalex2-11/+76
2014-07-31MAINT: fix the importalex1-1/+2
2014-07-31DOC: add minimal clarification to the matrix.ravel docstringalex1-0/+21
2014-07-31DOC: clarify matrix flatten docstringalex1-2/+5
2014-07-31DOC: use m for matrix instead of a for arrayalex1-4/+4
2014-07-31DOC: matrix flatten docstringalex1-0/+33
2014-02-11ENH: add tobytes and stop using tostring in documentationJulian Taylor1-2/+2
2013-10-04DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work.Ralf Gommers1-6/+6
2013-08-18STY: Giant comma spacing fixup.Charles Harris5-137/+137
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-1/+0
2013-08-12ENH: add quickselect algorithm and expose it via partitionJulian Taylor1-2/+3
2013-05-29ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2-2/+15
2013-04-102to3: Apply `map` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris7-7/+7
2013-04-03Merge pull request #460 from endolith/regex_formattingCharles Harris1-2/+2
2013-03-282to3: Use absolute imports.Charles Harris6-7/+7
2013-03-272to3: Replace xrange by range and use list(range(...)) where neededCharles Harris1-2/+2