Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Updates: Cc: renato.c...@gmail.com Comment #28 on issue 1026 by vlada.pe...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 Renato, how did you handle the numpy-related errors? I get a whole lot of errors like these and they crash the test runner:

Re: Issue 752 in sympy: pydoc2.5 doesn't work with sympy

2011-09-08 Thread sympy
Updates: Status: Fixed Comment #5 on issue 752 by vlada.pe...@gmail.com: pydoc2.5 doesn't work with sympy http://code.google.com/p/sympy/issues/detail?id=752 Works fine now (surprisingly enough). -- You received this message because you are subscribed to the Google Groups "sympy-iss

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Comment #29 on issue 1026 by renato.c...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 I didn't. Initial numpy implementation (quite incomplete, as you see) was introduced in pypy 1.6, those tests were made with pypy 1.5 before 1.6 was released. --

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Comment #30 on issue 1026 by vlada.pe...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 Ah yes, you are right. Well, the errors are there now and they crash the test runner, so fixing that should be a priority. Other than that, I also get a lot more er

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Comment #31 on issue 1026 by renato.c...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 Yes, I noticed that too, there were a lot of new pypy incompatibilities introduced in the last months - which is a natural consequence of not running tests on pypy

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Comment #32 on issue 1026 by vlada.pe...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 Well, we also can't really ask people to test in PyPy if we have a lot of (known) errors; we should fix them first. I wouldn't mind doing this, as I said I will, bu

Issue 2679 in sympy: Refactor GA* documentation to use doctests

2011-09-08 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Documentation EasyToFix New issue 2679 by vlada.pe...@gmail.com: Refactor GA* documentation to use doctests http://code.google.com/p/sympy/issues/detail?id=2679 There are some .py files in doc/src/modules/galgebra/GA which have

Re: Issue 690 in sympy: Default sorting in printing is weird

2011-09-08 Thread sympy
Updates: Status: Fixed Comment #3 on issue 690 by vlada.pe...@gmail.com: Default sorting in printing is weird http://code.google.com/p/sympy/issues/detail?id=690 We've fixed printing order a long time ago, closing this. -- You received this message because you are subscribed to the G

Re: Issue 1763 in sympy: sympify(u"α") does not work

2011-09-08 Thread sympy
Updates: Labels: -Milestone-Release0.8.0 Python3 Comment #5 on issue 1763 by vlada.pe...@gmail.com: sympify(u"α") does not work http://code.google.com/p/sympy/issues/detail?id=1763 We now support Python 3, but there's still an error: S("α") Traceback (most recent call last): File

Re: Issue 2045 in sympy: djtheta test fail

2011-09-08 Thread sympy
Updates: Status: Invalid Comment #2 on issue 2045 by vlada.pe...@gmail.com: djtheta test fail http://code.google.com/p/sympy/issues/detail?id=2045 Can't reproduce, closing as invalid. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To

Re: Issue 1741 in sympy: py.bench broken

2011-09-08 Thread sympy
Comment #13 on issue 1741 by asmeurer: py.bench broken http://code.google.com/p/sympy/issues/detail?id=1741 What does PyPy use for their extensive benchmarking (http://speed.pypy.org/)? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To pos

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-09-08 Thread sympy
Comment #33 on issue 1026 by asmeurer: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 To me, this is a PyPy issue, not a SymPy issue. The JIT optimizations just don't do as well for highly object oriented stuff, like with metaclasses (or at least that's what I'm

Re: Issue 1763 in sympy: sympify(u"α") does not work

2011-09-08 Thread sympy
Comment #6 on issue 1763 by asmeurer: sympify(u"α") does not work http://code.google.com/p/sympy/issues/detail?id=1763 I think we do have our own parser now. If I'm not mistaken, we could just add a token that converts a string of unicode characters to symbols. Or maybe we should just limi

Re: Issue 2679 in sympy: Refactor GA* documentation to use doctests

2011-09-08 Thread sympy
Updates: Cc: abro...@verizon.net Comment #1 on issue 2679 by asmeurer: Refactor GA* documentation to use doctests http://code.google.com/p/sympy/issues/detail?id=2679 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Group

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-08 Thread sympy
Comment #4 on issue 2673 by asmeurer: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 See also Python issue http://bugs.python.org/issue12942, which requests a shebang fixer for 2to3. -- You received this message because you are subscribed to the Google Groups