Re: Issue 3272 in sympy: Python 3.3 test failures

2012-08-14 Thread sympy
Updates: Status: Fixed Cc: krastano...@gmail.com Labels: -NeedsReview Comment #26 on issue 3272 by vlada.pe...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 Well, there don't appear to be any failures in master anymore, I'll go

Re: Issue 1735 in sympy: Rename .func attribute

2012-08-14 Thread sympy
Updates: Labels: -Milestone-Release0.7.2 Comment #35 on issue 1735 by vlada.pe...@gmail.com: Rename .func attribute http://code.google.com/p/sympy/issues/detail?id=1735 I'm going to go ahead and drop the milestone from this. The discussion stalled, and this shouldn't really block any

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

2012-08-14 Thread sympy
Comment #49 on issue 1026 by ronan.l...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 All these match problems seem to have been created by PR #1477 [https://github.com/sympy/sympy/pull/1477]. -- You received this message because you are subscribed

Re: Issue 3053 in sympy: setup.py egg-info fails on Python3

2012-08-14 Thread sympy
Updates: Labels: -NeedsReview Comment #7 on issue 3053 by vlada.pe...@gmail.com: setup.py egg-info fails on Python3 http://code.google.com/p/sympy/issues/detail?id=3053 Ok, the above got in, so it should be better. I will leave this open, however, so we are reminded to test if pip

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

2012-08-14 Thread sympy
Comment #50 on issue 1026 by ronan.l...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 https://github.com/sympy/sympy/pull/1486 (BTW, it was trivial to find the source of the problem with a simple 'py.test --pdb sympy/integrals/' run with pypy) --

Re: Issue 3356 in sympy: setup.py test results should all be printed at the bottom

2012-08-14 Thread sympy
Comment #1 on issue 3356 by smi...@gmail.com: setup.py test results should all be printed at the bottom http://code.google.com/p/sympy/issues/detail?id=3356 One thing I like about the summary at the top is that I can tell from looking at an email entry in gmail whether the test failed or

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Comment #6 on issue 3235 by vbraun.n...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 I get a useable stacktrace, for the record. Time to switch to Linux? ;-) In any case, the problem is that sympy calls sage.libs.mpmath.ext_libmp.mpf_log with prec=1,

Re: Issue 3356 in sympy: setup.py test results should all be printed at the bottom

2012-08-14 Thread sympy
Comment #2 on issue 3356 by asmeu...@gmail.com: setup.py test results should all be printed at the bottom http://code.google.com/p/sympy/issues/detail?id=3356 We're talking about the report, not the SymPy bot summary. -- You received this message because you are subscribed to the Google

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Comment #7 on issue 3235 by asmeu...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 Time to switch to Linux? ;-) No. I guess this is Apple's LLVM gdb vs. gcc gdb. Anyway, this has pointed me in the right direction. It has something to do with

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Updates: Cc: smi...@gmail.com fredrik@gmail.com Comment #8 on issue 3235 by asmeu...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 Ah, well it's the simple fact that it's using Sage's mpf_log instead of the one in the sympy mpmath. The

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Comment #9 on issue 3235 by smi...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 I suspect it is used elsewhere but on'y know what grep would tell. Look for n(1) and evalf(1). -- You received this message because you are subscribed to the Google Groups

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Comment #10 on issue 3235 by vbraun.n...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 mpmath internally has different backends to do the computation. It uses mpir/mpfr if possible (i.e. if used from within Sage) and falls back to some python code

Re: Issue 3235 in sympy: Sage error in master

2012-08-14 Thread sympy
Comment #11 on issue 3235 by asmeu...@gmail.com: Sage error in master http://code.google.com/p/sympy/issues/detail?id=3235 It would be much more useful if that were part of mpmath. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this