Re: Issue 2937 in sympy: Integrate Piecewise fails with symbolic bounds

2012-07-03 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2937 by julien.r...@gmail.com: Integrate Piecewise fails with symbolic bounds http://code.google.com/p/sympy/issues/detail?id=2937 (No comment was entered for this change.) -- You received this message because you are subscribed to the Googl

Re: Issue 3022 in sympy: maximum recursion depth exceeded with expand(complex=True)

2012-07-03 Thread sympy
Updates: Status: Valid Labels: -Priority-Medium -NeedsReview -smichr Priority-Critical Comment #7 on issue 3022 by ronan.l...@gmail.com: maximum recursion depth exceeded with expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=3022 (No comment was entered for

Re: Issue 2738 in sympy: Make a distinction between operations and their result

2012-07-03 Thread sympy
Issue 2738: Make a distinction between operations and their result http://code.google.com/p/sympy/issues/detail?id=2738 This issue is now blocking issue sympy:274. See http://code.google.com/p/sympy/issues/detail?id=274 -- You received this message because you are listed in the owner or CC field

Re: Issue 274 in sympy: evaluate keyword from old core

2012-07-03 Thread sympy
Updates: Blockedon: sympy:2738 Comment #37 on issue 274 by ronan.l...@gmail.com: evaluate keyword from old core http://code.google.com/p/sympy/issues/detail?id=274 It's clearly impossible to support evaluate=False while removing args sorting, so we need a replacement, cf. issue 2738

Re: Issue 2855 in sympy: Removing sorting of Add.args and Mul.args

2012-07-03 Thread sympy
Comment #7 on issue 2855 by ondrej.c...@gmail.com: Removing sorting of Add.args and Mul.args http://code.google.com/p/sympy/issues/detail?id=2855 Here is an example of a correct implementation: https://github.com/certik/sympyx/blob/master/sympy_py.py it is *super* simple, just study the cod

Re: Issue 1973 in sympy: hash(Integer) should return the int

2012-07-03 Thread sympy
Comment #16 on issue 1973 by ondrej.c...@gmail.com: hash(Integer) should return the int http://code.google.com/p/sympy/issues/detail?id=1973 The hash theory is really simple: if hash(a) != hash(b), then a != b. If hash(a) == hash(b), then we need to compare a and b directly to determine whe

Re: Issue 2855 in sympy: Removing sorting of Add.args and Mul.args

2012-07-03 Thread sympy
Comment #8 on issue 2855 by asmeu...@gmail.com: Removing sorting of Add.args and Mul.args http://code.google.com/p/sympy/issues/detail?id=2855 Any idea why sorting is faster in __hash__? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To po

Issue 3318 in sympy: failure in master

2012-07-03 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3318 by smi...@gmail.com: failure in master http://code.google.com/p/sympy/issues/detail?id=3318 I get the following failure in master: __ c:\sympy\sympy\sympy\differential_geometry\rn.py File "C:\Python27\li

Re: Issue 3318 in sympy: failure in master

2012-07-03 Thread sympy
Comment #1 on issue 3318 by asmeu...@gmail.com: failure in master http://code.google.com/p/sympy/issues/detail?id=3318 Can you give the header info? I can't reproduce this. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group

Re: Issue 3318 in sympy: failure in master

2012-07-03 Thread sympy
Comment #2 on issue 3318 by smi...@gmail.com: failure in master http://code.google.com/p/sympy/issues/detail?id=3318 C:\sympy>\Python27\python.exe sympy\bin\doctest differential = test process starts = executable: C:\Python27\py

Re: Issue 3318 in sympy: failure in master

2012-07-03 Thread sympy
Comment #3 on issue 3318 by asmeu...@gmail.com: failure in master http://code.google.com/p/sympy/issues/detail?id=3318 The problem probably has something to do with the file being named Rn.py (with a capitol R). -- You received this message because you are subscribed to the Google Groups "s

Re: Issue 3318 in sympy: failure in master

2012-07-03 Thread sympy
Comment #4 on issue 3318 by smi...@gmail.com: failure in master http://code.google.com/p/sympy/issues/detail?id=3318 Yep, that solve's it. I included it with #1375. I'll commit that unless there are objections as soon as all the commits solve their respective randomization problems. -- You rece