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.
