symengine.py-v0.3.0.rc0
Pre-release
Pre-release
Major changes
- This release adds a dependency on NumPy for Lambdify functionality.
- Needs symengine v0.3.0
symengine.sympy_compat
is deprecated andsymengine
provides all the functionality thatsympy_compat
did.
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.functions
withsymengine.functions
- ATan2 and support all hyperbolic, inverse hyperblic functions.
sympify
now parses strings and all functions take in a string and parses it.Float
class that works similar tosympy.Float
- series method now returns symengine objects by default.
- Lambdify can now output multiple objects.
Contributors for this release