Releases: JuliaAlgebra/MultivariatePolynomials.jl
Releases · JuliaAlgebra/MultivariatePolynomials.jl
v0.3.4
v0.3.3
v0.3.3 (2019-12-16)
Merged pull requests:
v0.3.2
v0.3.2 (2019-08-31)
Closed issues:
- Adjoint of polynomials and complex numbers (#116)
Merged pull requests:
- Add variable_union_type (#120) (blegat)
- Zero and one should return RationalPoly (#119) (ahumenberger)
- Add missing methods for RationalPoly (#117) (ahumenberger)
v0.3.1
v0.3.0
v0.3.0 (2019-06-26)
Breaking changes:
- Previously
differentiate([f1,f2], [x,y,z])
would have resulted in a 3 by 2 matrix where each column contains the three partial derivatives. Now it is the more common version where the result is a 2 by 3 matrix and each row contains the partial derivatives (#108)
Merged pull requests:
- Bump version to 0.3.0 (#114) (saschatimme)
- Fix differentiate of AbstractArrays (#108) (saschatimme)
v0.2.9
v0.2.9 (2019-06-07)
Merged pull requests:
- Switch to Project.toml + bump version (#113) (saschatimme)
- Add coefficient(p, vars, monomial) (#112) (saschatimme)
Improve conversion
v0.2.8 ⬆️ DP v0.1.3
v0.2.7
Small improvements
Some small quality of life improvements.
Conversion fixes
Fix conversion of polynomial to arbitrary type (#101)