Skip to content

Releases: JuliaMath/Polynomials.jl

v0.2.2

23 Mar 20:24
Compare
Choose a tag to compare
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)

22 Jan 22:40
Compare
Choose a tag to compare
* A few more tests and Compat stuff for 0.7

* Use !iszero

update Polynomials

05 Jan 13:38
d53401c
Compare
Choose a tag to compare

Drop support for v0.5

some printing adjustments

04 Aug 15:27
Compare
Choose a tag to compare
Merge pull request #125 from martinholters/printpoly

Extend and export printpoly

update Polynomials

31 Mar 12:03
Compare
Choose a tag to compare

adjust defn of eltype to prevent wider spread breakage.

v0.1.4

28 Mar 03:14
Compare
Choose a tag to compare
Reformat docstrings and add Documenter docs (#115)

update Polynomials

03 Mar 14:15
Compare
Choose a tag to compare

fix constructor issue; some v0.6 changes; indexing improvements; some bug fixes.

update Polynomials

31 Dec 21:25
Compare
Choose a tag to compare

This include changes to adjust for NaN values, bug fixes, and speed ups. Also removes warnings with v0.6.