summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+0
* 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
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-297-0/+56
* DEP: give PendingDeprecationWarning for use of the matrix subclass.Marten van Kerkwijk2018-05-291-0/+11
* 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-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