PolynomialRoots.jl Versions Save

Fast complex polynomial root finder, with support for arbitrary precision calculations

v1.0.0

3 years ago

PolynomialRoots v1.0.0

Diff since v0.2.0

Closed issues:

  • roots has issue finding the root of a polynomial with degree 14 (#7)
  • PolynomialRoots Not found in Julia 1.0.1 (#8)
  • Problem when last coefficient is not zero. (#11)

Merged pull requests:

  • Use AbstractVector instead of Vector (#10) (@giordano)
  • Truncate polynomial if it has zeros in the trailing elements (#12) (@giordano)
  • Update README.md (#14) (@Moelf)
  • Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
  • fix type errors (#20) (@lkapelevich)

v0.2.0

5 years ago

Breaking Changes

  • Julia 0.7 is required. Support for previous versions was dropped.