summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* ENH: Add improved placeholder annotations for `np.matrixlib`Bas van Beek2021-04-231-4/+7
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+4
* ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
* DEP: Deprecate ufunc.outer with matrix inputsSebastian Berg2020-07-161-1/+3
* DOC: Updated documentation for numpy.squeeze (#16627)Tapajyoti Bose2020-06-301-1/+1
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-2/+2
|\
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-2/+2
* | MAINT: Chain exceptions and use NameError in np.bmat (#16215)bartosz-grabowski2020-05-141-2/+2
* | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
|/
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* 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-0310-20/+0
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* MAINT: Convert property to @propertyAlex Watt2019-02-242-13/+18
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-22/+23
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-066-12/+0
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+6
* 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