On Tue, Aug 6, 2013 at 9:54 PM, Aaron Meurer <[email protected]> wrote: > This is likely an accidental regression, since none of us really use > or test Pyglet (I personally uninstalled it from my computer because > bugs in Pyglet were resulting in SymPy test failures). > > Could you use the git bisect function to determine the commit that > broke this. In other words, from the SymPy git repo, do > > git checkout sympy-0.7.3 > git bisect start > git bisect bad > git checkout sympy-0.7.3
^^^ this should be "sympy-0.7.2" > git bisect good > > And then from there, test if it works, and if it does, type "git > bisect good", and if it doesn't, type "git bisect bad", and repeat > this process until it tells you which commit broke it. If you hit a > commit that doesn't work for some other reason, you can use "git > bisect skip". > > Aaron Meurer > > > On Tue, Aug 6, 2013 at 5:00 PM, Roberto Colistete Jr. > <[email protected]> wrote: >> About SymPy 0.7.3, "Plot" (from PyGlet) doesn't show a window at all. >> For example using "isympy" and typing "Plot(sin(x))" shows a PyGlet window >> for SymPy 0.7.2/0.7.1 in the same computer. >> >> Em domingo, 14 de julho de 2013 16h45min29s UTC-3, Aaron Meurer escreveu: >>> >>> I'm happy to announce the release of SymPy 0.7.3. It can be >>> downloaded from >>> https://github.com/sympy/sympy/releases/tag/sympy-0.7.3. The release >>> notes for this release are at >>> https://github.com/sympy/sympy/wiki/release-notes-for-0.7.3. >>> >>> >> -- >> 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. >> >> > > -- > 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. > > -- 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.
