[Numpy-discussion] Keyword argument support for vectorize.

Nathaniel Smith njs at pobox.com
Mon Apr 9 06:02:50 EDT 2012


On Mon, Apr 9, 2012 at 10:53 AM, Michael McNeil Forbes
<michael.forbes at gmail.com> wrote:
> It seems like functools.partial is the appropriate tool to use here
> which means I will have to deal with the

functools was added in Python 2.5, and so far numpy is still trying to
maintain 2.4 compatibility. (Not that this is particularly complicated
code to reimplement.)

- N



More information about the NumPy-Discussion mailing list