Releases: JuliaAlgebra/DynamicPolynomials.jl
Releases · JuliaAlgebra/DynamicPolynomials.jl
v0.3.0
v0.3.0 (2019-06-26)
Closed issues:
- Failing to precompile on Julia master (#43)
Merged pull requests:
- Allow MultivariatePolynomials 0.3 (#45) (saschatimme)
v0.2.1
v0.2.1 (2019-06-04)
Closed issues:
- v0.2.0 (#42)
Merged pull requests:
- remove emptymonovec method for tuples of polyvars (#44) (lkapelevich)
v0.2.0
v0.2.0
v0.1.4
Use convert instead of constructors
v0.1.3 Fix tests
Implemented MultivariatePolynomials interface update
This implements the new name_base_indices
function.
Julia 1.0 support
v0.1.1 Update REQUIRE
Julia 0.7
- 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
Fix sum with monomial for arithmetic that change with addition
v0.0.6: Merge pull request #27 from JuliaAlgebra/bl/convert
Use convert explicitely