Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 499 Bytes

notes-0.5.15.rst

File metadata and controls

16 lines (14 loc) · 499 Bytes

SymPy 0.5.15

24 May 2008

  • all SymPy functions support vector arguments, e.g. sin([1, 2, 3])
  • lambdify can now use numpy/math/mpmath
  • the order of lambdify arguments has changed
  • all SymPy objects are pickable
  • simplify improved and made more robust
  • broken limit_series was removed, we now have just one limit implementation
  • limits now use .nseries()
  • .nseries() improved a lot
  • Polys improved
  • Basic kronecker delta and Levi-Civita implementation