Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v1.1.1
v1.1.0
Polynomials v1.1.0
Closed issues:
- Polynomial(1, :x) == Polynomial(1, :y) still not working (#219)
Merged pull requests:
v1.0.6
v1.0.5
Polynomials v1.0.5
Closed issues:
- Enhancements of == and ≈ would be desirable to compare constant polynomials (#217)
Merged pull requests:
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: