Mr. Ronan,
You've been a great help. Please help me start up my suggesting me a
small project or patch.
I would be very grateful.

Thanks,
Sherjil

On Mar 17, 10:46 pm, Ronan Lamy <ronan.l...@gmail.com> wrote:
> Le jeudi 17 mars 2011 à 10:12 -0700, SherjilOzair a écrit :
>
> > How to edit modules to make patches ?
> > What is the cleanest method to do this, that will make debugging and
> > testing easier ?
>
> To send us your changes, the best way is to use git. See
> [https://github.com/sympy/sympy/wiki/Getting-the-bleeding-edge] for a
> start.
>
>
>
>
>
>
>
>
>
> > I'm working on the vectorization of subs.
>
> > Will make it possible that one can give a list of substitutions for a
> > variable.
> > for example,
>
> > x=Symbol('x')
> > e=x**2
> > a=[1,2,3]
> > b=e.subs(x,a)
> > print(b)
>
> > will give
>
> > [1,4,9]
>
> > But this is very easy. What more features are required ?
>
> Well, I don't think this change is a good thing, cf.
> [http://code.google.com/p/sympy/issues/detail?id=1743] and I think that
> the issue should just be closed. Sorry about that.
>
> If this was a valid issue, nothing more would be required. That's what
> "EasyToFix" means. You are just supposed to add test(s) for the new
> feature and run all tests to check that nothing breaks.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to