As you may have seen from an earlier thread in this list, I ran into issues writing the solve section of the new tutorial, because solve has so many kinds of return types, that I could not just say "solve returns a _".
Regarding that issue, it's hard to say if the interface will change. As Chris noted, no one is currently working on this. The real issue is that we have not yet even decided what we should do instead. It may be that the new object will have a similar interface to the current way (like getitem or iter accessing of solutions), or it may be completely different. If you have any comments on how you think it should be, we would love to hear them on the issue. Aaron Meurer On Wed, Jun 12, 2013 at 7:02 AM, Amit Saha <[email protected]> wrote: > Hello, > > I have just begun to explore SymPy and including a chapter on it in my > current book (which is on Python, Math and Science). I have just been > playing around with 0.7.2 version for Python 3 and have been able to run it > smoothly so far using CPython 3.3. So, thank you all. > > I came across this issue > (https://code.google.com/p/sympy/issues/detail?id=3560), which makes me > wonder if there is going to be any significant changes in the interface of > solve() in the next release(s)? > > Best, > Amit. > > > > -- > 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-US. > 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. For more options, visit https://groups.google.com/groups/opt_out.
