Skip to content

Bump galois from 0.4.6 to 0.4.11#487

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/galois-0.4.11
Open

Bump galois from 0.4.6 to 0.4.11#487
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/galois-0.4.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps galois from 0.4.6 to 0.4.11.

Release notes

Sourced from galois's releases.

galois v0.4.11

Released May 2, 2026

Fixes

  • Fixed bug in Poly.equal_degree_factors() for characteristic 2, causing very slow performance. (#655)
  • Fixed bug in galois.perfect_power(). (#656)
  • Fixed bug to prevent int64 overflow in lookup-table exponentiation. (#656)
  • Fixed bug to use distinct prime bases in galois.miller_rabin_primality_test(). (#656)

Contributors

galois v0.4.10

Released January 1, 2026

Breaking changes

  • Deprecated galois.Field() for removal in v0.5.0. (#633)

Features

  • Make FieldArray subclasses hashable based on their properties. (#639)
  • Improved FFT speed (~1.6x speedup) in np.fft.fft() with mixed-radix Cooley-Tukey algorithm. (#620)

Fixes

  • Fixed bug where FieldArray instances couldn't be unpickled if the FieldArray class had not yet be created. (#639)

Contributors

galois v0.4.9

Released December 21, 2025

Changes

  • Added support for Python 3.14.
  • Added future-proofing for upcoming NumPy 2.4 support. (#637)

Contributors

... (truncated)

Commits
  • 7bcd32a Add release notes for v0.4.11
  • 4da9dc8 Fix nightly tests
  • efca7e9 Prevent Field deprecation warning
  • 52ded86 Add max_tries to equal_degree_factors()
  • c7cefcf Minor improvements to PR
  • 7c08ea9 equal_degree_factors: use trace for even characteristic
  • 3a1d0cc equal_degree_factors: add test for even characteristic bug
  • d6a5514 dont repeat rounds
  • 5a280a8 overflow
  • c2a3e8b fix perfect_power
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [galois](https://github.com/mhostetter/galois) from 0.4.6 to 0.4.11.
- [Release notes](https://github.com/mhostetter/galois/releases)
- [Commits](mhostetter/galois@v0.4.6...v0.4.11)

---
updated-dependencies:
- dependency-name: galois
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 8, 2026
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.76%. Comparing base (b4ec210) to head (e49495d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #487   +/-   ##
=======================================
  Coverage   95.76%   95.76%           
=======================================
  Files          17       17           
  Lines        3000     3000           
=======================================
  Hits         2873     2873           
  Misses        127      127           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants