symengine.py-v0.3.0
Major changes
- This release adds a dependency on NumPy for Lambdify functionality.
- Needs symengine v0.3.0
symengine.sympy_compatis deprecated andsymengineprovides all the functionality thatsympy_compatdid.
New functionality
- New methods,
Min, Max - oo, zoo, nan support
- CCodePrinter and ccode for printing C code.
- Support bdist_wheel
- Ability to subclass Symbol
- Simulate
sympy.functionswithsymengine.functions - ATan2 and support all hyperbolic, inverse hyperblic functions.
sympifynow parses strings and all functions take in a string and parses it.Floatclass that works similar tosympy.Float- series method now returns symengine objects by default.
- Lambdify can now output multiple objects.
Contributors for this release