Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #13 on issue 1297 by fab...@fseoane.net: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 your patch should be merged for testing purposes, but we should also fix the docs: """ alternatively you can run the examples from the top sympy directory. Most example ca

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Comment #13 on issue 1120 by Gael.Varoquaux: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 Looks good. Basically, you are being more aggressive with raising NotImplementedErrors. IMHO, can be merged. -- You received this message because yo

Issue 1145 in sympy: sympy.test(): implement doctesting without the py lib

2009-03-27 Thread codesite-noreply
Comment #4 on issue 1145 by Gael.Varoquaux: sympy.test(): implement doctesting without the py lib http://code.google.com/p/sympy/issues/detail?id=1145 Looks good. Made some code simpler. -- You received this message because you are listed in the owner or CC fields of this issue, or because yo

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Updates: Status: Started Labels: NeedsReview Comment #9 on issue 1305 by fab...@fseoane.net: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 ok. i'm stupid. r.values() should be r.keys(). It works as expecte

Issue 1290 in sympy: build docs without downloading sphinx

2009-03-27 Thread codesite-noreply
Comment #1 on issue 1290 by Gael.Varoquaux: build docs without downloading sphinx http://code.google.com/p/sympy/issues/detail?id=1290 The only remark I would have is that build_sphinx might not be in the path on windows, but I guess someone clever enough to install make under windows can

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Comment #10 on issue 1305 by mattpap: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 What I meant is that we shouldn't bloat our tests with unreadable examples just for sake of fulfilling the rule, especially when the re

Issue 1331 in sympy: secondquand tests fixed

2009-03-27 Thread codesite-noreply
Comment #1 on issue 1331 by Gael.Varoquaux: secondquand tests fixed http://code.google.com/p/sympy/issues/detail?id=1331 Trivial changes. Test runs. Looks good. Approved. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this is

Issue 1351 in sympy: make Integral.subs() work

2009-03-27 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1351 by ondrej.certik: make Integral.subs() work http://code.google.com/p/sympy/issues/detail?id=1351 Fixed. Attachments: 0001-Integral._eval_subs-implemented.patch 3.5 KB -- You received this message because you are listed in t

Issue 1290 in sympy: build docs without downloading sphinx

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #2 on issue 1290 by ondrej.certik: build docs without downloading sphinx http://code.google.com/p/sympy/issues/detail?id=1290 Thanks! -- You received this message because you are listed in the owner or CC fields of thi

Issue 1331 in sympy: secondquand tests fixed

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #2 on issue 1331 by ondrej.certik: secondquand tests fixed http://code.google.com/p/sympy/issues/detail?id=1331 Thanks for the review! -- You received this message because you are listed in the owner or CC fields of this

Issue 1145 in sympy: sympy.test(): implement doctesting without the py lib

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #5 on issue 1145 by ondrej.certik: sympy.test(): implement doctesting without the py lib http://code.google.com/p/sympy/issues/detail?id=1145 (No comment was entered for this change.) -- You received this message becau

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Comment #11 on issue 1305 by ondrej.certik: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 I don't understand the thing with values/keys. I put .values() in the patch, so that I don't have to test for the whole expressio

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #14 on issue 1120 by ondrej.certik: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 (No comment was entered for this change.) -- You received this message because you

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #14 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 So how about the attached patch. Attachments: 0001-Examples-documentation-improved-with-regards-to-the.patch 2.0 KB -- You received this message because you are listed i

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Comment #12 on issue 1305 by fab...@fseoane.net: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 yes, I understood mateusz wrong. I'm +1 with the first patch (or sencond one) -- You received this message because you are

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #15 on issue 1297 by fab...@fseoane.net: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 +1, but happens to me also with debian lenny (python 2.5.2), which is stange reading #5 ... maybe some python versions append current directory to PYTHONPATH while others

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #16 on issue 1297 by andy.terrel: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 I'm +1 for the patch. -- 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 adjust your issue notif

Issue 1346 in sympy: hack from a fraction() removed

2009-03-27 Thread codesite-noreply
Comment #3 on issue 1346 by Gael.Varoquaux: hack from a fraction() removed http://code.google.com/p/sympy/issues/detail?id=1346 All tests pass. I hope that the case catered for by the code removed was covered by the tests :). If you are confident so, apply! -- You received this message becaus

Issue 1346 in sympy: hack from a fraction() removed

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #4 on issue 1346 by ondrej.certik: hack from a fraction() removed http://code.google.com/p/sympy/issues/detail?id=1346 Yes, it was some stupid hack exactly to satisfy tests. -- You received this message because you are l

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #13 on issue 1305 by ondrej.certik: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 Ok. -- You received this message because you are listed in the

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #17 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

