andreasnoack / FastPolynomialRoots.jl

Fast and backward stable computation of roots of polynomials in Julia
MIT License
15 stars 4 forks source link

Make Polynomials a dependency and stop using Requires #16

Closed andreasnoack closed 4 years ago

andreasnoack commented 4 years ago

With version 0.7 of Polynomials, the Poly struct was renamed to Polynomial. Hence we'll switch to the new name and make Polynomials a proper dependency to make sure that the version bound applies.