Releases: andreasnoack/FastPolynomialRoots.jl
Releases · andreasnoack/FastPolynomialRoots.jl
v1.0.2
FastPolynomialRoots v1.0.2
Closed issues:
- Missing working methods after
Polynomials.roots()
is overwritten (#19)
Merged pull requests:
- CompatHelper: bump compat for Polynomials to 3, (keep existing compat) (#20) (@github-actions[bot])
- Fit integer method and tests (#21) (@andreasnoack)
v1.0.1
FastPolynomialRoots v1.0.1
Merged pull requests:
- Update
[compat]
for Polynomials.jl (#18) (@singularitti)
v1.0.0
FastPolynomialRoots v1.0.0
Closed issues:
- Possible to optimize over many different constant terms? (#2)
- Reimplement in pure Julia? (#4)
- Fix readme clone instructions (#9)
- Problem installing under 1.4.0 (#10)
- Use _jll binaries instead of building from source (#12)
- Problem installing under Windows (#13)
Merged pull requests:
- Compatibility with other packages (#1) (@MikaelSlevinsky)
- Use Requires and add testing (#5) (@andreasnoack)
- Adjust .travis.yml (#6) (@andreasnoack)
- Update README and overwrite Polynomials.roots (#7) (@andreasnoack)
- Adjust travis path (#8) (@andreasnoack)
- Update to Julia 1.0 (#11) (@andreasnoack)
- Switch to jll (#14) (@andreasnoack)
- update README.md (#15) (@jverzani)
- Make Polynomials a dependency and stop using Requires (#16) (@andreasnoack)