Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
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
use `undef`
Small fix for adherence to v0.7.0-alpha idioms
update Polynomials
Slight change to API for functions which use isapprox
behind the scenes. The function argument names match those of isapprox
now.
v0.2.2
Julia v0.7 compatibility - lastindex/range (#135) The function `endof` is now `lastindex` and `linspace` was substituted by `range` using keyword arguments. Another change is from `reprmime` to `repr`. In some cases simply using Compat was enough. In some of the tests, the version number was explicitly called: I Compat wasn't enough.
v0.2.1: A few more tests and Compat stuff for 0.7 (#133)
* A few more tests and Compat stuff for 0.7 * Use !iszero
update Polynomials
Drop support for v0.5
some printing adjustments
Merge pull request #125 from martinholters/printpoly Extend and export printpoly
update Polynomials
adjust defn of eltype
to prevent wider spread breakage.