Issue 2539 in sympy: live.sympy.org should save settings

2011-07-01 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Live New issue 2539 by asmeurer: live.sympy.org should save settings http://code.google.com/p/sympy/issues/detail?id=2539 The settings for printer type and what button submits should be saved at live.sympy.org, at the very le

Issue 2538 in sympy: latex printer should use \iint for multiple integrals

2011-07-01 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Printing New issue 2538 by asmeurer: latex printer should use \iint for multiple integrals http://code.google.com/p/sympy/issues/detail?id=2538 In [24]: latex(Integral(x*y, x, y)) Out[24]: \int\int x y\,dx dy It should retu

Re: Issue 2367 in sympy: SymPy's readthedocs documentation is broken

2011-07-01 Thread sympy
Comment #10 on issue 2367 by asmeurer: SymPy's readthedocs documentation is broken http://code.google.com/p/sympy/issues/detail?id=2367 See issue 2537 for the MathJax. The mathjax extension will be included in Sphinx 1.1, so once readthedocs uses that, we won't need to be whitelisted and

Re: Issue 1198 in sympy: pickle does not work for Function

2011-07-01 Thread sympy
Comment #2 on issue 1198 by smi...@gmail.com: pickle does not work for Function http://code.google.com/p/sympy/issues/detail?id=1198 We could make our own dump, dumps, load, loads methods for Basic/Expr that handles this more gracefully, perhaps? Those methods would basically be calls to

Re: Issue 1452 in sympy: integrate cannot do integral

2011-07-01 Thread sympy
Comment #6 on issue 1452 by asmeurer: integrate cannot do integral http://code.google.com/p/sympy/issues/detail?id=1452 I bisected it to commit bc4f3e4f5da89b2a4292decf24b9018d175eb9c3 iAuthor: Tom Bachmann Date: Wed Jun 15 15:13:07 2011 +0100 Start lookup tables. sympy/integrals/

Re: Issue 1816 in sympy: Adding partial derivatives and taking derivatives with respect to functions

2011-07-01 Thread sympy
Updates: Cc: elliso...@gmail.com renato.c...@gmail.com Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-High NeedsReview Blockedon: 1654 Comment #3 on issue 1816 by asmeurer: Adding partial derivatives and taking derivatives with respect to functions http://c

Re: Issue 1452 in sympy: integrate cannot do integral

2011-07-01 Thread sympy
Comment #5 on issue 1452 by asmeurer: integrate cannot do integral http://code.google.com/p/sympy/issues/detail?id=1452 I can confirm it: In [3]: integrate(1/(x*sqrt(1-x**2)),x) Out[3]: ⎛ ⎽⎽⎞ ⎛ 2⎞ ⎜ ╱2 ⎟ log⎝-x ⎠ ⎜╲╱ - x + 11⎟ ──

Re: Issue 1654 in sympy: subs() doesn't substitute lower derivatives into higher order ones

2011-07-01 Thread sympy
Issue 1654: subs() doesn't substitute lower derivatives into higher order ones http://code.google.com/p/sympy/issues/detail?id=1654 This issue is now blocking issue 1816. See http://code.google.com/p/sympy/issues/detail?id=1816 -- You received this message because you are listed in the owner o

Re: Issue 1494 in sympy: eq.subs fails for Derivative(u(t)**2, t**2)

2011-07-01 Thread sympy
Comment #2 on issue 1494 by asmeurer: eq.subs fails for Derivative(u(t)**2, t**2) http://code.google.com/p/sympy/issues/detail?id=1494 The bug was that this didn't raise an exception until it got to the subs line (maybe that's not what the OP meant though :), but this has been fixed: In

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #3 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 See my comments on the pull request. I think changing fraction() to not special case e

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Updates: Labels: NeedsReview Comment #2 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 See https://github.com/sympy/sympy/pull/477 (and the issue I just merged into this one). -- You receive

Re: Issue 2536 in sympy: exp(-stuff) should be in the numerator

2011-07-01 Thread sympy
Updates: Status: Duplicate Mergedinto: 2519 Comment #2 on issue 2536 by asmeurer: exp(-stuff) should be in the numerator http://code.google.com/p/sympy/issues/detail?id=2536 I just reported this issue a few days ago. -- You received this message because you are subscribed to the

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Comment #1 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 Issue 2536 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Issue 2537 in sympy: Use MathJax in the docs

2011-07-01 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium Documentation New issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 See https://groups.google.com/d/topic/sympy/r-cVbwzbXSM/discussion. I've implemented the proper func

Re: Issue 1452 in sympy: integrate cannot do integral

2011-07-01 Thread sympy
Updates: Status: Started Comment #4 on issue 1452 by ness...@googlemail.com: integrate cannot do integral http://code.google.com/p/sympy/issues/detail?id=1452 Surprisingly enough, my gsoc-2 branch can do this. -- You received this message because you are subscribed to the Google Grou

Re: Issue 1494 in sympy: eq.subs fails for Derivative(u(t)**2, t**2)

2011-07-01 Thread sympy
Updates: Status: Invalid Comment #1 on issue 1494 by renato.c...@gmail.com: eq.subs fails for Derivative(u(t)**2, t**2) http://code.google.com/p/sympy/issues/detail?id=1494 t**2 is not a valid variable to differentiate with respect to, as the message says. I think this is not a bug,

Re: Issue 2536 in sympy: exp(-stuff) should be in the numerator

2011-07-01 Thread sympy
Comment #1 on issue 2536 by mrock...@gmail.com: exp(-stuff) should be in the numerator http://code.google.com/p/sympy/issues/detail?id=2536 See pull https://github.com/sympy/sympy/pull/477 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To

Issue 2536 in sympy: exp(-stuff) should be in the numerator

2011-07-01 Thread sympy
Status: Accepted Owner: mrock...@gmail.com Labels: Type-Defect Priority-Medium New issue 2536 by mrock...@gmail.com: exp(-stuff) should be in the numerator http://code.google.com/p/sympy/issues/detail?id=2536 Pretty and Latex printing give different results for the following common expression.

Re: Issue 2506 in sympy: simplification of tangent functions

2011-07-01 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2506 by asmeurer: simplification of tangent functions http://code.google.com/p/sympy/issues/detail?id=2506 This has been pushed in. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to t

Re: Issue 2488 in sympy: SymPy 0.7.0

2011-07-01 Thread sympy
Updates: Status: Fixed Comment #11 on issue 2488 by asmeurer: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488 SymPy 0.7.0 has been released, and the branch has been merged with master. -- You received this message because you are subscribed to the Google Groups "sympy-