On Tue, Aug 7, 2012 at 11:55 AM, Bharath M R <[email protected]> wrote: > > >> Additionally, the new plotting module is still rough around the edges. > > > How many days we have for the 0.7.2 release? I really don't know how > the releases work.
The way it works is that when we're ready to start doing it, we create a branch called 0.7.2 off of master, and all release stuff happens in that branch. Development in master continues as normal, but any new stuff there will go in the next release. Changes that should go in the release (which should only be release blockers) can be merged into the 0.7.2 branch. So the question you care about is not when the release will happen, but when the release branch will be made. Aaron Meurer > > I am looking to change the api of plot. > There are some problems with the old plotting module(pyglet). I remember > Chris mentioning that it throws an error in [1]. So the plotting module > changes > will block the release. > > [1]https://github.com/sympy/sympy/pull/673 near the end. > I am not able to link comments. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/bdzS86n-4hQJ. > > 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.
