Skip to content

Releases: JuliaAlgebra/MultivariatePolynomials.jl

v0.4.5

08 Apr 01:52
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.5

Diff since v0.4.4

Closed issues:

  • Extract monomial ordering (#189)

Merged pull requests:

v0.4.4

18 Mar 21:18
0d3ee07
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.4

Diff since v0.4.3

Closed issues:

  • gcd fails i1 == i2 assertion (#195)

Merged pull requests:

  • Fix gcd edge case with different variables (#196) (@blegat)
  • Add test for indexing with vector of boolean (#197) (@blegat)

v0.4.3

27 Feb 01:21
522ad02
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.3

Diff since v0.4.2

Closed issues:

  • tests fail on Julia v1.7.0 (#187)

Merged pull requests:

  • add ordering.jl (#190) (@sumiya11)
  • Change default of algebraic structure to field (#192) (@blegat)
  • CompatHelper: bump compat for MutableArithmetics to 1, (keep existing compat) (#193) (@github-actions[bot])

v0.4.2

16 Nov 22:33
03f4673
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

15 Nov 23:57
52fbfc0
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.1

Diff since v0.4.0

Closed issues:

  • GCD of polynomial with float constants fails (#184)

Merged pull requests:

v0.4.0

23 Oct 18:58
Compare
Choose a tag to compare

MultivariatePolynomials v0.4.0

Diff since v0.3.18

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:

v0.3.18

08 Jul 22:48
49eb7da
Compare
Choose a tag to compare

MultivariatePolynomials v0.3.18

Diff since v0.3.17

Closed issues:

  • Failure in promotion with AbstractPolynomialLike (#165)

Merged pull requests:

  • Fix promotion with nonconcrete types (#166) (@blegat)

v0.3.17

01 Jul 11:49
97cbc9e
Compare
Choose a tag to compare

MultivariatePolynomials v0.3.17

Diff since v0.3.16

Merged pull requests:

  • Fix type piracy with MutableArithmetics (#164) (@blegat)

v0.3.16

14 Jun 18:15
5e22cc4
Compare
Choose a tag to compare

MultivariatePolynomials v0.3.16

Diff since v0.3.15

Merged pull requests:

  • Decide between Field or UFD with trait (#163) (@blegat)

v0.3.15

11 Jun 21:08
313e049
Compare
Choose a tag to compare

MultivariatePolynomials v0.3.15

Diff since v0.3.14

Closed issues:

  • StackOverflow in gcd (#160)
  • Generation of multivariate polynomial basis with given degree (#162)

Merged pull requests:

  • Add a term method with coefficient and monomial (#149) (@blegat)
  • Implement multivariate gcd (#161) (@blegat)