Skip to content

v0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 19:31
· 17 commits to master since this release
4c59103

DynamicPolynomials v0.5.3

Diff since v0.5.2

Closed issues:

  • Converting polynomial coefficients into Integer? (#140)
  • ArgumentError: There should be as many variables as exponents (#141)
  • Is conversion from number to Polynomial supposed to work? (#143)

Merged pull requests:

  • Support VT("name") where VT::Type{<:Variable} (#137) (@timholy)
  • Fix mutation of power of monomial (#142) (@blegat)