Releases: JuliaAlgebra/MultivariatePolynomials.jl
Releases · JuliaAlgebra/MultivariatePolynomials.jl
v0.5.0
MultivariatePolynomials v0.5.0
Closed issues:
Merged pull requests:
- Antidifferentiation (primitive) (#230) (@bmxam)
- Add monomial order (#231) (@blegat)
- Rename _div into div_multiple (#241) (@blegat)
- Add test for unsorted variables in monomials (#243) (@blegat)
- Better printing of floating point coefficients (#244) (@blegat)
- Fix oneunit for RationalPoly (#246) (@blegat)
- Fix method ambiguity with RationalPoly (#247) (@blegat)
- remove piracy from promote_rule (#248) (@vtjnash)
- Large renaming (#251) (@blegat)
- Fix term multiplication for CondensedMatterSOS (#252) (@blegat)
- Make LazyMap and AbstractVector (#253) (@blegat)
- Add format action (#254) (@blegat)
- Fixes for CondensedMatterSOS (#255) (@blegat)
- Test all Julia versions on 32 bits (#256) (@blegat)
- Compare with type (#257) (@blegat)
- Add compare_monomials (#258) (@blegat)
- Fix show with LaTeX coefficients (#259) (@blegat)
- Fix unicode check for ( and ) (#260) (@blegat)
- Fix promote_operation for * with rationals (#261) (@blegat)
- Automatic exports (#262) (@blegat)
- Add Subresultant algorithm (#264) (@blegat)
- Fix promotion with polynomial coefficient (#266) (@blegat)
- Fixes for SIMDPolynomials (#267) (@blegat)
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: