On Tue, Mar 3, 2015 at 10:58 AM, Sumith 1896 <[email protected]> wrote: > Sure, I would like to work on the next priority of CSymPy more than anything > else. I'll start from the discussion on polynomials that happened before. > Also, since there will multiple people working we can keep discussions > active on gitter/PRs.
Yes, thanks. Let me just repeat that it is ok for more students to apply for the same thing. Don't worry about others, just concentrate on what you think is the best given your abilities. If we have multiple applications/people that we would like to accept, then after they are accepted, we'll amend the work, so that it is not overlapping. Ondrej > > On Tue, Mar 3, 2015 at 11:02 PM, Ondřej Čertík <[email protected]> > wrote: >> >> On Tue, Mar 3, 2015 at 10:27 AM, Ondřej Čertík <[email protected]> >> wrote: >> > So one high priority project is to figure out what needs to be done so >> > that Sage could (in principle) switch to use CSymPy instead of Pynac. >> > As far as I can see, it means we need to add polynomials, series and >> > pattern matching. >> >> That's feature wise. Then the Python wrappers need to be improved so >> that it plays well with Sage, and is able to use Sage objects as part >> of our expressions, using: >> >> >> https://github.com/sympy/csympy/blob/7585503c149e1e8c766cca3a7a21cce300ea74dd/src/functions.h#L588 >> >> it's already done for SymPy: >> >> >> https://github.com/sympy/csympy/blob/7585503c149e1e8c766cca3a7a21cce300ea74dd/csympy/lib/csympy_wrapper.pyx#L452 >> >> So it would just need to get working for Sage as well. >> >> Ondrej >> >> -- >> 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. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/CADDwiVCgVe014zQ4_8vzR0CALKj%3Dp_SYT-vaDBKYg8f6fwVSHg%40mail.gmail.com. >> For more options, visit https://groups.google.com/d/optout. > > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAFeyqwMVpzh4qBTb5Z%2ByALU3NEGTqYPdgaezTVDo-e2Znn-%3DqQ%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVCnWLu44pEH0PkJ73prZYPu9FiKj9FTWNVJuLKuFM3kFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
