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)