Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v1.1.5
Polynomials v1.1.5
Diff since v1.1.4
Closed issues:
- Bug in coeffs for LaurentPolynomial (#252)
Merged pull requests:
- Added roots() for LaurentPolynomial type. (#251) (@hurak)
v1.1.4
Polynomials v1.1.4
Diff since v1.1.3
Closed issues:
- gcd failure (#240)
- Polynomials.fit causing LinearAlgebra.LAPACKException error on one computer (#244)
- Broken dependencies (#248)
Merged pull requests:
v1.1.2
Polynomials v1.1.2
Diff since v1.1.1
Closed issues:
- divrem - wrong output for remainder (#235)
- P(s::Number) (#237)
Merged pull requests:
v1.1.1
Polynomials v1.1.1
Diff since v1.1.0
Closed issues:
- Bug in fit function (#224)
- Adjoint of a polynomial not supported (#225)
- LATEST Documentation actually directs to the old POLY version (#227)
- Error in trying to use an iterator in fit() (#228)
Merged pull requests:
v1.1.0
Polynomials v1.1.0
Diff since v1.0.6
Closed issues:
- Polynomial(1, :x) == Polynomial(1, :y) still not working (#219)
Merged pull requests:
- V1.1.0: change eltype(::Type{Polynomial}); improve ImmutablePolynomial; clean up (#222) (@jverzani)
- adjust isapprox to match usage with Vector{T} (#223) (@jverzani)
- closes issue #214; close issue #215; adjust register macros (#226) (@jverzani)
v1.0.5
Polynomials v1.0.5
Diff since v1.0.4
Closed issues:
- Enhancements of == and ≈ would be desirable to compare constant polynomials (#217)
Merged pull requests:
- add new function check_same_variable which checks non-constant polyno… (#218) (@jverzani)
v1.0.4
Polynomials v1.0.4
Diff since v1.0.3
Closed issues:
- Small correction to polynomial addition is still needed (#215)
Merged pull requests:
v1.0.3
Polynomials v1.0.3
Diff since v1.0.2
Closed issues:
- Supporting polynomial matrix operations (#213)
Merged pull requests:
- close #213; update tests; fix bug in isconstant for SparsePolynomials (#214) (@jverzani)