Hi, Much of sympy's functionality is dependent on mpmath (a library for high precision arithmetics), hence we ship it with sympy as part of the package. However mpmath is a project of its own with its own bugtracker, etc. In order to keep things manageable (and in order to be polite), if we want something changed in mpmath we ask its developer to merge it upstream in his repository and only then we pull the changes in sympy.
If whatever you have done is of value, it would be great if you can contact Fredrik Johansson and provide a pull request for him. I do not know whether such a pull request will be considered covering the patch requirement for GSoC. In any case, the requirement is a "merged" pull request (not just closed) so you do not cover it yet. Good luck with the rest and just ask if you need any pointers. On 2 February 2013 06:02, Saurabh Patel <[email protected]> wrote: > Hello, > Sorry,but I didn't understand your comments.'mpmath code is off-limits for > sympy. Please submit this > upstream<https://github.com/fredrik-johansson/mpmath> . ' What does this > mean and what actually I have to submit.Also my patch's pull request for > issue#1748 has been closed.So does this mean that my patch has been accepted > and can I apply for gsoc2013 when it is announced. Also do I have to issue > git merge command or anything else.So plz answer my queries especially on > submitting this upstream. > Cheers, > Saurabh > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
