Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
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.
v0.1.4
update Polynomials
fix constructor issue; some v0.6 changes; indexing improvements; some bug fixes.
update Polynomials
This include changes to adjust for NaN
values, bug fixes, and speed ups. Also removes warnings with v0.6.