Re: Issue 1782 in sympy: separatevars(((1 + 2*x + x**2)*exp(y**2))/(x*y + y), [x, y], dict=True) doesn't work

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #5 on issue 1782 by smi...@gmail.com: separatevars(((1 + 2*x + x**2)*exp(y**2))/(x*y + y), [x, y], dict=True) doesn't work http://code.google.com/p/sympy/issues/detail?id=1782 (No comment was entered for this change.) -- You received this message becaus

Re: Issue 1907 in sympy: Pow(..., evaluate=something) is broken

2011-10-14 Thread sympy
Comment #14 on issue 1907 by smi...@gmail.com: Pow(..., evaluate=something) is broken http://code.google.com/p/sympy/issues/detail?id=1907 c7's example should perhaps have been Mul(*[-1,Pow(*[y,2],evaluate=True)],evaluate=True) No expression that raised an error previously does so anymo

Re: Issue 1907 in sympy: Pow(..., evaluate=something) is broken

2011-10-14 Thread sympy
Comment #13 on issue 1907 by smi...@gmail.com: Pow(..., evaluate=something) is broken http://code.google.com/p/sympy/issues/detail?id=1907 c7's example should perhaps have been Mul(*[-1,Pow(*[y,2],evaluate=True)],evaluate=True) No expression that raised an error previously does so anymo

Re: Issue 1907 in sympy: Pow(..., evaluate=something) is broken

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #12 on issue 1907 by smi...@gmail.com: Pow(..., evaluate=something) is broken http://code.google.com/p/sympy/issues/detail?id=1907 c7's example should perhaps have been Mul(*[-1,Pow(*[y,2],evaluate=True)],evaluate=True) No expression that raised an

Re: Issue 2246 in sympy: Global directive to switch strict transformations

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #12 on issue 2246 by smi...@gmail.com: Global directive to switch strict transformations http://code.google.com/p/sympy/issues/detail?id=2246 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google

Re: Issue 2399 in sympy: use free_symbols in Integral.transform

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2399 by smi...@gmail.com: use free_symbols in Integral.transform http://code.google.com/p/sympy/issues/detail?id=2399 this appears to be fixed: if len(inverse_mapping) != 1 or x not in inverse_mapping[0].free_symbols: -- You received

Re: Issue 2400 in sympy: use deep in simplify's together call

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #1 on issue 2400 by smi...@gmail.com: use deep in simplify's together call http://code.google.com/p/sympy/issues/detail?id=2400 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "symp

Re: Issue 2405 in sympy: solve and solve_poly_system can give ambiguous results

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2405 by smi...@gmail.com: solve and solve_poly_system can give ambiguous results http://code.google.com/p/sympy/issues/detail?id=2405 solve now returns a mapping -- You received this message because you are subscribed to the Google Groups "

Re: Issue 2652 in sympy: powsimp should give preference to numerical exponent combination

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #1 on issue 2652 by smi...@gmail.com: powsimp should give preference to numerical exponent combination http://code.google.com/p/sympy/issues/detail?id=2652 (No comment was entered for this change.) -- You received this message because you are subscribed

Re: Issue 2668 in sympy: when solving a poly system, gens should be passed on

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2668 by smi...@gmail.com: when solving a poly system, gens should be passed on http://code.google.com/p/sympy/issues/detail?id=2668 (No comment was entered for this change.) -- You received this message because you are subscribed to the Goog

Re: Issue 2331 in sympy: Recursion error with homogeneous_order(-log(x) + acosh(x), x)

2011-10-14 Thread sympy
Comment #3 on issue 2331 by smi...@gmail.com: Recursion error with homogeneous_order(-log(x) + acosh(x), x) http://code.google.com/p/sympy/issues/detail?id=2331 This is in. Thanks for the review, Aaron. -- You received this message because you are subscribed to the Google Groups "sympy-patc

Re: Issue 2013 in sympy: RuntimeError with homogeneous_order(y - log(x), x, y)

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2013 by smi...@gmail.com: RuntimeError with homogeneous_order(y - log(x), x, y) http://code.google.com/p/sympy/issues/detail?id=2013 This is in. Thanks for the review, Aaron. -- You received this message because you are subscribed to the Goo

Re: Issue 2669 in sympy: geometry solve results are thrown away when symbolic

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #1 on issue 2669 by smi...@gmail.com: geometry solve results are thrown away when symbolic http://code.google.com/p/sympy/issues/detail?id=2669 (No comment was entered for this change.) -- You received this message because you are subscribed to the Goog

Re: Issue 2331 in sympy: Recursion error with homogeneous_order(-log(x) + acosh(x), x)

2011-10-14 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2331 by smi...@gmail.com: Recursion error with homogeneous_order(-log(x) + acosh(x), x) http://code.google.com/p/sympy/issues/detail?id=2331 This is in. Thanks for the review, Aaron. -- You received this message because you are subscribed to

Re: Issue 2485 in sympy: multiset_partitions

2011-10-14 Thread sympy
Comment #4 on issue 2485 by smi...@gmail.com: multiset_partitions http://code.google.com/p/sympy/issues/detail?id=2485 the first issue has been resolved; the last 2 from the oP have not (returning lists and returning duplicates). -- You received this message because you are subscribed to the

Re: Issue 2331 in sympy: Recursion error with homogeneous_order(-log(x) + acosh(x), x)

2011-10-14 Thread sympy
Updates: Labels: smichr NeedsReview Comment #1 on issue 2331 by smi...@gmail.com: Recursion error with homogeneous_order(-log(x) + acosh(x), x) http://code.google.com/p/sympy/issues/detail?id=2331 https://github.com/sympy/sympy/pull/657 -- You received this message because you are su

Re: Issue 2013 in sympy: RuntimeError with homogeneous_order(y - log(x), x, y)

2011-10-14 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 2013 by smi...@gmail.com: RuntimeError with homogeneous_order(y - log(x), x, y) http://code.google.com/p/sympy/issues/detail?id=2013 I ported the code to master. https://github.com/sympy/sympy/pull/657 -- You received this mess

Re: Issue 1364 in sympy: simple equations involving log()

2011-10-14 Thread sympy
Updates: Labels: NeedsReview smichr Comment #9 on issue 1364 by smi...@gmail.com: simple equations involving log() http://code.google.com/p/sympy/issues/detail?id=1364 this no longer fails with https://github.com/sympy/sympy/pull/656 -- You received this message because you are subsc

Re: Issue 2236 in sympy: solve fails for polysys with multiple solutions

2011-10-14 Thread sympy
Updates: Labels: NeedsReview smichr Comment #8 on issue 2236 by smi...@gmail.com: solve fails for polysys with multiple solutions http://code.google.com/p/sympy/issues/detail?id=2236 This now solves with https://github.com/sympy/sympy/pull/656 -- You received this message because yo