Skip to content

Tags: sumiya11/Groebner.jl

Tags

v0.10.1

Toggle v0.10.1's commit message
[Diff since v0.10.0](v0.10.0...v0.10.1)

**Merged pull requests:**
- Bump Nemo to 0.53 (#195) (@sumiya11)

v0.10.0

Toggle v0.10.0's commit message
[Diff since v0.9.5](v0.9.5...v0.10.0)

- see NEWS.md

**Merged pull requests:**
- Measure the effect of simd (#189) (@sumiya11)
- Add some experimental results + change keyword argument `threaded` to `tasks` (#192) (@sumiya11)

v0.9.5

Toggle v0.9.5's commit message
[Diff since v0.9.4](v0.9.4...v0.9.5)

**Merged pull requests:**
- Fix a bug (#188) (@sumiya11)

**Closed issues:**
- Incorrect result (#175)

v0.9.4

Toggle v0.9.4's commit message
[Diff since v0.9.3](v0.9.3...v0.9.4)

v0.9.3

Toggle v0.9.3's commit message
[Diff since v0.9.2](v0.9.2...v0.9.3)

v0.9.2

Toggle v0.9.2's commit message
[Diff since v0.9.1](v0.9.1...v0.9.2)

v0.9.1

Toggle v0.9.1's commit message
[Diff since v0.9.0](v0.9.0...v0.9.1)

**Merged pull requests:**
- Add a function to make the eco-n system for different n  (#178) (@sumiya11)
- CompatHelper: bump compat for Nemo to 0.49, (keep existing compat) (#179) (@github-actions[bot])
- (Slowly) Refactoring F4 trace (#180) (@sumiya11)
- Issue with 64 bit integers in CRT for Windows (#181) (@pogudingleb)
- Some small quality-of-life changes (#182) (@sumiya11)

v0.9.0

Toggle v0.9.0's commit message
[Diff since v0.8.3](v0.8.3...v0.9.0)

- 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

Toggle v0.8.3's commit message
[Diff since v0.8.2](v0.8.2...v0.8.3)

**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

Toggle v0.8.2's commit message
[Diff since v0.8.1](v0.8.1...v0.8.2)

**Merged pull requests:**
- Remove generated annotations in packed.jl (#159) (@sumiya11)
- Docs: remove sections tutorial, development (#160) (@sumiya11)
- docs: refine low-level interface description (#161) (@sumiya11)