summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)Dan Schult2022-07-271-0/+1
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-232-6/+4
* ENH: Add annotations for `np.matrix`Bas van Beek2021-10-122-5/+22
* 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
|\ \