On 14 November 2011 17:36, Aaron Meurer <[email protected]> wrote: > On Sun, Nov 13, 2011 at 1:35 PM, [email protected] > <[email protected]> wrote: > > > > On 13 November 2011 21:19, Aaron Meurer <[email protected]> wrote: > >> > >> > Next release: > >> > from sympy.plotting import plot # the function you proposed > >> > from sympy.plotting import Plot # the old Plot with added deprecation > >> > warning > >> > from sympy.plotting.newplot import Plot # the new Plot > >> > No complicated proxy object > >> > >> So how soon do you expect to have something workable enough (i.e., the > >> API should be stable) to merge then? We'll hopefully release in > >> December or January when I get off of classes and have enough time to > >> do it. > >> > > A stable api by the end of the month, and documentation before the > release. > > It's not much work, almost all is already done. It's just that 'almost > all' > > = 'the interesting part' and it will be harder to find time for the rest. > > But it will be ready before the release. > > > > The api for noncartesian plots wont be ready for the release. But that > would > > be an addition to the current api, not a change. > > > > Awesome. Is there an issue for this, or just a pull request? If > there's not an issue, can you create one, and put the > milestone-release-0.7.2 tag on it, so that we don't forget about it > come release time? > > Just created one: 2845 http://code.google.com/p/sympy/issues/detail?id=2845&thanks=2845&ts=1321305364
Stefan > Aaron Meurer > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
