Skip to content

Releases: JuliaMath/Polynomials.jl

update Polynomials

09 Jul 16:10
1c2c796
Compare
Choose a tag to compare
  • 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

29 Jun 13:38
1c2c796
Compare
Choose a tag to compare
  • 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

07 Jun 16:15
723fc07
Compare
Choose a tag to compare
Merge pull request #139 from jverzani/bump_compat

bump compat for undef

use `undef`

06 Jun 18:44
8632f05
Compare
Choose a tag to compare

Small fix for adherence to v0.7.0-alpha idioms

update Polynomials

09 Apr 20:37
ec819d8
Compare
Choose a tag to compare

Slight change to API for functions which use isapprox behind the scenes. The function argument names match those of isapprox now.

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.