Re: Issue 2103 in sympy: fix sympy's internal dependencies

2012-09-23 Thread sympy
Updates: Status: Invalid Comment #10 on issue 2103 by asmeu...@gmail.com: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Umm, what exactly is there to fix? We have some cool dependency graphs, but is there a problem somewhere? Please

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2011-08-12 Thread sympy
Comment #7 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 I played with this a little more, and got a graph of only the top level directories. Here's the command I used to create the dot file (there's also some stuff to

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2011-08-12 Thread sympy
Comment #8 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Actually, I used find sympy/ | GREP \.py$ | GREP -v tests/ | xargs sfood | sfood-cluster `LS -1 sympy | xargs -L 1 echo sympy/| tr -d ` | GREP -E

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-15 Thread sympy
Comment #3 on issue 2103 by Vinzent.Steinberg: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Well, a little... I also removed any external dependencies. Attachments: sympy-dependency-graph.pdf 152 KB -- You received this message because

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-15 Thread sympy
Comment #4 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Well, you can see some of the isolated points there in the center on the left. Those are the things we shouldn't be importing by default, if we aren't not already.

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-15 Thread sympy
Comment #5 on issue 2103 by Vinzent.Steinberg: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 - means imports. I attached the generated dot source file for clarity. Attachments: sympy-dependency-graph.dot 56.9 KB -- You received this message

Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-14 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2103 by Vinzent.Steinberg: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 I used snakefood [1] to generate a dependency graph, see the attached pdf. Attachments:

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-14 Thread sympy
Comment #1 on issue 2103 by ondrej.certik: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Not very readable to me. But looks quite complex. :) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2010-11-14 Thread sympy
Comment #2 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Wow! Can you remove the tests? I think those may be taking up a big chunk. Remove Pyglet and mpmath too. I think (hope) it should become a little more readable at