9. CHANGELOG

9.1. Release 0.5 (Feb 12, 2011)

Renamed pypol.funcs.striling_2() to pypol.funcs.striling2()

New in pypol.Polynomial:
New in pypol.roots:
New in pypol.funcs:
Changed in pypol.Polynomial.from_roots() and in pypol.funcs.from_roots():
  • Added argument var
Removed from pypol.Polynomial:
  • pypol.Polynomial.__str__()

9.2. Release 0.4 (Jan 23, 2011)

New modules:
Changes:
New in pypol.roots:
New in pypol.series:
Added in pypol.funcs:
New pypol.Polynomial methods:
Removed:
  • Polynomial.zeros()
  • pypol.funcs.fib_poly_r()
  • pypol.funcs.hermite_prob_r()
  • pypol.funcs.hermite_phys_r()

9.3. Release 0.3 (Sep 29, 2010)

Added:
Removed:
  • testpypol.run()
  • pypol.root()
  • pypol.make_polynomial()
  • pypol.Polynomial.insert()
  • pypol.Polynomial.coeff_gcd
  • pypol.Polynomial.coeff_lcm

9.5. Release 0.1 (Sep 3, 2010)

  • Initial release