summaryrefslogtreecommitdiff
path: root/numpy/lib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-2/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: clean up numpy.lib docstring, remove numpy/lib/info.pyRalf Gommers2019-09-221-1/+13
* MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`Ralf Gommers2019-09-191-3/+7
* MAINT: fix issue with `np.lib.mixins.__all__` and import of mixinsRalf Gommers2019-09-191-3/+1
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-1/+1
* 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: Move histogram and histogramdd into their own moduleEric Wieser2017-12-101-0/+2
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-1/+2
* ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-0/+2
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-111-1/+1
* ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-0/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Separate nan functions into their own module.Charles Harris2013-08-121-1/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-17/+17
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+2
* Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably beCharles Harris2010-03-241-2/+2
* Move finfo into core.David Cournapeau2009-09-161-4/+0
* Move numpy.lib __doc__ back to info.py; was moved to __init__.py by mistake.Pauli Virtanen2009-02-141-148/+0
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-0/+148
* Add Roberto de Almeida's Arrayterator.Stefan van der Walt2008-08-131-0/+1
* ran reindentJarrod Millman2008-08-081-1/+0
* ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern2008-07-031-0/+2
* 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/+4
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-0/+2
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+2
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-151-35/+0
|/
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+0
* fix: `emath` instead of `nmath`abaecker2006-05-031-1/+1
* numpy.lib.scimath --> numpy.emathTravis Oliphant2006-05-021-1/+1
* Add math module to numpy namespace so numpy.math works same as Numeric.math. ...Travis Oliphant2006-05-021-2/+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
* Upgrade version number of trunk and add 'math'Travis Oliphant2006-02-171-1/+1
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+2
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-2/+12
* More fixes...Travis Oliphant2006-01-041-2/+0
* More changesTravis Oliphant2006-01-041-0/+24