Releases: JuliaAlgebra/MultivariatePolynomials.jl
Releases · JuliaAlgebra/MultivariatePolynomials.jl
v0.4.7
MultivariatePolynomials v0.4.7
Closed issues:
- JuliaCon talk (#216)
Merged pull requests:
- Add default term and polynomial representations (#199) (@blegat)
- Speedup for content (#200) (@blegat)
- Specialize on function type (#208) (@blegat)
- Avoid closure for operate! on +/- (#209) (@blegat)
- Zero-allocation terms/coefficients/monomials for AbstractTermLike (#210) (@blegat)
- Exploit mutability in gcd (#217) (@blegat)
- Use promote_operation for subs in isolate_variable (#218) (@blegat)
- Fixed a typo ('vector' instead of 'vetor') (#220) (@valterschutz)
- Fixed two typos in polynomial.jl (on on -> on) (#221) (@valterschutz)
- Fix typo (#222) (@valterschutz)
- Fix printing of coefficients in LaTeX (#223) (@blegat)
- Remove allocations of isapproxzero (#224) (@blegat)
- Reverse monomial order (#225) (@blegat)
- Fixes suggested by VSCode (#226) (@blegat)
- Add harder monomials test (#227) (@blegat)
- Replace sum by reduce for Julia v1.6 (#228) (@blegat)
- Add test/Project.toml (#232) (@blegat)
- Ignore .vscode folder (#233) (@blegat)
- Use DynamicPolynomials#master (#234) (@blegat)
- 0-allocation mutable rem (#235) (@blegat)
- Zero allocation univariate gcd with Int (#237) (@blegat)
- Add flatten_variable (#238) (@blegat)
- Zero-allocation isone (#239) (@blegat)
- Fix substitution signature (#242) (@blegat)
v0.4.6
v0.4.5
v0.4.4
v0.4.3
MultivariatePolynomials v0.4.3
Closed issues:
- tests fail on Julia v1.7.0 (#187)
Merged pull requests:
v0.4.2
MultivariatePolynomials v0.4.2
Merged pull requests:
v0.4.1
v0.4.0
MultivariatePolynomials v0.4.0
Closed issues:
- should
promote_type
ever error? (#170) gcd((d + g*d), (d^2))
fails (#173)- No method for div(::Poly, ::Integer) (#179)
Merged pull requests:
- Update det.jl (#168) (@Timeroot)
- Narrow
convert
methods to reduce invalidations (#172) (@timholy) - Fix deflection of monomial (#174) (@blegat)
- Fix gcd with zero (#177) (@blegat)
- Implement univariate extended gcd (#178) (@blegat)
- Implement div with Number (#180) (@blegat)
- Update to MutableArithmetics v0.3 (#181) (@blegat)
v0.3.18
MultivariatePolynomials v0.3.18
Closed issues:
- Failure in promotion with AbstractPolynomialLike (#165)
Merged pull requests:
v0.3.17
MultivariatePolynomials v0.3.17
Merged pull requests: