Re: Issue 3913 in sympy: Basic commands in mechanics fail on SymPy live

2013-06-28 Thread sympy
Updates: Status: Valid Labels: Live Mechanics Comment #1 on issue 3913 by asmeu...@gmail.com: Basic commands in mechanics fail on SymPy live http://code.google.com/p/sympy/issues/detail?id=3913 (No comment was entered for this change.) -- You received this message because thi

Re: Issue 3879 in sympy: Ellipse uses pyglet plotting

2013-06-28 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3879 by asmeu...@gmail.com: Ellipse uses pyglet plotting http://code.google.com/p/sympy/issues/detail?id=3879 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifica

Re: Issue 3750 in sympy: Get rid of some unnecessary commented out code with eradicate

2013-06-28 Thread sympy
Comment #2 on issue 3750 by skirpic...@gmail.com: Get rid of some unnecessary commented out code with eradicate http://code.google.com/p/sympy/issues/detail?id=3750 https://github.com/sympy/sympy/pull/2219 -- You received this message because this project is configured to send all issue no

Re: Issue 3750 in sympy: Get rid of some unnecessary commented out code with eradicate

2013-06-28 Thread sympy
Comment #1 on issue 3750 by skirpic...@gmail.com: Get rid of some unnecessary commented out code with eradicate http://code.google.com/p/sympy/issues/detail?id=3750 https://github.com/skirpichev/sympy/tree/3750-kill-comments 1.log and 2.log - output of eradicate `find [^.]* -name '*.py'|sed

Issue 3913 in sympy: Basic commands in mechanics fail on SymPy live

2013-06-28 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3913 by moorepa...@gmail.com: Basic commands in mechanics fail on SymPy live http://code.google.com/p/sympy/issues/detail?id=3913 Here is a call that raises an error. http://live.sympy.org/?evaluate=%3E%3E%3E%20from%20symp

Re: Issue 3222 in sympy: Memory problems with the cache

2013-06-28 Thread sympy
Comment #13 on issue 3222 by supp...@mooncoder.com: Memory problems with the cache http://code.google.com/p/sympy/issues/detail?id=3222 A simple yet efficient idea for the cache is employing the least-recently-used-like (LRU-like) list. Every cache "hit" moves an item to the top of the li

Issue 3912 in sympy: Order terms don't cancel correctly

2013-06-28 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Series WrongResult New issue 3912 by asmeu...@gmail.com: Order terms don't cancel correctly http://code.google.com/p/sympy/issues/detail?id=3912 In [10]: O(x) - O(x) Out[10]: O(x) In [11]: O(1/x) - O(1/x) Out[11]: ⎛1⎞ O⎜─⎟ ⎝x⎠ In

Issue 3911 in sympy: count_ops() returns 0 for logic expressions

2013-06-28 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium WrongResult Logic New issue 3911 by supp...@mooncoder.com: count_ops() returns 0 for logic expressions http://code.google.com/p/sympy/issues/detail?id=3911 import sympy sympy.sympify("a+b").count_ops() 1 sympy.sympify("a+b+c").cou

Re: Issue 3879 in sympy: Ellipse uses pyglet plotting

2013-06-28 Thread sympy
Comment #2 on issue 3879 by asmeu...@gmail.com: Ellipse uses pyglet plotting http://code.google.com/p/sympy/issues/detail?id=3879 https://github.com/sympy/sympy/pull/2216 -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 3906 in sympy: ask should check for junk input

2013-06-28 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3906 by asmeu...@gmail.com: ask should check for junk input http://code.google.com/p/sympy/issues/detail?id=3906 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue no

Re: Issue 1198 in sympy: pickle does not work for Function

2013-06-28 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Comment #28 on issue 1198 by mrock...@gmail.com: pickle does not work for Function http://code.google.com/p/sympy/issues/detail?id=1198 (No comment was entered for this change.) -- You received this message because this project is configured t

Re: Issue 3511 in sympy: SymPy is not easy_installable

2013-06-28 Thread sympy
Updates: Status: WontFix Comment #5 on issue 3511 by asmeu...@gmail.com: SymPy is not easy_installable http://code.google.com/p/sympy/issues/detail?id=3511 I don't think this can be fixed. If someone knows how to do it, let us know. The solution is to not use easy_install any more :

Re: Issue 1919 in sympy: unify behavior of var() and symbols()

2013-06-28 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Comment #30 on issue 1919 by erik.n.w...@gmail.com: unify behavior of var() and symbols() http://code.google.com/p/sympy/issues/detail?id=1919 (No comment was entered for this change.) -- You received this message because this project is confi

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2013-06-28 Thread sympy
Updates: Status: Fixed Labels: -Milestone-Release0.7.3 Comment #30 on issue 3129 by mrock...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 This is mostly fixed. -- Yo

Issue 3910 in sympy: Make is_constant smarter about mpmath exceptions

2013-06-28 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.7.3 Evalf New issue 3910 by asmeu...@gmail.com: Make is_constant smarter about mpmath exceptions http://code.google.com/p/sympy/issues/detail?id=3910 $ ./bin/test sympy/integrals/tests/test_integrals.py --seed 31

Issue 3909 in sympy: Replace Mul with mul, Add with add, etc....

2013-06-28 Thread sympy
Status: NeedsDecision Owner: CC: ondrej.c...@gmail.com, asmeu...@gmail.com Labels: Type-Defect Priority-Medium EasyToFix New issue 3909 by mrock...@gmail.com: Replace Mul with mul, Add with add, etc http://code.google.com/p/sympy/issues/detail?id=3909 We often use the classes Add, M