Issue 1480 in sympy: Implement test coverage utility

2009-06-24 Thread codesite-noreply
Comment #9 on issue 1480 by fab...@fseoane.net: Implement test coverage utility http://code.google.com/p/sympy/issues/detail?id=1480 thanks, i got it to work. The attached script just makes this a bit more user-friendly Attachments: 0003-Warn-about-module-coverage-not-installed.patc

Issue 1480 in sympy: Implement test coverage utility

2009-06-24 Thread codesite-noreply
Comment #10 on issue 1480 by ondrej.certik: Implement test coverage utility http://code.google.com/p/sympy/issues/detail?id=1480 ..+1, push it in please. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may a

Issue 1337 in sympy: find all instances in an expression

2009-06-24 Thread codesite-noreply
Comment #8 on issue 1337 by wflynny: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 Hey, I've been working on this find/sub method and I think I have a working prototype. Check it out. So far, it passes the tests to do what I need it to but its prett

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-06-24 Thread codesite-noreply
Comment #25 on issue 1358 by wflynny: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 Here is the relevant part of my run: C:\Python25\Lib\site-packages\sympy>py.test.exe = test session starts =

Issue 1337 in sympy: find all instances in an expression

2009-06-24 Thread codesite-noreply
Comment #9 on issue 1337 by wflynny: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 Here's a slightly better version. It does the sin/cos -> tan stuff. I'm thinking about making it better in a bunch of ways. One of which is to have it be of the form

Issue 1481 in sympy: Error raised: Matrix([[1,2],[3,4]])**Integer(2)

2009-06-24 Thread codesite-noreply
Comment #3 on issue 1481 by asmeurer: Error raised: Matrix([[1,2],[3,4]])**Integer(2) http://code.google.com/p/sympy/issues/detail?id=1481 You can avoid the wait a bit by adding the NeedsReview tag to an issue when you submit a patch. -- You received this message because you are listed in t

Issue 1486 in sympy: Tests for sympy.logic

2009-06-24 Thread codesite-noreply
Updates: Status: Fixed Comment #7 on issue 1486 by fab...@fseoane.net: Tests for sympy.logic http://code.google.com/p/sympy/issues/detail?id=1486 Added some more tests for dpll and pushed it in. http://git.sympy.org/?p=sympy.git;a=commit;h=126c5d464d757f48ae58e5ab4ff732a079552ca7 -- You

Issue 1481 in sympy: Error raised: Matrix([[1,2],[3,4]])**Integer(2)

2009-06-24 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 1481 by mattpap: Error raised: Matrix([[1,2],[3,4]])**Integer(2) http://code.google.com/p/sympy/issues/detail?id=1481 > An easy one. :) Yes, indeed. Your patch is in: http://git.sympy.org/?p=sympy.git;a=commit;h=53fcc68057365f8d763c8b498

Issue 1485 in sympy: new logic module (TODO before 0.6.5)

2009-06-24 Thread codesite-noreply
Comment #4 on issue 1485 by fab...@fseoane.net: new logic module (TODO before 0.6.5) http://code.google.com/p/sympy/issues/detail?id=1485 fixed the deprecationwarning in http://git.sympy.org/?p=sympy.git;a=commit;h=b09c534c0a3bb0359329f4fce8df5b3fe5625ccf -- You received this message because

Issue 1480 in sympy: Implement test coverage utility

2009-06-24 Thread codesite-noreply
Comment #11 on issue 1480 by fab...@fseoane.net: Implement test coverage utility http://code.google.com/p/sympy/issues/detail?id=1480 done http://git.sympy.org/?p=sympy.git;a=commit;h=8cfa62d33a3ff23d71e055d7d2d9fc10b5e55d53 Thanks Ronan for this wonderful tool. Can this issue be closed now ?

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-06-24 Thread codesite-noreply
Comment #26 on issue 1358 by ondrej.certik: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 Are you testing with py.test or with sympy tests? E.g. are you executing bin/test from the sympy git repository? Alternatively, you can a

Issue 1481 in sympy: Error raised: Matrix([[1,2],[3,4]])**Integer(2)

2009-06-24 Thread codesite-noreply
Comment #4 on issue 1481 by ondrej.certik: Error raised: Matrix([[1,2],[3,4]])**Integer(2) http://code.google.com/p/sympy/issues/detail?id=1481 I think you have to be a member of the google project to do that, so I added you. -- You received this message because you are listed in the owner

Issue 1337 in sympy: find all instances in an expression

2009-06-24 Thread codesite-noreply
Comment #10 on issue 1337 by ondrej.certik: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 Sounds good, thanks for the work. If you can integrate it in sympy and send a regular patch, it'd be awesome, then we can just push it in. -- You received thi

Issue 1483 in sympy: no xor in sympy.core.basic for new logic module

2009-06-24 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 1483 by fab...@fseoane.net: no xor in sympy.core.basic for new logic module http://code.google.com/p/sympy/issues/detail?id=1483 Xor, Nor and Nand implemented in the commits: http://git.sympy.org/?p=sympy.git;a=commit;h=5f616e74e0d09d6e856fb5d

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-06-24 Thread codesite-noreply
Comment #27 on issue 1358 by wflynny: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 yeah I've been working on those failing tests. here's a patch I suggest you add to function/special/test/test_spec_functions.py -- You recei

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-06-24 Thread codesite-noreply
Comment #28 on issue 1358 by wflynny: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 yeah I've been working on those failing tests. here's a patch I suggest you add to function/special/test/test_spec_functions.py Attachments:

Issue 1337 in sympy: find all instances in an expression

2009-06-24 Thread codesite-noreply
Comment #11 on issue 1337 by wflynny: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 Where should it be integrated? In Basic? I'm not too sure what to do from here. -- You received this message because you are listed in the owner or CC fields of this

Issue 1485 in sympy: new logic module (TODO before 0.6.5)

2009-06-24 Thread codesite-noreply
Comment #5 on issue 1485 by fab...@fseoane.net: new logic module (TODO before 0.6.5) http://code.google.com/p/sympy/issues/detail?id=1485 xfailed tests fixed here http://git.sympy.org/?p=sympy.git;a=commit;h=a107ff59b777f392bf60ed312197a50a83148328 -- You received this message because you are

Issue 1442 in sympy: mathml patches

2009-06-24 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 1442 by fab...@fseoane.net: mathml patches http://code.google.com/p/sympy/issues/detail?id=1442 I think all MathML patches by Thomas Sidoti where squashed and pushed in http://git.sympy.org/?p=sympy.git;a=commit;h=d38830f26e2708e0f37c2a8807ac256

Issue 1309 in sympy: implement backward chaining for rules

2009-06-24 Thread codesite-noreply
Updates: Status: Fixed Comment #17 on issue 1309 by fab...@fseoane.net: implement backward chaining for rules http://code.google.com/p/sympy/issues/detail?id=1309 Module sympy.logic was merged into trunk: http://git.sympy.org/?p=sympy.git;a=commit;h=07b339f820bf87ccf4c8676432486890fd89

Issue 1489 in sympy: latex printing of matrices needs more options for the matrix type used and the delimiter

2009-06-24 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1489 by ryanlists: latex printing of matrices needs more options for the matrix type used and the delimiter http://code.google.com/p/sympy/issues/detail?id=1489 I created a branch on my github repo to add this feature. late