Issue 702 in sympy: Plot() should use standard kwarg syntax -- examples in docstrings don't work

2008-11-04 Thread codesite-noreply
Issue 702: Plot() should use standard kwarg syntax -- examples in docstrings don't work http://code.google.com/p/sympy/issues/detail?id=702 Comment #7 by goriccardo: The problem is in the style keyword: with this patch you can't specify the style of the pyglet window, i.e: Calling

Issue 1035 in sympy: sympify(x^2) should return x**2

2008-11-04 Thread codesite-noreply
Issue 1035: sympify(x^2) should return x**2 http://code.google.com/p/sympy/issues/detail?id=1035 Comment #6 by andy.terrel: I added a patch for this. See http://groups.google.com/group/sympy- patches/browse_thread/thread/f501f75607775118 Issue attribute updates: Owner: andy.terrel

Issue 1182 in sympy: global variable 'cubic' undefined in sympy/polys/rootfinding.py

2008-11-04 Thread codesite-noreply
Issue 1182: global variable 'cubic' undefined in sympy/polys/rootfinding.py http://code.google.com/p/sympy/issues/detail?id=1182 Comment #5 by nicolas.pourcelot: For example: import sympy sympy.var(x) p=(30.0 + 25.0*x**2 + 11.0*x**4 + 5.0*x**6 + x**8).as_poly()

Issue 1035 in sympy: sympify(x^2) should return x**2

2008-11-04 Thread codesite-noreply
Issue 1035: sympify(x^2) should return x**2 http://code.google.com/p/sympy/issues/detail?id=1035 Comment #7 by andy.terrel: (No comment was entered for this change.) Issue attribute updates: Status: Fixed Labels: -NeedsReview -- You received this message because you are

Issue 1170 in sympy: problem with printing in 2.6

2008-11-04 Thread codesite-noreply
Issue 1170: problem with printing in 2.6 http://code.google.com/p/sympy/issues/detail?id=1170 Comment #4 by basti.kr: The problem with python2.6 is that the __cmp__ method isn't used anymore. This patch introduces __lt__ and __gt__ methods and makes all tests pass. (tested for python 2.4 and

[sympy] Re: Sympy design question about encapsulation

2008-11-04 Thread basti
I think it's a good proposal of Brian and I sent a patch with an implementation to http://groups.google.com/group/sympy-patches/browse_thread/thread/9f8392a8fec0b3e8 Sebastian Krämer --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[sympy] Re: Integrate(exp(polynomial))

2008-11-04 Thread Pekeika
How are you developing code on windows? Maybe other windows developers here can share  the ways they work with revision control on windows. I'm a complete beginer. I used to 'program' in Matlab but I migrated to Python (thanks God) since August, so before, I had never developed code, just

[sympy] Re: Integrate(exp(polynomial))

2008-11-04 Thread Ondrej Certik
On Tue, Nov 4, 2008 at 8:24 PM, Pekeika [EMAIL PROTECTED] wrote: How are you developing code on windows? Maybe other windows developers here can share the ways they work with revision control on windows. I'm a complete beginer. I used to 'program' in Matlab but I migrated to Python