Skip to content

Releases: symengine/symengine.py

symengine.py-v0.3.0.rc0

25 Jun 10:18
Compare
Choose a tag to compare
Pre-release

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

symengine.py v0.2.0

26 Sep 13:30
Compare
Choose a tag to compare

See README.md for instructions