summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests
Commit message (Expand)AuthorAgeFilesLines
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* DEP: Deprecate ufunc.outer with matrix inputsSebastian Berg2020-07-161-1/+3
* Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-231-17/+10
|\
| * MAINT: Python2 CleanupsSeth Troisi2020-01-211-17/+10
* | MAINT: Revise imports from collections.abc moduleMike Taves2020-01-221-7/+2
|/
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-056-16/+16
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-037-14/+0
* MAINT: Convert property to @propertyAlex Watt2019-02-241-2/+2
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-066-12/+0
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-1/+1
* reverted to previous array_dump and array_dumps versionPierre Glaser2018-10-051-1/+1
* removed usage of np.ndarray.dump[s]Pierre Glaser2018-10-051-1/+1
* loop over protocol for pickle testsPierre Glaser2018-10-051-4/+5
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-11/+3
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-067-50/+7
* TST: Add tests for expand_dimsEric Wieser2018-07-301-0/+8
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-297-0/+56
* MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-221-1/+21
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-0/+361
|\
| * MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-291-1/+41
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-3/+169
| * MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-0/+155
* | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-141-0/+95
|\ \
| * \ 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-291-1/+1
|/ /
* | 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
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
* 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-061-0/+6
|\
| * BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2017-08-051-0/+6
* | 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
* BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-011-2/+7
* 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
* 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
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-043-1/+10
* MAINT: restore optional ravel order and add tests and more docstring linesalex2014-07-311-0/+47
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-184-112/+112
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-2/+3