Re: Issue 4 in sympy: refactor the printing system and implement pretty printing

2014-03-27 Thread sympy
Comment #7 on issue 4 by skirpic...@gmail.com: refactor the printing system and implement pretty printing http://code.google.com/p/sympy/issues/detail?id=4#c7 Migrated to http://github.com/sympy/sympy/issues/3103 -- You received this message because this project is configured to send all

Re: Issue 3 in sympy: class names do not follow the Style Guide for Python code

2014-03-27 Thread sympy
Comment #26 on issue 3 by skirpic...@gmail.com: class names do not follow the Style Guide for Python code http://code.google.com/p/sympy/issues/detail?id=3#c26 Migrated to http://github.com/sympy/sympy/issues/3102 -- You received this message because this project is configured to send all

Re: Issue 5 in sympy: simplification problems

2014-03-27 Thread sympy
Comment #4 on issue 5 by skirpic...@gmail.com: simplification problems http://code.google.com/p/sympy/issues/detail?id=5#c4 Migrated to http://github.com/sympy/sympy/issues/3104 -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 1 in sympy: Binary ops of real numbers fail to work

2014-03-27 Thread sympy
Comment #4 on issue 1 by skirpic...@gmail.com: Binary ops of real numbers fail to work http://code.google.com/p/sympy/issues/detail?id=1#c4 Migrated to http://github.com/sympy/sympy/issues/3100 -- You received this message because this project is configured to send all issue notifications

Re: Issue 2 in sympy: print x-y

2014-03-27 Thread sympy
Comment #19 on issue 2 by skirpic...@gmail.com: print x-y http://code.google.com/p/sympy/issues/detail?id=2#c19 Migrated to http://github.com/sympy/sympy/issues/3101 -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 6 in sympy: limits at +- infinity

2014-03-27 Thread sympy
Updates: Status: Valid Cc: asmeu...@gmail.com Comment #23 on issue 6 by skirpic...@gmail.com: limits at +- infinity http://code.google.com/p/sympy/issues/detail?id=6 reopen for https://github.com/sympy/sympy/issues/7235#issuecomment-38816780 -- You received this message because

Re: Issue 6 in sympy: limits at +- infinity

2014-03-27 Thread sympy
Comment #24 on issue 6 by skirpic...@gmail.com: limits at +- infinity http://code.google.com/p/sympy/issues/detail?id=6#c24 Migrated to http://github.com/sympy/sympy/issues/3105 -- You received this message because this project is configured to send all issue notifications to this address.

[sympy] Documentation of Geometric Algebra in Sympy 0.7.3

2014-03-27 Thread Björn Dahlgren
Looks like the links in the docs are broken in the galgebra module: http://docs.sympy.org/0.7.4.1/modules/galgebra/index.html which links to e.g. http://docs.sympy.org/0.7.4.1/modules/galgebra/GA.html changing to small letters: http://docs.sympy.org/0.7.4.1/modules/galgebra/ga.html solves

Re: [sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-27 Thread Shashank Aggarwal
I have made the required changes. Can i include the PR in my GSoC proposal if merged? As a comment? -- 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

[sympy] Re: Documentation of Geometric Algebra in Sympy 0.7.3

2014-03-27 Thread Björn Dahlgren
Sorry! please disregard - didn't realize 0.7.5 had already been released! On Thursday, 27 March 2014 11:55:22 UTC+1, Björn Dahlgren wrote: Looks like the links in the docs are broken in the galgebra module: http://docs.sympy.org/0.7.4.1/modules/galgebra/index.html which links to e.g.

[sympy] Re: Widgets in SymPyGaama

2014-03-27 Thread SAHIL SHEKHAWAT
I wanted to ask that which one among the jQuery UI and Bootstrap 3 will be best for the separate dialog box. modal window provided by bootstrap 3 is really nice. On Wednesday, March 26, 2014 7:03:33 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I want to add widgets in SymPyGamma so that user can: 1)

[sympy] Re: Widgets in SymPyGaama

2014-03-27 Thread David Li
Do we need all of Bootstrap and/or jQuery UI just for a modal dialog? Also, the graph card already has some code for an expanded view. For providing the result as plain text/some other format, some places in the code have hardcoded the LaTeX printer, you'd need to work around that somehow...

Re: [sympy] Re: Documentation of Geometric Algebra in Sympy 0.7.3

2014-03-27 Thread Aaron Meurer
I've fixed the urls in the 0.7.4.1 and 0.7.4 docs. Aaron Meurer On Thu, Mar 27, 2014 at 6:07 AM, Björn Dahlgren bjo...@gmail.com wrote: Sorry! please disregard - didn't realize 0.7.5 had already been released! On Thursday, 27 March 2014 11:55:22 UTC+1, Björn Dahlgren wrote: Looks like the

[sympy] Re: Widgets in SymPyGaama

2014-03-27 Thread SAHIL SHEKHAWAT
Its true that we don't need Bootstrap/jQuery UI BUT I was thinking that maybe we need to change our GUI in the near future so we might use any of them! Thats why i asked about it! For plain text and other formats ,I am onto it...trying to figure it out. On Friday, March 28, 2014 6:01:06 AM