summaryrefslogtreecommitdiff
path: root/numpy/lib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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