Hi,

Here is the final version of my binary operator priority branch:

http://github.com/ellisonbg/sympy/tree/priority

To address comments I have:

* Created a decorator @call_highest_priority that is in
sympy.core.decorators to encapsulate the logic.
* Added documentation and tests.
* On my system the test suite slows down only 1-2% with this patch.  It is
important to remember that this patch will allow the creation of custom
Mul/Add/Pow classes for things like non-commutative entities.  In the
long run, this will simplify the existing Mul/Add/Pow classes and speed
things up.

I would like to merge this soon if possible.

Cheers,

Brian

-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgran...@calpoly.edu
elliso...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to