summaryrefslogtreecommitdiff
path: root/THANKS.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-11 06:08:56 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-11 06:08:56 +0000
commitba52e16f2f18d11155a5508cd85f0737d4657ffa (patch)
tree999b1aef0c73742c9cb60035051da29baaade11e /THANKS.txt
parent04d73382bcf31f51726e2e7aae2cc7772a71d84f (diff)
downloadpython-numpy-ba52e16f2f18d11155a5508cd85f0737d4657ffa.tar.gz
python-numpy-ba52e16f2f18d11155a5508cd85f0737d4657ffa.tar.bz2
python-numpy-ba52e16f2f18d11155a5508cd85f0737d4657ffa.zip
allow assignment with multiple same indices as susbscripting. Limit to 1 ellipsis object for 0d array subscripting.
Diffstat (limited to 'THANKS.txt')
-rw-r--r--THANKS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/THANKS.txt b/THANKS.txt
index ee9dd7d4c..3b7877170 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -14,4 +14,4 @@ Travis Vaught and Joe Cooper for administration of numpy.org web site and SVN
Eric Firing for bugfixes.
Arnd Baecker for 64-bit testing
David Cooke for many code improvements including the auto-generated C-API
-Alexander Belopolsky (sasha) for Masked array bug-fixes and tests...
+Alexander Belopolsky (sasha) for Masked array bug-fixes and tests and rank-0 array improvements