| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [TST] Refactor new raise_warnings logic for subpackage test suites | Nathaniel J. Smith | 2015-12-30 | 1 | -3/+3 |
* | 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 |
* | STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests. | Charles Harris | 2015-07-25 | 3 | -110/+110 |
* | DOC: Remove references to removed setasflat ndarray method. | Charles Harris | 2015-07-01 | 1 | -1/+1 |
* | BUG: np.nonzero behaving differently for 1-D arrays | Jaime Fernandez | 2015-05-13 | 2 | -4/+4 |
* | DOC: Reconcile docstrings and function signatures where they disagree | Robert McGibbon | 2015-03-02 | 1 | -0/+2 |
* | BUG: Make ravel function return 1-D arrays for matrix argument. | Charles Harris | 2015-01-04 | 1 | -5/+5 |
* | BUG: Make diag, diagonal return 1-D arrays for matrix arguments. | Charles Harris | 2015-01-04 | 1 | -7/+7 |
* | BUG: Fixes #5376: np.ravel to return same array type | Garrett-R | 2015-01-02 | 1 | -7/+11 |
* | BUG: Closes #2015: diag returns ndarray | Garrett-R | 2014-12-08 | 1 | -1/+11 |
* | DOC: document `ldict` and `gdict` in bmat, closes #5058 | jaimefrio | 2014-09-20 | 1 | -0/+6 |
* | TST: pass sys.argv to run_module_suite by default | Julian Taylor | 2014-09-04 | 3 | -1/+10 |
* | Merge pull request #4932 from argriffing/ravel-docstrings | Charles Harris | 2014-08-04 | 2 | -0/+87 |
|\ |
|
| * | 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 | 2 | -11/+76 |
| * | 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 |
|/ |
|
* | ENH: add tobytes and stop using tostring in documentation | Julian Taylor | 2014-02-11 | 1 | -2/+2 |
* | 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 | 5 | -137/+137 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+0 |
* | ENH: add quickselect algorithm and expose it via partition | Julian Taylor | 2013-08-12 | 1 | -2/+3 |
* | ENH: Fix SyntaxError when matrix() is called with invalid string | Leon Weber | 2013-05-29 | 2 | -2/+15 |
* | 2to3: Apply `map` fixer. | Charles Harris | 2013-04-10 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 7 | -7/+7 |
* | 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 | 6 | -7/+7 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -2/+2 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 7 | -1/+17 |
* | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -1/+2 |
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -13/+0 |
* | ENH: missingdata: Make numpy.all follow the NA || True == True rule | Mark Wiebe | 2011-08-27 | 1 | -9/+18 |
* | ENH: missingdata: Change things to help scipy pass its tests | Mark Wiebe | 2011-08-27 | 1 | -10/+26 |
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -1/+1 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 3 | -80/+80 |
* | 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 |
* | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ... | Mark Wiebe | 2011-01-17 | 1 | -1/+1 |
* | DOC: wiki merge, matrlixlib and some ndarray methods. | rgommers | 2010-07-31 | 2 | -13/+13 |
* | ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) | Pauli Virtanen | 2010-04-30 | 1 | -2/+3 |
* | 3K: matrixlib: adapt to changes in str.translate | Pauli Virtanen | 2010-02-21 | 1 | -14/+26 |