Issue 1291 in sympy: reduce the import sympy time

2009-03-24 Thread codesite-noreply
Comment #16 on issue 1291 by fab...@fseoane.net: reduce the import sympy time http://code.google.com/p/sympy/issues/detail?id=1291 I find that it would be very difficult to reduce the 10% of the time spent in sympy.core.assumptions (on the other hand, this would be eliminated when we

Issue 1341 in sympy: Sympy has pexpect dependancy

2009-03-24 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 872 Comment #1 on issue 1341 by mattpap: Sympy has pexpect dependancy http://code.google.com/p/sympy/issues/detail?id=1341 Thank you for bug report. However, this problem was already reported in issue #872. -- You received this message

Issue 1341 in sympy: Sympy has pexpect dependancy

2009-03-24 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1341 by zorg724: Sympy has pexpect dependancy http://code.google.com/p/sympy/issues/detail?id=1341 Windows XP , # 9 Feb 2009 Version 0.6.4.beta1 released the Sympy installation (with exe) is not complete, it does not carry

Issue 1342 in sympy: Calulating a series expansion hangs

2009-03-24 Thread codesite-noreply
Comment #1 on issue 1342 by docherty: Calulating a series expansion hangs http://code.google.com/p/sympy/issues/detail?id=1342 Also discussed in this thread http://groups.google.com/group/sympy/t/9befd022c87583fd The problem seems to be caused by the pattern matching in the `core/power.py`

Issue 1291 in sympy: reduce the import sympy time

2009-03-24 Thread codesite-noreply
Comment #17 on issue 1291 by Vinzent.Steinberg: reduce the import sympy time http://code.google.com/p/sympy/issues/detail?id=1291 I agree. We should definitively not spend time on optimizing the import time of the old assumptions system. On the other hand, it should be rather trivial to

Issue 1200 in sympy: tests -- filter out xfailed tests by default

2009-03-24 Thread codesite-noreply
Comment #5 on issue 1200 by fab...@fseoane.net: tests -- filter out xfailed tests by default http://code.google.com/p/sympy/issues/detail?id=1200 i too find expected_fail a better name than xfail. Also note that xfail does not seem to work with option --boxed fab...@delta02:~/dev/sympy$

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

2009-03-24 Thread codesite-noreply
Updates: Status: Accepted Cc: mattpap Labels: NeedsReview Comment #3 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 could not reproduce the problem. Maybe this

Issue 1291 in sympy: reduce the import sympy time

2009-03-24 Thread codesite-noreply
Comment #18 on issue 1291 by fab...@fseoane.net: reduce the import sympy time http://code.google.com/p/sympy/issues/detail?id=1291 yep, but to my surprise even doing this tokenize's import time is still there, and i don't know why ... -- You received this message because you are listed in

Issue 1291 in sympy: reduce the import sympy time

2009-03-24 Thread codesite-noreply
Comment #19 on issue 1291 by ondrej.certik: reduce the import sympy time http://code.google.com/p/sympy/issues/detail?id=1291 I don't have time to play with this, so I guess I'll release the last beta today and then if all is ok, make the final release. -- You received this message because

Issue 1340 in sympy: Cannot use Differential Equations

2009-03-24 Thread codesite-noreply
Updates: Status: Invalid Comment #1 on issue 1340 by mattpap: Cannot use Differential Equations http://code.google.com/p/sympy/issues/detail?id=1340 Once again thanks for bug report. This issue was fixed in:

Issue 1200 in sympy: tests -- filter out xfailed tests by default

2009-03-24 Thread codesite-noreply
Comment #6 on issue 1200 by ondrej.certik: tests -- filter out xfailed tests by default http://code.google.com/p/sympy/issues/detail?id=1200 Maybe let's get rid of those xfails altogether? It'd kind of difficult to keep it maintained for both py.test, nosetests and bin/tests. -- You

Issue 1346 in sympy: hack from a fraction removed

2009-03-24 Thread codesite-noreply
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium Milestone-Release0.6.4 NeedsReview New issue 1346 by ondrej.certik: hack from a fraction removed http://code.google.com/p/sympy/issues/detail?id=1346 Please review. -- You received this message because you are listed in

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

2009-03-24 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.4 Comment #4 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 git bisect shows that this was fixed by this commit:

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

