Releases: JuliaAlgebra/MultivariatePolynomials.jl
Releases · JuliaAlgebra/MultivariatePolynomials.jl
v0.5.13
MultivariatePolynomials v0.5.13
Merged pull requests:
- refactor: move ChainRulesCore to an extension (#345) (@AayushSabharwal)
v0.5.12
MultivariatePolynomials v0.5.12
Merged pull requests:
- fix: handle non-concrete polynomials in
polynomial_merge!
(#339) (@AayushSabharwal)
v0.5.11
MultivariatePolynomials v0.5.11
Merged pull requests:
- Add ordering for a vector of variables (#327) (@blegat)
- Define monomial constructor (#328) (@blegat)
- feat: support GCD for non-concrete polynomial types (#338) (@AayushSabharwal)
- fix: fix GCD of complex coefficient polynomials (#340) (@AayushSabharwal)
- Disable nightly (#342) (@blegat)
- Fix type instability for exponent iterator with no variable (#343) (@blegat)
v0.5.10
MultivariatePolynomials v0.5.10
Merged pull requests:
- Add Julia pre in ci (#323) (@blegat)
- Implement issymmetric and ishermitian (#324) (@blegat)
- Remove unused argument (#326) (@blegat)
- Fix typo in comment (#331) (@blegat)
- fix: fix stack overflow when
convert
ingTerm
to non-concrete coefficient type (#332) (@AayushSabharwal) - fix: fix comparison involving
NaN
(#334) (@AayushSabharwal) - Update DataStructures to v0.19 (#337) (@blegat)
Closed issues:
isequal
gives incorrect results forNaN
(#333)
v0.5.9
v0.5.8
MultivariatePolynomials v0.5.8
Merged pull requests:
- fix malformed citation.bib file (#304) (@mainrs)
- fix Vararg comment (#306) (@oscardssmith)
- fix typos in docs for monomials (#309) (@azoviktor)
- Use codecov token (#311) (@blegat)
- Add exponent iterator (#312) (@blegat)
- Update format_check (#313) (@blegat)
- Move implementation tests to subdirectories (#314) (@blegat)
- Simplify comparison (#315) (@blegat)
- Fix fallback for monomials (#316) (@blegat)
- Deprecate compare (#317) (@blegat)
- Remove ordering from cmp (#319) (@blegat)
Closed issues:
- Promote Variables (#55)
v0.5.7
MultivariatePolynomials v0.5.7
Merged pull requests:
Closed issues:
- Substitution with BigFloats (#302)
v0.5.6
MultivariatePolynomials v0.5.6
Merged pull requests:
- Adjust complex-valued functionality for DP changes (#300) (@projekter)
- Use terms explicitly in conj (#301) (@blegat)
v0.5.5
MultivariatePolynomials v0.5.5
Merged pull requests:
- Add substitution test failing for DynamicPolynomials (#274) (@blegat)
- Update to Documenter v1 (#275) (@blegat)
- Fix degree_complex (#292) (@projekter)
- Move gcd tests to separate file (#295) (@blegat)
- Promote integer to rational for division (#296) (@blegat)
- Fix constructors in order docstrings (#297) (@blegat)
- Improve docs for division (#299) (@blegat)