summaryrefslogtreecommitdiff
path: root/scipy/base/numeric.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-01 02:25:37 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-01 02:25:37 +0000
commit3313204a24a621bb6bb5c0099d8b5e150640cb95 (patch)
tree86e0afbfa42b6052f01be4c8b5f35a8917758df2 /scipy/base/numeric.py
parent53d748f85bbf72268ea262695e8c16857ab8d566 (diff)
downloadnumpy-3313204a24a621bb6bb5c0099d8b5e150640cb95.tar.gz
Added mergesorts for STRING and UNICODE and exposed lexsort
Diffstat (limited to 'scipy/base/numeric.py')
-rw-r--r--scipy/base/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/numeric.py b/scipy/base/numeric.py
index e91a82681..03a2e520f 100644
--- a/scipy/base/numeric.py
+++ b/scipy/base/numeric.py
@@ -1,7 +1,7 @@
__all__ = ['newaxis', 'ndarray', 'bigndarray', 'flatiter', 'ufunc',
'arange', 'array', 'zeros', 'empty', 'broadcast', 'dtypedescr',
'fromstring', 'fromfile', 'frombuffer','newbuffer','getbuffer',
- 'where', 'concatenate', 'fastCopyAndTranspose',
+ 'where', 'concatenate', 'fastCopyAndTranspose', 'lexsort',
'register_dtype', 'set_numeric_ops', 'can_cast',
'asarray', 'asanyarray', 'isfortran', 'zeros_like', 'empty_like',
'correlate', 'convolve', 'inner', 'dot', 'outer', 'vdot',