Major changes
- This release adds a dependency on NumPy for Lambdify functionality.
- Needs symengine v0.3.0
- `symengine.sympy_compat` is deprecated and `symengine` provides all the functionality that `sympy_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` with `symengine.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 to `sympy.Float`
- series method now returns symengine objects by default.
- Lambdify can now output multiple objects.
Contributors for this release
- isuruf
- certik
- bjodah
- mattwala
- ShikharJ