summaryrefslogtreecommitdiff
path: root/THANKS.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-28 08:45:13 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-28 08:45:13 +0000
commit2422edc80a3495a717d02e888f459b2967aacbf9 (patch)
treebb23b3d71c82263ff6498febb6b0bf750476ea38 /THANKS.txt
parentdcd3bd07a910e1bb727e048de0e7ff2443f7285f (diff)
downloadpython-numpy-2422edc80a3495a717d02e888f459b2967aacbf9.tar.gz
python-numpy-2422edc80a3495a717d02e888f459b2967aacbf9.tar.bz2
python-numpy-2422edc80a3495a717d02e888f459b2967aacbf9.zip
Altered string and unicode array scalar types so they inherit from Python types first...
Diffstat (limited to 'THANKS.txt')
-rw-r--r--THANKS.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/THANKS.txt b/THANKS.txt
index 16e249cc1..cbcbb052c 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -1,4 +1,6 @@
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Numeric
Perry Greenfield, J Todd Miller, Rick White, Paul Barrett for Numarray which gave much inspiration.
-Pearu Peterson, Robert Kern for bug fixes and help with distutils.
-Fernando Perez and John Hunter for ideas.
+Pearu Peterson for f2py and distutils
+Eric Jones for weave
+Robert Kern for mtrand, bug fixes and help with distutils.
+Fernando Perez for code snippets and ideas