Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-15 Thread sympy
Comment #2 on issue 2101 by Maurice.Bremond: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 If I try compiling \\begin{cases} x & \\text{for}\\: x < 0 0 & \\text{for}\\: 0 \\leq x \\end{cases}, I get "Misaligned alignm

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 y

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 mes

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

2010-11-15 Thread sympy
Comment #6 on issue 2103 by Vinzent.Steinberg: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 The isolated points on the left are GA, some parsers, and they are not imported at all. See the svg, Inkscape scales well enough to display it. Attachments