| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Updated documentation for numpy.squeeze (#16627) | Tapajyoti Bose | 2020-06-30 | 1 | -1/+1 |
* | Merge pull request #16156 from WarrenWeckesser/deprecate-dual | Sebastian Berg | 2020-05-19 | 1 | -2/+2 |
|\ |
|
| * | DEP: Deprecate `numpy.dual`. | Warren Weckesser | 2020-05-04 | 1 | -2/+2 |
* | | MAINT: Chain exceptions and use NameError in np.bmat (#16215) | bartosz-grabowski | 2020-05-14 | 1 | -2/+2 |
|/ |
|
* | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 1 | -1/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -1/+1 |
* | MAINT: Convert property to @property | Alex Watt | 2019-02-24 | 1 | -11/+16 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -22/+23 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+6 |
* | DEP: give PendingDeprecationWarning for use of the matrix subclass. | Marten van Kerkwijk | 2018-05-29 | 1 | -0/+11 |
* | MAINT: Move matrix_power to linalg | Marten van Kerkwijk | 2018-04-29 | 1 | -110/+5 |
* | MAINT: Remove now-unnecessary implementation of matrix str/repr | Eric Wieser | 2017-12-06 | 1 | -13/+0 |
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -3/+3 |
* | BUG: Be explicit about allowing all integer types in matrix exponentiation | Eric Wieser | 2017-08-05 | 1 | -1/+1 |
* | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 1 | -1/+1 |
* | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
* | DOC: Improve release notes and cross-references | Eric Wieser | 2017-04-20 | 1 | -3/+5 |
* | BUG: Fix creating a np.matrix from string syntax involving booleans (#8497) | Zè Vinícius | 2017-03-01 | 1 | -39/+5 |
* | MAINT: replace len(x.shape) with x.ndim | Eric Wieser | 2017-02-24 | 1 | -1/+1 |
* | DOC: Fix more typos in docs and comments. | Dongjoon Hyun | 2016-02-25 | 1 | -1/+1 |
* | DOC: Clarify the docstrings of matrix.argmin and matrix.argmax. | Charles Harris | 2016-01-09 | 1 | -2/+10 |
* | DOC: Update defmatrix.argmax docstring. | Nicolás Della Penna | 2016-01-09 | 1 | -1/+1 |
* | DOC: Use print only as function when print_function is imported from __future__ | gfyoung | 2015-12-19 | 1 | -1/+1 |
* | DEP: Stricter arg checking for array ordering | gfyoung | 2015-12-18 | 1 | -6/+8 |
* | DOC: Reconcile docstrings and function signatures where they disagree | Robert McGibbon | 2015-03-02 | 1 | -0/+2 |
* | DOC: document `ldict` and `gdict` in bmat, closes #5058 | jaimefrio | 2014-09-20 | 1 | -0/+6 |
* | Merge pull request #4932 from argriffing/ravel-docstrings | Charles Harris | 2014-08-04 | 1 | -0/+40 |
|\ |
|
| * | MAINT: use N.ndarray instead of core.multiarray.ndarray | alex | 2014-08-04 | 1 | -2/+1 |
| * | DOC: clarify that matrix.ravel only copies if necessary; this is already tested | alex | 2014-07-31 | 1 | -1/+2 |
| * | MAINT: restore optional ravel order and add tests and more docstring lines | alex | 2014-07-31 | 1 | -11/+29 |
| * | MAINT: fix the import | alex | 2014-07-31 | 1 | -1/+2 |
| * | DOC: add minimal clarification to the matrix.ravel docstring | alex | 2014-07-31 | 1 | -0/+21 |
* | | DOC: matrix.squeeze docstring | alex | 2014-08-01 | 1 | -0/+54 |
* | | DOC: clarify matrix flatten docstring | alex | 2014-07-31 | 1 | -2/+5 |
* | | DOC: use m for matrix instead of a for array | alex | 2014-07-31 | 1 | -4/+4 |
* | | DOC: matrix flatten docstring | alex | 2014-07-31 | 1 | -0/+33 |
|/ |
|
* | DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work. | Ralf Gommers | 2013-10-04 | 1 | -6/+6 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -25/+25 |
* | ENH: Fix SyntaxError when matrix() is called with invalid string | Leon Weber | 2013-05-29 | 1 | -2/+11 |
* | 2to3: Apply `map` fixer. | Charles Harris | 2013-04-10 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -2/+2 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -2/+2 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | ENH: missingdata: Make numpy.all follow the NA || True == True rule | Mark Wiebe | 2011-08-27 | 1 | -9/+18 |
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -1/+1 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -4/+4 |