Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v0.7.0
Polynomials v0.7.0
Merged pull requests:
- Abstracting Polynomials (#179) (@mileslucas)
- add support for newer recipesbase version (#190) (@SimonDanisch)
- Miles lucas refactor delta (#196) (@jverzani)
v0.6.1
Polynomials v0.6.1
Closed issues:
- Should polyfit accept error bars or covariance matrices? (#183)
Merged pull requests:
- Install TagBot as a GitHub Action (#191) (@JuliaTagBot)
- update RecipesBase compat (#192) (@asinghvi17)
- version bump [ci skip] (#193) (@jverzani)
v0.6.0
v0.6.0 (2019-11-09)
Merged pull requests:
v0.5.3
v0.5.3 (2019-10-09)
Closed issues:
- Description of degree of a (zero) polynomial on the github webpage (#171)
- zero(Poly{T}), one(Poly{T}) (#162)
- Calculating kth-derivative for large k leads to wrong results. (#159)
- Wrong curve fitting with large polynomial degree (#154)
Merged pull requests:
- Update Project.toml (#180) (jverzani)
- Fix docs (#178) (mileslucas)
- Move to Pkg 1.0 compliant Project.toml (#177) (mileslucas)
- Corrected outputs of the degree() function in README.md: (#172) (hurak)
- Superscript for HTML, combined
printexponent
(#166) (hamzaelsaawy) - Added plot recipe (#165) (hotplot)
- printpoly api changes and exponent offset for printing (#164) (hamzaelsaawy)
update Polynomials
Fix overflow issue with polyder
(Issue #159)
update Polynomials
- address type piracy issues
- add hook for displaying coefficients with parentheses.
0.7/1.0 Compatibility Release
Fix more deprecations; drop Compat dep (#149) * Fix deprecations * Fix more deprecations; drop Compat dep * Update travis
update Polynomials
- breaking change: defines the zero polynomial to have degree -1, matching AbstractAlgebra.jl convention
- Fixes warnings and iteration protocol for v0.7
- adjustments to polyfit to loosen array type of arguments, documentation improvements
update Polynomials
- Fixes warnings and iteration protocol for v0.7
- defines the zero polynomial to have degree -1, matching AbstractAlgebra.jl convention
- adjustments to polyfit to loosen array type of arguments, documentation improvements
bump compat version
Merge pull request #139 from jverzani/bump_compat bump compat for undef