Skip to content

Releases: JuliaMath/Polynomials.jl

v1.0.1

04 May 22:05
afbe2db
Compare
Choose a tag to compare

Polynomials v1.0.1

Diff since v1.0.0

Closed issues:

  • Should Polynomials subtype Number ? (#173)
  • Variable name broadcasting issue (#205)
  • conversion and matrix polynomials (#207)
  • Differences between Polynomial and Poly (#208)

Merged pull requests:

v1.0.0

02 May 16:05
bb96500
Compare
Choose a tag to compare

Polynomials v1.0.0

Diff since v0.8.0

Closed issues:

  • tag 1.0? (#187)
  • Confused by the latest release (#199)
  • Minor issue with degree (#204)
  • Poly() --> Polynomial()? (#206)
  • Broadcasted evaluation over a vector of polynomials (#209)

Merged pull requests:

v0.8.0

19 Apr 22:04
ee15ca5
Compare
Choose a tag to compare

Polynomials v0.8.0

Diff since v0.7.0

Closed issues:

  • base constructor simplifications (#9)
  • Root finder for large problems (#13)
  • Implementing common polynomials (#33)
  • Package compatibility caps (#153)
  • Plotting polynomials should "just work" (#168)
  • add evalpoly for Complex (#169)
  • polyfit doesn't return the same length array as order if it is 0 (#170)
  • Thoughts on a better interface (#176)
  • polyfit example error due to missing broadcast in exp (#181)
  • Adding argument to eigvals (#184)
  • Incorrect evaluation at objects that are not numbers (#189)
  • compat for RecipesBase v1.0? (#194)
  • Degree-based polynomials (#197)
  • round function causes problems after using Polynomials (#201)

Merged pull requests:

v0.7.0

07 Apr 22:04
aa33559
Compare
Choose a tag to compare

Polynomials v0.7.0

Diff since v0.6.1

Merged pull requests:

v0.6.1

25 Feb 12:07
8484e93
Compare
Choose a tag to compare

Polynomials v0.6.1

Diff since v0.6.0

Closed issues:

  • Should polyfit accept error bars or covariance matrices? (#183)

Merged pull requests:

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