Skip to content

Update Nemo requirement from 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55 to 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.56#68

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Nemo-0.45.5-and-0.46-and-0.47-and-0.48-and-0.49-and-0.50-and-0.51-and-0.52-and-0.53-and-0.54-and-0.55-and-0.56
Open

Update Nemo requirement from 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55 to 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.56#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Nemo-0.45.5-and-0.46-and-0.47-and-0.48-and-0.49-and-0.50-and-0.51-and-0.52-and-0.53-and-0.54-and-0.55-and-0.56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Nemo to permit the latest version.

Release notes

Sourced from Nemo's releases.

v0.56.0

Nemo v0.56.0

Breaking changes

!These changes break compatibility from previous versions!

New or extended functionality

  • #2152 Add new function is_probably_zero_det (for ZZMatrix, QQMatrix)
  • #2212 New determinant function det_hcol_hnf for ZZMatrix
  • #2287 Added QadicField constructors from a defining polynomial (new in flint 3.5.0)
  • #2293 Wrap elementary_divisors from flint
  • #2294 Wrap det_lu and det_precomp for arb_mat
  • #2296 Improve conversion from ZZMatrix to QQMatrix
  • #2297 Improve snf_with_transform for ZZMatrix
  • #2299 Add discrete convolution of two vectors

Performance improvements or improved testing

  • #2289 Added precomputed Artin-Schreier LUP for characteristic 2 qadic sqrt (new in flint 3.5.0)

Fixed bugs that returned incorrect results

  • #2302 Throw error when calling ill-defined FqFieldElem coercion
  • #2304 Throw an error when calling residue_field(ZZ, n) if n is not a prime number
  • #2309 Fix correctness bug in *(::fpMatrix, ::UInt) for large UInts Full diff since v0.55.1
Changelog

Sourced from Nemo's changelog.

0.56.0 - 2026-06-09

New or extended functionality

  • #2152 Add new function is_probably_zero_det (for ZZMatrix, QQMatrix)
  • #2212 New determinant function det_hcol_hnf for ZZMatrix
  • #2287 Added QadicField constructors from a defining polynomial (new in flint 3.5.0)
  • #2293 Wrap elementary_divisors from flint
  • #2294 Wrap det_lu and det_precomp for arb_mat
  • #2296 Improve conversion from ZZMatrix to QQMatrix
  • #2297 Improve snf_with_transform for ZZMatrix
  • #2299 Add discrete convolution of two vectors

Performance improvements or improved testing

  • #2289 Added precomputed Artin-Schreier LUP for characteristic 2 qadic sqrt (new in flint 3.5.0)

Fixed bugs that returned incorrect results

  • #2302 Throw error when calling ill-defined FqFieldElem coercion
  • #2304 Throw an error when calling residue_field(ZZ, n) if n is not a prime number
  • #2309 Fix correctness bug in *(::fpMatrix, ::UInt) for large UInts

0.55.1 - 2026-05-16

New or extended functionality

  • #2287 Added QadicField constructors from a defining polynomial (new in FLINT 3.5.0)
  • #2293 Wrap elementary_divisors from FLINT
  • #2294 Wrap det_lu and det_precomp for arb_mat

Performance improvements or improved testing

  • #2289 Added precomputed Artin-Schreier LUP for characteristic 2 qadic sqrt (new in FLINT 3.5.0)

0.55.0 - 2026-04-30

Breaking changes

!These changes break compatibility from previous versions!

  • #2283 Update AbstractAlgebra to v0.49
  • #2228 Remove zeros(::ZZPolyRingElem) that should have been a roots method

New or extended functionality

  • #2259 Add primes_set
  • #2275 Add inplace operations for integer divisions with divisors of type ZZRingElem
  • #2282 Update FLINT to v3.5.0

0.54.2 - 2026-04-24

... (truncated)

Commits

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)

…51, 0.52, 0.53, 0.54, 0.55 to 0.45.5, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.56

Updates the requirements on [Nemo](https://github.com/Nemocas/Nemo.jl) to permit the latest version.
- [Release notes](https://github.com/Nemocas/Nemo.jl/releases)
- [Changelog](https://github.com/Nemocas/Nemo.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Nemocas/Nemo.jl/commits/v0.56.0)

---
updated-dependencies:
- dependency-name: Nemo
  dependency-version: 0.56.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 15, 2026
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants