[NumPy-Tickets] [NumPy] #2100: Keyword argument support for vectorize.
NumPy Trac
numpy-tickets@scipy....
Mon Apr 16 14:37:31 CDT 2012
#2100: Keyword argument support for vectorize.
---------------------------------------+------------------------------------
Reporter: mforbes | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: devel
Keywords: vectorize kwargs keywords |
---------------------------------------+------------------------------------
Comment(by rgommers):
Hi Michael, looks good from a quick glance at the patches. Could you send
this as a pull request on github? That will make testing and code review
quite a bit easier.
Noticed a few minor things so far:
- use {{{assert_}}} from numpy.testing instead of plain {{{assert}}}.
- always break lines after a colon
- {{{:func:`vectorize`}}} should simply be {{{`vectorize`}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2100#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list