summaryrefslogtreecommitdiff
path: root/numpy/lib/info.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-111-0/+6
* DOC: Add reference to new stack function in numpy/lib/info.py.Charles Harris2015-07-011-0/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 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/+1
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-4/+3
* Move numpy.lib __doc__ back to info.py; was moved to __init__.py by mistake.Pauli Virtanen2009-02-141-106/+134
* Docstring: remove old floating point arithmetic, parallelStefan van der Walt2009-01-141-17/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-3/+3
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-3/+3
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+15
* More numpy fixes...Travis Oliphant2006-01-041-0/+121