Issue 1306 in sympy: Test the rst docs

2009-03-27 Thread codesite-noreply
Comment #7 on issue 1306 by ondrej.certik: Test the rst docs http://code.google.com/p/sympy/issues/detail?id=1306 Thanks for taking care of this one. Any progress? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #18 on issue 1297 by Gael.Varoquaux: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 This is the poor man's solution to fixing examples. People don't read READMEs. You could also have a known_failure-like function to put at the begining of an example, that wo

Issue 1351 in sympy: make Integral.subs() work

2009-03-27 Thread codesite-noreply
Comment #2 on issue 1351 by Gael.Varoquaux: make Integral.subs() work http://code.google.com/p/sympy/issues/detail?id=1351 Looks good to me. -- 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 adjust your issue

Issue 1354 in sympy: Segment.__contains__ returns invalid result for vertical segments

2009-03-27 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1354 by gwallter: Segment.__contains__ returns invalid result for vertical segments http://code.google.com/p/sympy/issues/detail?id=1354 Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) [GCC 4.0.1 (Apple Inc. build 5465)] on

Issue 1351 in sympy: make Integral.subs() work

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #3 on issue 1351 by ondrej.certik: make Integral.subs() work http://code.google.com/p/sympy/issues/detail?id=1351 (No comment was entered for this change.) -- You received this message because you are listed in the owner

Issue 1306 in sympy: Test the rst docs

2009-03-27 Thread codesite-noreply
Updates: Owner: fab...@fseoane.net Comment #8 on issue 1306 by fab...@fseoane.net: Test the rst docs http://code.google.com/p/sympy/issues/detail?id=1306 yes, i hope to have a patch for tomorrow. -- You received this message because you are listed in the owner or CC fields of this issue

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #19 on issue 1297 by fab...@fseoane.net: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 maybe put the "import sympy" inside a try block and utput info if it fails would be a good idea. try: import sympy except ImportError: print "Please install SymPy

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #20 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 it should at least print print "Please install SymPy first or run this from the sympy top directory" -- You received this message because you are listed in the owner or CC fields

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Comment #21 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 Ah, that doesn't work in some distros. :) So it should print: print "Please install SymPy first or consult examples/README for more information" -- You received this message b

Issue 1344 in sympy: recusive trigsimp implemented

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1344 by ondrej.certik: recusive trigsimp implemented http://code.google.com/p/sympy/issues/detail?id=1344 It's in. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. Y

Issue 1351 in sympy: make Integral.subs() work

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 1351 by ondrej.certik: make Integral.subs() work http://code.google.com/p/sympy/issues/detail?id=1351 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or beca

Issue 1297 in sympy: examples don't run

2009-03-27 Thread codesite-noreply
Updates: Status: Started Labels: -Milestone-Release0.6.4 Comment #22 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 Ok, both patches in. What remains to do is to implement #19 and/or #21. -- You received this message becau

Issue 1346 in sympy: hack from a fraction() removed

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1346 by ondrej.certik: hack from a fraction() removed http://code.google.com/p/sympy/issues/detail?id=1346 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Updates: Status: Started Labels: -Milestone-Release0.6.4 Comment #15 on issue 1120 by ondrej.certik: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 It now raises a NotImplementedError -- You received this message because you

Issue 1145 in sympy: sympy.test(): implement doctesting without the py lib

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 1145 by ondrej.certik: sympy.test(): implement doctesting without the py lib http://code.google.com/p/sympy/issues/detail?id=1145 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

Issue 1290 in sympy: build docs without downloading sphinx

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1290 by ondrej.certik: build docs without downloading sphinx http://code.google.com/p/sympy/issues/detail?id=1290 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this

Issue 1305 in sympy: sympy.roots not working for slightly more complicated polynomials

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #14 on issue 1305 by ondrej.certik: sympy.roots not working for slightly more complicated polynomials http://code.google.com/p/sympy/issues/detail?id=1305 I think this issue is fixed. If you disagree, please reopen it. -- You received this message becaus

Issue 1331 in sympy: secondquand tests fixed

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1331 by ondrej.certik: secondquand tests fixed http://code.google.com/p/sympy/issues/detail?id=1331 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

Issue 1342 in sympy: Calulating a series expansion hangs

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1342 by ondrej.certik: Calulating a series expansion hangs http://code.google.com/p/sympy/issues/detail?id=1342 This is now fixed. -- You received this message because you are listed in the owner or CC fields of this issue, or because you sta

Issue 1345 in sympy: trigsimp(sin(x)/cos(x)) fixed

2009-03-27 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 1345 by ondrej.certik: trigsimp(sin(x)/cos(x)) fixed http://code.google.com/p/sympy/issues/detail?id=1345 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or