Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v2.0.5
v2.0.4
Polynomials v2.0.4
Closed issues:
- Allow evaluation of Chebyshev polynomials outside of their domain (#326)
Merged pull requests:
v2.0.3
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)
v2.0.2
Polynomials v2.0.2
Closed issues:
- TypeError when printing Polynomials containing Symbolics.jl variables (#320)
Merged pull requests:
v2.0.1
v2.0.0
v1.2.0
v1.1.13
Polynomials v1.1.13
Merged pull requests:
- Support BigFloat polynomials (#297) (@michakraus)
- try github actions for CI (#298) (@jverzani)