2009-03-24 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #12 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 Fixed. It raises an exception now, until we implement a solver for it. Attachments:

Issue 1200 in sympy: tests -- filter out xfailed tests by default

2009-03-24 Thread codesite-noreply
Comment #7 on issue 1200 by Vinzent.Steinberg: tests -- filter out xfailed tests by default http://code.google.com/p/sympy/issues/detail?id=1200 I think they are too useful for removing. -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: trigsimp-two-hacks-removed

2009-03-24 Thread Ondrej Certik
On Tue, Mar 10, 2009 at 2:31 PM, Fabian Seoane fab...@fseoane.net wrote: Ondrej Certik wrote: Hi, sending a trivial patch to remove hacks from trigsimp. removing hacks is always good news, but I do not agree that sin(x)**2/cos(x)**2 is a valid answer. By definition, trigsimp will try to

[sympy] Re: Google Summer of Code 2009

2009-03-24 Thread Fredrik Johansson
On Sun, Mar 22, 2009 at 5:13 PM, asmeurer asmeu...@gmail.com wrote: * Implement the (generalized) hypergeometric differential equation and add hypergeometric functions like Bessel and Airy functions to SymPy (these functions are needed to solve many important ODEs from physics and elsewhere)

[sympy] Re: Google Summer of Code 2009

2009-03-24 Thread Fredrik Johansson
On Tue, Mar 24, 2009 at 6:10 AM, Ondrej Certik ond...@certik.cz wrote: On Mon, Mar 23, 2009 at 6:42 PM, asmeurer asmeu...@gmail.com wrote: Also, I had another question.  I had heard mentions that a résumé would be needed from other projects, but I haven't seen any explicit mention of it on

[sympy] What are you using to write tutorials?

2009-03-24 Thread Neal Becker
I'm giving a presentation on Thursday on using python for signal processing/commuications. I've started writing it using lyx/beamer. I've noticed some tutorials such as: http://code.google.com/p/sympy/wiki/PolynomialsTutorial I will want a lot of code examples in my presentation, and I like

[sympy] Re: Google Summer of Code 2009

2009-03-24 Thread asmeurer
On Mar 23, 11:10 pm, Ondrej Certik ond...@certik.cz wrote: On Mon, Mar 23, 2009 at 6:42 PM, asmeurer asmeu...@gmail.com wrote: Thanks, I look at it. Some suggestions --- try to create more specific timeline, e.g. first week I'll do this, next 3 weeks I'll do this, I will have this before the

[sympy] Re: Teaching simplify to do atan (issue 636)

2009-03-24 Thread Vinzent Steinberg
On Mar 24, 6:28 am, Ondrej Certik ond...@certik.cz wrote: On Sun, Mar 22, 2009 at 4:39 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 22 Mrz., 11:39, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: e.find() would be really useful, often you just want to find

[sympy] Need help in the development and use JMCAD

2009-03-24 Thread Yuriy
Need help in the development and use JMCAD http://jmcad.sourceforge.net/ Project Information JMCAD is an program for the modeling and simulation of complex dynamic systems. This includes the ability to construct and simulate block diagrams. The visual block diagram interface offers a simple

[sympy] Re: Curvilinear coordinates demo

2009-03-24 Thread Ondrej Certik
def TrigSimp(f):        Recursive application of sympy.trigsimp().  Works in many applications    where simple application of sympy.trigsimp() does not.        (w,g) = sympy.cse(f)    g = sympy.trigsimp(g[0])    for sub in reversed(w):        g = g.subs(sub[0],sub[1])        g =

[sympy] GSoC, Logic and sets..

2009-03-24 Thread Akshay Srinivasan
Hello, I'm planning to apply for Summer of Code this year, to work on the logic and sets. I have the following plan for the summer - Boolean Algebra /\ / \ | Set Algebra | |_ Cardinal Numbers | |_ Relations | |_ Venn Diagrams, probably use pyglet | |_ Graph Theory | |_

[sympy] Re: Curvilinear coordinates demo

2009-03-24 Thread Alan Bromborsky
Ondrej Certik wrote: def TrigSimp(f): Recursive application of sympy.trigsimp(). Works in many applications where simple application of sympy.trigsimp() does not. (w,g) = sympy.cse(f) g = sympy.trigsimp(g[0]) for sub in reversed(w): g =