Re: Issue 2513 in sympy: Create a SymPyDeprecationWarning for deprecated SymPy behavior

2011-06-23 Thread sympy
Issue 2513: Create a SymPyDeprecationWarning for deprecated SymPy behavior http://code.google.com/p/sympy/issues/detail?id=2513 This issue is now blocking issue 2142. See http://code.google.com/p/sympy/issues/detail?id=2142 -- You received this message because you are listed in the owner or CC

Re: Issue 2142 in sympy: Turn on deprecation warnings in isympy

2011-06-23 Thread sympy
Updates: Blockedon: 2513 Comment #1 on issue 2142 by asmeurer: Turn on deprecation warnings in isympy http://code.google.com/p/sympy/issues/detail?id=2142 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2370 in sympy: Create a warning_raises() function for testing warnings

2011-06-23 Thread sympy
Comment #1 on issue 2370 by asmeurer: Create a warning_raises() function for testing warnings http://code.google.com/p/sympy/issues/detail?id=2370 Issue 2513 might make this easier (I don't know). -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2492 in sympy: Better way to test warnings

2011-06-23 Thread sympy
Issue 2492: Better way to test warnings http://code.google.com/p/sympy/issues/detail?id=2492 This issue is now blocking issue 2370. See http://code.google.com/p/sympy/issues/detail?id=2370 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 2370 in sympy: Create a warning_raises() function for testing warnings

2011-06-23 Thread sympy
Updates: Blockedon: 2492 Comment #2 on issue 2370 by asmeurer: Create a warning_raises() function for testing warnings http://code.google.com/p/sympy/issues/detail?id=2370 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google

Issue 2515 in sympy: trigsimp fails to simplify x*cos(x)*tan(x)

2011-06-23 Thread sympy
Status: Accepted Owner: nicolas@gmail.com Labels: Type-Enhancement Priority-Medium nicolas.pourcelot started Simplify New issue 2515 by nicolas@gmail.com: trigsimp fails to simplify x*cos(x)*tan(x) http://code.google.com/p/sympy/issues/detail?id=2515 When working on solver(), I

Re: Issue 2502 in sympy: ImportError: No module named thirdparty

2011-06-23 Thread sympy
Comment #3 on issue 2502 by brad.froehle: ImportError: No module named thirdparty http://code.google.com/p/sympy/issues/detail?id=2502 A small followup which updates the shell command in the comment to automatically generate the list. Attachments: 2505-folloup.patch 565 bytes

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

2011-06-23 Thread sympy
Comment #9 on issue 1887 by nicolas@gmail.com: Separate boolean and symbolic relationals http://code.google.com/p/sympy/issues/detail?id=1887 I think , , =, and = should default to the symbolic version, but perhaps they could be automatically converted to the boolean version when

Issue 2516 in sympy: Bug on collect()

2011-06-23 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2516 by kemellie...@gmail.com: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 Hello! I think I found a bug on collect. Can anyone tell me, please, if either it is indeed a bug or I am doing something

Re: Issue 2502 in sympy: ImportError: No module named thirdparty

2011-06-23 Thread sympy
Updates: Status: Accepted Labels: NeedsReview Comment #4 on issue 2502 by asmeurer: ImportError: No module named thirdparty http://code.google.com/p/sympy/issues/detail?id=2502 Thanks a lot. I wasn't sure how to fix that, so I left it alone. -- You received this message

Re: Issue 2502 in sympy: ImportError: No module named thirdparty

2011-06-23 Thread sympy
Comment #5 on issue 2502 by asmeurer: ImportError: No module named thirdparty http://code.google.com/p/sympy/issues/detail?id=2502 The patch is good. What name and email should I add to the AUTHORS file? -- You received this message because you are subscribed to the Google Groups

Re: Issue 2502 in sympy: ImportError: No module named thirdparty

2011-06-23 Thread sympy
Updates: Labels: -NeedsReview PassedReview Comment #6 on issue 2502 by asmeurer: ImportError: No module named thirdparty http://code.google.com/p/sympy/issues/detail?id=2502 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 1752 in sympy: setup.py test should run the doctests even when the regular tests fail

2011-06-23 Thread sympy
Updates: Cc: smi...@gmail.com Comment #9 on issue 1752 by vlada.pe...@gmail.com: setup.py test should run the doctests even when the regular tests fail http://code.google.com/p/sympy/issues/detail?id=1752 For some reason, when I port to distribute, doctests will all run and I have

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

2011-06-23 Thread sympy
Comment #10 on issue 1887 by asmeurer: Separate boolean and symbolic relationals http://code.google.com/p/sympy/issues/detail?id=1887 Of course bool(Le) should work. That's part of what I meant when I said it should convert to the boolean type automatically. Consider the main uses of .

Re: Issue 2516 in sympy: Bug on collect()

2011-06-23 Thread sympy
Updates: Status: Accepted Labels: Simplify Comment #1 on issue 2516 by asmeurer: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 As I noted on the mailing list, there's no need to define Q3, Q3n, and R3, and you forgot to define Re. But yes, as far as I

Issue 2517 in sympy: Decorator for requiring modules in tests

2011-06-23 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium Testing New issue 2517 by asmeurer: Decorator for requiring modules in tests http://code.google.com/p/sympy/issues/detail?id=2517 From

Re: Issue 1752 in sympy: setup.py test should run the doctests even when the regular tests fail

2011-06-23 Thread sympy
Comment #10 on issue 1752 by asmeurer: setup.py test should run the doctests even when the regular tests fail http://code.google.com/p/sympy/issues/detail?id=1752 It should be fixable. The test runner is catching the KeyboardInterrupt, because it likes to catch exceptions (to report

Re: Issue 2516 in sympy: Bug on collect()

2011-06-23 Thread sympy
Updates: Labels: WrongResult Comment #2 on issue 2516 by asmeurer: Bug on collect() http://code.google.com/p/sympy/issues/detail?id=2516 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post