andreasnoack / FastPolynomialRoots.jl

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

Update `[compat]` for Polynomials.jl #18

Closed singularitti closed 4 years ago

singularitti commented 4 years ago

Polynomials.jl has been updated to v1.0.4. And current [compat] is blocking updating it. Is there special consideration for it? I have run the tests on v1.0.4, it works, though.

andreasnoack commented 4 years ago

No. I simply had forgotten to install CompatHelper. Thanks for the PR.