Skip to content

Releases: JuliaMath/Polynomials.jl

v0.6.0

09 Nov 11:48
v0.6.0
96017b6
Compare
Choose a tag to compare

v0.6.0 (2019-11-09)

Diff since v0.5.3

Merged pull requests:

v0.5.3

10 Oct 19:16
v0.5.3
e782fd5
Compare
Choose a tag to compare

v0.5.3 (2019-10-09)

Diff since v0.5.2

Closed issues:

  • Description of degree of a (zero) polynomial on the github webpage (#171)
  • zero(Poly{T}), one(Poly{T}) (#162)
  • Calculating kth-derivative for large k leads to wrong results. (#159)
  • Wrong curve fitting with large polynomial degree (#154)

Merged pull requests:

update Polynomials

18 Jan 17:46
0f85564
Compare
Choose a tag to compare

Fix overflow issue with polyder (Issue #159)

update Polynomials

13 Sep 21:24
d6e2ac1
Compare
Choose a tag to compare
  • address type piracy issues
  • add hook for displaying coefficients with parentheses.

0.7/1.0 Compatibility Release

08 Aug 15:54
a94fed9
Compare
Choose a tag to compare
Fix more deprecations; drop Compat dep (#149)

* Fix deprecations

* Fix more deprecations; drop Compat dep

* Update travis

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.