symengine.py v0.2.0 has been released. You can try it out by doing conda install python-symengine -c symengine -c conda-forge
or if you are on ubuntu 14.04 or 15.10 or 16.04 add-apt-repository ppa:symengine/ppa apt-get update apt-get install python-symengine # or python3-symengine if using python3 You can also install via pip if you have libsymengine and other dependencies installed. See README.md <https://github.com/symengine/symengine.py/blob/master/README.md> for more info. This version has a sympy compatibility layer you can import by doing from symengine.sympy_compat import * We also have an experimental setup for using symengine within sympy. By setting env var USE_SYMENGINE=1, sympy.physics.mechanics will switch to using symengine as the backend instead of sympy once PR#11002 <https://github.com/sympy/sympy/pull/11002> is merged in. We hope to get more submodules to optionally use symengine. Please let us know if you run into any trouble installing or using symengine. Regards, Isuru Fernando -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CA%2B01voN3RUJTBeWJ92jB%2BR2%3DB6nGpJZdgzkLjvHCXjh%2BcNbb6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
