Comment #1 on issue 2182 by asmeurer: Remove vectorization of Functions http://code.google.com/p/sympy/issues/detail?id=2182
Do you think we should remove vectorize completely? I know there are a few functions that use it that should stay vectorizable (like check_ode_sol), but I don't like how the decorator destroys some information about the original function (like the parameter names in help()). I have tried to fix it a while ago using functools, but I couldn't figure it out. Really, though, it isn't too hard to write a recursive for loop, especially in the 1-dimensional case.
Anyway, I definitely agree with the change. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
