summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #10975 from mhvk/linalg-matrix-tests-to-matrixlibCharles Harris2018-05-121-0/+95
| |\ \ | | |/ | |/|
| | * MAINT: move linalg tests using matrix to matrixlibMarten van Kerkwijk2018-04-271-0/+95
* | | MAINT: Move matrix_power to linalgMarten van Kerkwijk2018-04-292-111/+6
|/ /
* | MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-0/+211
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-064-24/+6
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
* MAINT: Remove now-unnecessary implementation of matrix str/reprEric Wieser2017-12-061-13/+0
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-3/+3
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* Merge pull request #9505 from eric-wieser/fix-issubdtypeCharles Harris2017-08-062-1/+7
|\
| * BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2017-08-052-1/+7
* | MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-5/+4
|/
* TST: Remove unittest dependencies in matrixlib/tests.Charles Harris2017-07-174-24/+25
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* DOC: Improve release notes and cross-referencesEric Wieser2017-04-201-3/+5
* BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-012-41/+12
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* 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
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* 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
* STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests.Charles Harris2015-07-253-110/+110
* DOC: Remove references to removed setasflat ndarray method.Charles Harris2015-07-011-1/+1
* BUG: np.nonzero behaving differently for 1-D arraysJaime Fernandez2015-05-132-4/+4
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-0/+2
* BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris2015-01-041-5/+5
* BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-041-7/+7
* BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-7/+11
* BUG: Closes #2015: diag returns ndarrayGarrett-R2014-12-081-1/+11
* DOC: document `ldict` and `gdict` in bmat, closes #5058jaimefrio2014-09-201-0/+6
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-043-1/+10
* Merge pull request #4932 from argriffing/ravel-docstringsCharles Harris2014-08-042-0/+87
|\
| * 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-312-11/+76
| * 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
|/
* 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