Re: Issue 3913 in sympy: Basic commands in mechanics fail on SymPy live

2013-06-29 Thread sympy
Comment #2 on issue 3913 by li.david...@gmail.com: Basic commands in mechanics fail on SymPy live http://code.google.com/p/sympy/issues/detail?id=3913 Should work after switching to dill: https://github.com/sympy/sympy-live/pull/71 -- You received this message because this project is

Re: Issue 3781 in sympy: String printer for factorial/subfactorial shouldn't be a pretty-printer!

2013-06-29 Thread sympy
Updates: Cc: asmeu...@gmail.com Comment #8 on issue 3781 by skirpic...@gmail.com: String printer for factorial/subfactorial shouldn't be a pretty-printer! http://code.google.com/p/sympy/issues/detail?id=3781 PR https://github.com/sympy/sympy/pull/2047 was merged. Perhaps, we should

Re: Issue 3128 in sympy: Sum and Product manipulations

2013-06-29 Thread sympy
Comment #24 on issue 3128 by trel...@psu.edu: Sum and Product manipulations http://code.google.com/p/sympy/issues/detail?id=3128 Agree, reversed limits is definitely a corner case for students. I think it's a corner case for almost everybody. I think that's a good reason not to break with

Issue 3914 in sympy: Prefer init_printing() to %load_ext sympy.interactive.ipythonprinting

2013-06-29 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium DeprecationRemoval IPython New issue 3914 by asmeu...@gmail.com: Prefer init_printing() to %load_ext sympy.interactive.ipythonprinting http://code.google.com/p/sympy/issues/detail?id=3914 The IPython printing extension exists as

Re: Issue 3914 in sympy: Prefer init_printing() to %load_ext sympy.interactive.ipythonprinting

2013-06-29 Thread sympy
Comment #1 on issue 3914 by asmeu...@gmail.com: Prefer init_printing() to %load_ext sympy.interactive.ipythonprinting http://code.google.com/p/sympy/issues/detail?id=3914 https://github.com/sympy/sympy/pull/2227 -- You received this message because this project is configured to send all

Re: Issue 1887 in sympy: Separate boolean and symbolic relationals

2013-06-29 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Comment #32 on issue 1887 by asmeu...@gmail.com: Separate boolean and symbolic relationals http://code.google.com/p/sympy/issues/detail?id=1887 (No comment was entered for this change.) -- You received this message because this project is

8 issues changed in sympy

2013-06-29 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Milestone-Release0.7.4 Blocking: -sympy:2388 -sympy:2674 sympy:2388 sympy:2674 Comment by asmeu...@gmail.com: Postponing deprecation removals Affected issues: issue 1491: Remove old printing ordering at some point

Re: Issue 2010 in sympy: Integration with the full Risch Algorithm

2013-06-29 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Comment #35 on issue 2010 by asmeu...@gmail.com: Integration with the full Risch Algorithm http://code.google.com/p/sympy/issues/detail?id=2010 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3541 in sympy: Float._new allows S.Zero to be returned

2013-06-29 Thread sympy
Updates: Cc: abro...@verizon.net Labels: -Priority-Critical Priority-Medium Comment #6 on issue 3541 by asmeu...@gmail.com: Float._new allows S.Zero to be returned http://code.google.com/p/sympy/issues/detail?id=3541 That was closed. I'm assuming the priority can be lowered.

Re: Issue 1038 in sympy: (sin(x)*cos(x)).series(x, 0, 1000) takes forever

2013-06-29 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Comment #29 on issue 1038 by asmeu...@gmail.com: (sin(x)*cos(x)).series(x, 0, 1000) takes forever http://code.google.com/p/sympy/issues/detail?id=1038 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 2626 in sympy: Piecewise should use a different syntax for otherwise

2013-06-29 Thread sympy
Updates: Labels: -Priority-High -Milestone-Release0.7.3 Priority-Medium Comment #28 on issue 2626 by asmeu...@gmail.com: Piecewise should use a different syntax for otherwise http://code.google.com/p/sympy/issues/detail?id=2626 I guess it's not going to change. Piecewise represents

Issue 3915 in sympy: Ideas for improving the tutorial

2013-06-29 Thread sympy
Status: Valid Owner: Labels: Type-Enhancement Priority-Medium Documentation New issue 3915 by asmeu...@gmail.com: Ideas for improving the tutorial http://code.google.com/p/sympy/issues/detail?id=3915 Adapted from a comment on https://github.com/sympy/sympy/pull/2106: Some things I would

Issue 3916 in sympy: Issues with assumptions

2013-06-29 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Assumptions New issue 3916 by asmeu...@gmail.com: Issues with assumptions http://code.google.com/p/sympy/issues/detail?id=3916 Just some things I am noticing about assumptions as I go through it. - The handlers are staticmethods.

Issue 3917 in sympy: ask and assuming don't check for contradictory assumptions

2013-06-29 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Assumptions WrongResult New issue 3917 by asmeu...@gmail.com: ask and assuming don't check for contradictory assumptions http://code.google.com/p/sympy/issues/detail?id=3917 In [21]: ask(Q.positive(x), Q.positive(x)

Re: Issue 3916 in sympy: Issues with assumptions

2013-06-29 Thread sympy
Comment #1 on issue 3916 by asmeu...@gmail.com: Issues with assumptions http://code.google.com/p/sympy/issues/detail?id=3916 I was wrong. You can register multiple handlers. -- You received this message because this project is configured to send all issue notifications to this address. You