summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-261-3/+5
* DEP: deprecate importing numpy/matrixlib.pySeth Troisi2020-01-231-0/+11
* DOC: Describe matlib.py funky namespaceSeth Troisi2020-01-231-1/+3
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: typos from reviewmattip2019-10-151-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-2/+2
* TST: make xfailed test for modules in public API pass.Ralf Gommers2019-09-191-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-24/+26
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-2/+7
* DOC: Update docs.Gabor Kovacs2015-06-211-4/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 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
* TST: Add tests for matlib. Closes #1242.Pauli Virtanen2010-07-311-4/+4
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-8/+8
* first set of checkins from the doc editorJarrod Millman2009-11-131-25/+181
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
* Apply patch from #953 to fix two doctests.David Cournapeau2009-03-091-2/+2
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-3/+138
* Fix regression in r4659; matlib.py should use from numpy import *cookedm2008-01-051-1/+2
* more janitorial workJarrod Millman2007-12-291-8/+7
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* typoJarrod Millman2007-10-291-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
* Add tile to numpy and move repmat to matlib.pyTravis Oliphant2006-10-071-2/+16
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant2006-08-291-1/+1
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-021-0/+2
* Fix ticket #203 [for Andrew Straw].Stefan van der Walt2006-07-241-1/+1
* Keep rand and randn in matlib and make them take tuples as well as individual...Travis Oliphant2006-07-121-2/+10
* Change occurrences of N.rand to N.random.rand.Stefan van der Walt2006-07-121-2/+2
* fix clobbering of NTim Leslie2006-07-101-2/+2
* Add library of matrix functions.Travis Oliphant2006-07-071-0/+41