Re: Action Verbs Patch

2010-07-11 Thread Aaron S. Meurer
On Jul 11, 2010, at 6:22 PM, Vinzent Steinberg wrote: 2010/4/20 Addison Cugini ajcug...@gmail.com: Vincent, I added a tester method in test_expr.py for the patch and added the missing functions. I can't get the document attribute to copy as suggested without causing circular importation

Re: Action Verbs Patch

2010-07-11 Thread Vinzent Steinberg
2010/7/12 Aaron S. Meurer asmeu...@gmail.com: I didn't see this before I commented on that issue.  I think if we are going to have a .nsimplify() method, that we should rewrite it to do the recursion and rewrite nsimplify() to call it.  Like with N() and .evalf(). This is exactly what I

Action Verbs Patch

2010-04-19 Thread Addison Cugini
Per the issue here: http://groups.google.com/group/sympy/browse_thread/thread/59e5dfb987963204/eca6fd634?pli=1 I have created methods which allows 'action verbs' to be called both as global functions and as methods. Any suggestions you have would be appreciated! --Addison Cugini -- You

Re: Action Verbs Patch

2010-04-19 Thread Vinzent Steinberg
2010/4/19 Addison Cugini ajcug...@gmail.com: Per the issue here: http://groups.google.com/group/sympy/browse_thread/thread/59e5dfb987963204/eca6fd634?pli=1 I have created methods which allows 'action verbs' to be called both as global functions and as methods. Any suggestions you have would

Re: Action Verbs Patch

2010-04-19 Thread Addison Cugini
Vincent, I added a tester method in test_expr.py for the patch and added the missing functions. I can't get the document attribute to copy as suggested without causing circular importation (I have to import the global function above the class which in turn imports expr, ad infinitum). This