Friday, June 6, 2008

Just so it's somewhere...

Since I don't know where else to put this, it's going here for now. There was a need for a list of all the functions in NumPy that took an "out" parameter:

http://alanmcintyre.webfactional.com/numpy-out-func-like.txt
http://alanmcintyre.webfactional.com/scipy-out-func-like.txt

The horrible script I used to generate these lists is here (just replace "numpy" with "scipy" in the call to handle_module to generate the SciPy list):

http://alanmcintyre.webfactional.com/out-finder.py