PolynomialRoots v1.0.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)