summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/defmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+2
* 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
|/
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* MAINT: Convert property to @propertyAlex Watt2019-02-241-11/+16
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-22/+23
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+6
* DEP: give PendingDeprecationWarning for use of the matrix subclass.Marten van Kerkwijk2018-05-291-0/+11
* MAINT: Move matrix_power to linalgMarten van Kerkwijk2018-04-291-110/+5
* 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
* BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2017-08-051-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-011-39/+5
* 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
* 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
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-0/+2
* DOC: document `ldict` and `gdict` in bmat, closes #5058jaimefrio2014-09-201-0/+6
* Merge pull request #4932 from argriffing/ravel-docstringsCharles Harris2014-08-041-0/+40
|\
| * 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-311-11/+29
| * 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
|/
* DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work.Ralf Gommers2013-10-041-6/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-25/+25
* ENH: Fix SyntaxError when matrix() is called with invalid stringLeon Weber2013-05-291-2/+11
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+2
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: missingdata: Make numpy.all follow the NA || True == True ruleMark Wiebe2011-08-271-9/+18
* DOC: minor documentation fixesPauli Virtanen2011-06-251-1/+1
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1