diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-02-24 01:40:53 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-02-24 01:40:53 +0000 |
commit | f909e9889cf1b686b689c671a53d5f18b9505021 (patch) | |
tree | 0ce00a7ce0495cc371e966c0c58f4768f5692231 /THANKS.txt | |
parent | adc21734b3b1d5bfdf027c4966fba3bbece12468 (diff) | |
download | numpy-f909e9889cf1b686b689c671a53d5f18b9505021.tar.gz |
Add round method to array scalars and fix a few reference count issues.
Diffstat (limited to 'THANKS.txt')
-rw-r--r-- | THANKS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/THANKS.txt b/THANKS.txt index 23175c5ae..30b99f0db 100644 --- a/THANKS.txt +++ b/THANKS.txt @@ -14,6 +14,6 @@ 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 and rank-0 array improvements +Alexander Belopolsky (Sasha) for Masked array bug-fixes and tests and rank-0 array improvements and other code additions Francesc Altet for unicode and nested record tests and help with nested records Tim Hochberg for getting the build working on MSVC |