Re: [sympy] Sympy multiprocessing

2015-02-20 Thread Francesco Bonazzi
On Friday, February 20, 2015 at 4:21:34 AM UTC+1, Aaron Meurer wrote: because SymPy has several issues with pickle ( https://github.com/sympy/sympy/search?q=pickleref=cmdformstate=opentype=Issues

[sympy] Stop long-running function

2015-02-20 Thread Paul Royik
Is there any way to stop long running function? Simplify sometimes runs too long. I want to terminate it after 30 seconds. Thank you. -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group and stop receiving emails from it,

Re: [sympy] Stop long-running function

2015-02-20 Thread Paul Royik
I mean in program, not in command window. On Saturday, February 21, 2015 at 1:08:10 AM UTC+2, Jason Moore wrote: ctrl-C will terminate a running command. Jason moorepants.info +01 530-601-9791 On Fri, Feb 20, 2015 at 2:53 PM, Paul Royik distan...@gmail.com javascript: wrote: Is there

Re: [sympy] Stop long-running function

2015-02-20 Thread Jason Moore
Maybe this: http://stackoverflow.com/questions/366682/how-to-limit-execution-time-of-a-function-call-in-python Jason moorepants.info +01 530-601-9791 On Fri, Feb 20, 2015 at 3:12 PM, Paul Royik distantjob...@gmail.com wrote: I mean in program, not in command window. On Saturday, February

[sympy] ANN: SciPy Latin América 2015 - Call for Proposals

2015-02-20 Thread Raniere Silva
*Call for Proposals* *SciPy Latin América 2015*, the third annual Scientific Computing with Python Conference, will be held this *May 20-22* in *Posadas, Misiones, Argentina*. SciPy is a community dedicated to the advancement of scientific computing through open source Python software for

Re: [sympy] Stop long-running function

2015-02-20 Thread Jason Moore
ctrl-C will terminate a running command. Jason moorepants.info +01 530-601-9791 On Fri, Feb 20, 2015 at 2:53 PM, Paul Royik distantjob...@gmail.com wrote: Is there any way to stop long running function? Simplify sometimes runs too long. I want to terminate it after 30 seconds. Thank

Re: [sympy] Stop long-running function

2015-02-20 Thread Sudhanshu Mishra
Great! I never saw this PR. There's not much discussion about it there. On Sat, Feb 21, 2015 at 5:30 AM, Aaron Meurer asmeu...@gmail.com wrote: See also https://github.com/sympy/sympy/pull/8297 and https://github.com/sympy/sympy/pull/8295. Aaron Meurer On Fri, Feb 20, 2015 at 5:59 PM,

Re: [sympy] Re: Anyone know why I don't get symbolic results by default?

2015-02-20 Thread Aaron Meurer
If you use isympy, you can use isympy -i or isympy -I. Aaron Meurer On Fri, Feb 20, 2015 at 7:56 PM, Andre Yonadam agy2...@gmail.com wrote: I was still wondering if there was anyway to change it so the SymPy handles the default data types or a way for Sympy to handle all the calculations

Re: [sympy] Stop long-running function

2015-02-20 Thread Sudhanshu Mishra
Perhaps this would be a good addition to functions like `solve`, `simplify`, `integrate`, etc. A parameter, maybe `max_time`, would take no. of seconds as input and stop the respective execution when it hits the max. On Sat, Feb 21, 2015 at 5:07 AM, Jason Moore moorepa...@gmail.com wrote: Maybe

Re: [sympy] Stop long-running function

2015-02-20 Thread Aaron Meurer
See also https://github.com/sympy/sympy/pull/8297 and https://github.com/sympy/sympy/pull/8295. Aaron Meurer On Fri, Feb 20, 2015 at 5:59 PM, Sudhanshu Mishra mrsu...@gmail.com wrote: Perhaps this would be a good addition to functions like `solve`, `simplify`, `integrate`, etc. A parameter,

[sympy] Re: Anyone know why I don't get symbolic results by default?

2015-02-20 Thread Andre Yonadam
I was still wondering if there was anyway to change it so the SymPy handles the default data types or a way for Sympy to handle all the calculations symbolically automatically. For example I can do print(latex((Integer(1)/Integer(3 to get the desired output, but without the Integer it

Re: [sympy] Forming and solving simple physics equation systems

2015-02-20 Thread Ondřej Čertík
On Fri, Feb 20, 2015 at 9:57 AM, Petr Baudis pa...@ucw.cz wrote: On Thu, Feb 19, 2015 at 02:43:51PM -0700, Ondřej Čertík wrote: On Thu, Feb 19, 2015 at 5:35 AM, Petr Baudis pa...@ucw.cz wrote: On Wed, Feb 18, 2015 at 11:01:54AM -0600, Aaron Meurer wrote: On Tue, Feb 17, 2015 at 10:41 PM,

Re: [sympy] Forming and solving simple physics equation systems

2015-02-20 Thread Petr Baudis
On Thu, Feb 19, 2015 at 02:43:51PM -0700, Ondřej Čertík wrote: On Thu, Feb 19, 2015 at 5:35 AM, Petr Baudis pa...@ucw.cz wrote: On Wed, Feb 18, 2015 at 11:01:54AM -0600, Aaron Meurer wrote: On Tue, Feb 17, 2015 at 10:41 PM, Petr Baudis pa...@ucw.cz wrote: So one curious observation I have

Re: [sympy] Re: GSoC Organization Application

2015-02-20 Thread Ondřej Čertík
Hi Sachin, On Thu, Feb 19, 2015 at 3:56 AM, Sachin Joglekar srjoglekar...@gmail.com wrote: Sorry to be a little late folks! Added my name in the potential mentors list for projects related to sympy.vector or physics.vector! Thanks! I updated the application (both wiki and Melange). Ondrej --