summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove sorted from unique1d. Add testall to test if level > 10. Remove comp...Travis Oliphant2006-09-201-1/+4
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-041-4/+5
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant2006-08-291-4/+6
* Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up getch...Travis Oliphant2006-08-291-0/+4
* import ctypeslib on numpy load and change name from ctypes_load_library to lo...Travis Oliphant2006-08-151-1/+2
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-3/+3
* Add explicit imports patch in #193Travis Oliphant2006-07-201-16/+44
* Don't want to assign test to NumpyTest().test (which instantiates NumpyTest),Stefan van der Walt2006-07-071-0/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-2/+2
* Remove numpy distutils from autoload and fix 64-bit bug.Travis Oliphant2006-03-131-1/+0
* Fix so that -OO worksTravis Oliphant2006-03-061-3/+6
* Clean up.Pearu Peterson2006-02-241-1/+1
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-2/+5
* numpy no longer needs to be a namespace package.Robert Kern2006-01-191-6/+0
* Load numpy.linalg on importTravis Oliphant2006-01-161-1/+1
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-33/+31
* Fixing scipy.lib and numpy.lib names conflict.Pearu Peterson2006-01-081-2/+0
* Doc updates and removing NUMPY_IMPORT_VERBOSE from numpy.Pearu Peterson2006-01-051-8/+24
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-4/+13
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-0/+2
* Removed pkgload from numpy - all imports can be done explicitly.Pearu Peterson2006-01-051-33/+11
* Move package loader to _import_tools.pyTravis Oliphant2006-01-051-266/+2
* Documentation updates: SciPy core -> NumPyedschofield2006-01-051-4/+4
* More numpy fixes...Travis Oliphant2006-01-041-11/+7
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-20/+20
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+335