summaryrefslogtreecommitdiff
path: root/numpy/linalg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add `__all__` to a number of public modulesBas van Beek2021-04-151-0/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-221-43/+67
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* DOC: more matrix_rank docsalex2013-12-261-0/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: Add slogdet to the linalg module. The patch is from njs withCharles Harris2010-05-051-0/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-0/+43
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+3
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-2/+3
* Changed how to get dual numpy/scipy behavior. Use explicit numpy.dual module.Travis Oliphant2006-01-051-18/+0
* Fixed libTravis Oliphant2006-01-041-11/+11
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-12/+12
* rename sub-packagesTravis Oliphant2006-01-041-0/+25