v1.2.1
Polynomials v1.2.1
Closed issues:
- Interpolation with many points. (#290)
- fit fails with BigFloat: MethodError: no method matching _fit (#295)
- Inconsistency in Polynomial creation based on the type of the AbstractVector argument (#302)
- Does polynomials.jl not work with Zygote? (#313)
- Excessive compilation times with v2.0 (#314)
- Conversion error? (#316)
- TypeError when printing Polynomials containing Symbolics.jl variables (#320)
Merged pull requests:
- Generalize the polynomial constructors to accept AbstractVectors as lists of coefficients (#303) (@jishnub)
- reduce allocations in polynomial sum (#304) (@jishnub)
- Immutable (#305) (@jverzani)
- add ArnoldiFit type for higher-degree fitting. Close #290 (#307) (@jverzani)
- V2.0.0 (#310) (@jverzani)
- Issue 316 (#317) (@jverzani)
- Issue ngcd (#318) (@jverzani)
- Issue 320 (#321) (@jverzani)
- adjust printing tohandle symbolic values (#324) (@jverzani)