Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v1.0.4
Polynomials v1.0.4
Closed issues:
- Small correction to polynomial addition is still needed (#215)
Merged pull requests:
v1.0.3
v1.0.2
Polynomials v1.0.2
Merged pull requests:
- fix docs plotting warning message (#211) (@mileslucas)
- version bump (#212) (@jverzani)
v1.0.1
v1.0.0
Polynomials v1.0.0
Closed issues:
- tag 1.0? (#187)
- Confused by the latest release (#199)
- Minor issue with degree (#204)
- Poly() --> Polynomial()? (#206)
- Broadcasted evaluation over a vector of polynomials (#209)
Merged pull requests:
- WIP: version 1 (#198) (@jverzani)
- fix some docstrings and docs issues (#203) (@mileslucas)
v0.8.0
Polynomials v0.8.0
Closed issues:
- base constructor simplifications (#9)
- Root finder for large problems (#13)
- Implementing common polynomials (#33)
- Package compatibility caps (#153)
- Plotting polynomials should "just work" (#168)
- add evalpoly for Complex (#169)
- polyfit doesn't return the same length array as order if it is 0 (#170)
- Thoughts on a better interface (#176)
- polyfit example error due to missing broadcast in exp (#181)
- Adding argument to eigvals (#184)
- Incorrect evaluation at objects that are not numbers (#189)
- compat for RecipesBase v1.0? (#194)
- Degree-based polynomials (#197)
- round function causes problems after using Polynomials (#201)
Merged pull requests:
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)