Hi,

I used sympy in a very nice project: https://github.com/louisabraham/geopt/.

Evaluating operation DAGs on big inputs was very costly, but I managed to 
overcome it in a few lines of code thanks to 2 features of sympy:
- symbolic reduction
- numexpr integration

Sympy was really of great help, and I hoped it could be a motivating 
example to put in the "Projects using SymPy" section of the homepage 
(http://www.sympy.org/en/index.html).

Besides, I am eager to receive your comments about how I handled the 
complex and infinity border cases over the different backends. The entry 
point is 
here: https://github.com/louisabraham/geopt/blob/master/geopt/trees.py#L103

Best,

Louis

-- 
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, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/741284fa-2ccf-4237-a9de-14e22b555966%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to