Skip to content

Releases: sumiya11/Groebner.jl

v0.9.0

17 Feb 19:18
6a61a86
Compare
Choose a tag to compare

Groebner v0.9.0

Diff since v0.8.3

Breaking changes

  • See the changelog in NEWS.md

Merged pull requests:

  • When copying exponent vector, do no allocate (#173) (@sumiya11)
  • Add functions: leading_ideal, dimension, quotient_basis (#174) (@sumiya11)

Closed issues:

  • Compute basis in parallel (#42)
  • exponent vector overflow, restarting (#95)
  • Calculate transformation matrix (#130)
  • llvmcall deprecation warnings (#139)

v0.8.3

10 Jan 19:41
1178e0a
Compare
Choose a tag to compare

Groebner v0.8.3

Diff since v0.8.2

Merged pull requests:

  • Generic coefficient type (#163) (@sumiya11)
  • Allow the ordering to contain more variables than the input polynomials (#165) (@sumiya11)
  • CompatHelper: bump compat for Atomix to 1, (keep existing compat) (#166) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.44, (keep existing compat) (#168) (@github-actions[bot])
  • CompatHelper: bump compat for Nemo to 0.48, (keep existing compat) (#169) (@github-actions[bot])
  • Add a note about generic coefficients (#170) (@sumiya11)
  • Add a new function, "lead", and a benchmark for composite numbers (#171) (@sumiya11)
  • Гsing string representation to match in the transform for ProductOrdering (#172) (@pogudingleb)

v0.8.2

25 Oct 13:33
88fe7b0
Compare
Choose a tag to compare

Groebner v0.8.2

Diff since v0.8.1

Merged pull requests:

v0.8.1

23 Sep 12:06
dd0137b
Compare
Choose a tag to compare

Groebner v0.8.1

Diff since v0.8.0

Merged pull requests:

Closed issues:

  • groebner does not return leading coefficient 1 (#128)
  • Reduce a Polynomial by a Groebner Basis (#135)

v0.8.0

21 Sep 00:03
Compare
Choose a tag to compare

Groebner v0.8.0

Diff since v0.7.5

Merged pull requests:

v0.7.5

15 Jul 22:01
5044412
Compare
Choose a tag to compare

Groebner v0.7.5

Diff since v0.7.4

Merged pull requests:

v0.7.4

04 Mar 17:01
8d70bf7
Compare
Choose a tag to compare

Groebner v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

22 Feb 02:05
ceb50c1
Compare
Choose a tag to compare

Groebner v0.7.3

Diff since v0.7.2

Merged pull requests:

  • CompatHelper: bump compat for AbstractAlgebra to 0.40, (keep existing compat) (#124) (@github-actions[bot])
  • CompatHelper: bump compat for Nemo to 0.43, (keep existing compat) (#125) (@github-actions[bot])

v0.7.2

17 Feb 14:14
9517140
Compare
Choose a tag to compare

Groebner v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • Fails to compute correct Gröbner basis on DynamicPolynomials variable with non-standard monomial ordering (#116)

v0.7.1

15 Feb 14:01
df183ee
Compare
Choose a tag to compare

Groebner v0.7.1

Diff since v0.7.0

Merged pull requests:

  • CompatHelper: bump compat for AbstractAlgebra to 0.38, (keep existing compat) (#118) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.39, (keep existing compat) (#119) (@github-actions[bot])
  • CompatHelper: bump compat for Nemo to 0.42, (keep existing compat) (#120) (@github-actions[bot])
  • Fix for DynamicPolynomials.jl orderings (#121) (@sumiya11)