Skip to content

Releases: JuliaAlgebra/DynamicPolynomials.jl

v0.3.1

19 Jul 23:33
v0.3.1

Choose a tag to compare

v0.3.1 (2019-07-19)

Diff since v0.3.0

Closed issues:

  • Undefined behavior for incomplete evaluations (#30)

Merged pull requests:

  • Throw if not all variables are set (#46) (blegat)

v0.3.0

27 Jun 09:47
v0.3.0
e8dddb3

Choose a tag to compare

v0.3.0 (2019-06-26)

Diff since v0.2.1

Closed issues:

  • Failing to precompile on Julia master (#43)

Merged pull requests:

v0.2.1

04 Jun 20:35
v0.2.1

Choose a tag to compare

v0.2.1 (2019-06-04)

Diff since v0.2.0

Closed issues:

Merged pull requests:

  • remove emptymonovec method for tuples of polyvars (#44) (lkapelevich)

v0.2.0

02 May 12:36

Choose a tag to compare

v0.2.0

v0.1.4

07 Mar 14:05

Choose a tag to compare

Use atol as default ztol in isapprox

Use convert instead of constructors

20 Feb 09:56

Choose a tag to compare

Implemented MultivariatePolynomials interface update

23 Aug 12:47
2a03f8e

Choose a tag to compare

This implements the new name_base_indices function.

Julia 1.0 support

08 Aug 15:55
0dbae9e

Choose a tag to compare

v0.1.1

Update REQUIRE

Julia 0.7

07 Aug 11:54
f31c81d

Choose a tag to compare

  • This updates DynamicPolynomials to run on 0.7-rc2 without any deprecation warnings. Support for 0.6 is dropped.
  • Changes the behaviour of @polyvar to always return a tuple of the declared variables.

v0.0.7: Merge pull request #28 from JuliaAlgebra/bl/coeftypeplus

29 Jun 14:59
fdfe477

Choose a tag to compare

Fix sum with monomial for arithmetic that change with addition