Skip to content

Bump the all-julia-packages group across 1 directory with 2 updates#116

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-7453d2d5f2
Closed

Bump the all-julia-packages group across 1 directory with 2 updates#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-7453d2d5f2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on AbstractAlgebra and Nemo to permit the latest version.
Updates AbstractAlgebra to 0.50.0

Release notes

Sourced from AbstractAlgebra's releases.

v0.50.0

AbstractAlgebra v0.50.0

Breaking changes

!These changes break compatibility from previous versions!

New or extended functionality

  • #2410 Extend // to create total_ring_of_fractions if necessary

Performance improvements or improved testing

  • #2414 Parametrize FunctionField as FunctionField{T, U}

New or extended functionality

  • #2406 Add generators as alias for gens
  • #2409 Add graeffe_transform(::PolyRingElem)
  • #2413 Disallow nondistinct variable names for universal rings
  • #2416 Rename FunctionField to AbsSimpleFunctionField

Full diff since v0.49.0

Changelog

Sourced from AbstractAlgebra's changelog.

0.50.0 - 2026-06-08

Breaking changes

!These changes break compatibility from previous versions!

New or extended functionality

  • #2410 Extend // to create total_ring_of_fractions if necessary

Performance improvements or improved testing

  • #2414 Parametrize FunctionField as FunctionField{T, U}

New or extended functionality

  • #2406 Add generators as alias for gens
  • #2409 Add graeffe_transform(::PolyRingElem)
  • #2413 Disallow nondistinct variable names for universal rings
  • #2416 Rename FunctionField to AbsSimpleFunctionField

0.49.0 - 2026-04-30

Breaking changes

!These changes break compatibility from previous versions!

  • #2274 Introduce "universal ring" as a generalization of UniversalPolyRing
  • #2286 Restrict static params of our types, so e.g. PolyRing{T} now always must satisfy T<:RingElement
  • #2339 Restrict swap_rows, hnf, snf to MatElem; to apply to MatRingElem work with underlying matrix
  • #2356 Change behavior of base_ring for Laurent polynomials
  • #2364 Rework multivariate polynomial evaluation

Miscellaneous changes

  • #2394 Add !isone test for truncated identity mats to conformance tests

0.48.6 - 2026-04-27

New or extended functionality

  • #2380 "Inplace" iterators over the coefficients, monomials, terms and exponent words of a free associative algebra element
  • #2390 Add ConformanceTests.test_NCRing_interface_recursive
  • #2392 Use in printing PosInf(), NegInf() when unicode allowed

Fixed bugs that resulted in unexpected errors

  • #2379 Fix promotion bug for LaurenMPoly
  • #2385 Fix stack overflow in MPoly creation

... (truncated)

Commits

Updates Nemo to 0.56.0

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 dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-7453d2d5f2 branch from cc2e0d9 to 8b08f03 Compare June 11, 2026 10:54
Updates the requirements on [AbstractAlgebra](https://github.com/Nemocas/AbstractAlgebra.jl) and [Nemo](https://github.com/Nemocas/Nemo.jl) to permit the latest version.

Updates `AbstractAlgebra` to 0.50.0
- [Release notes](https://github.com/Nemocas/AbstractAlgebra.jl/releases)
- [Changelog](https://github.com/Nemocas/AbstractAlgebra.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Nemocas/AbstractAlgebra.jl/commits/v0.50.0)

Updates `Nemo` to 0.56.0
- [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: AbstractAlgebra
  dependency-version: 0.50.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Nemo
  dependency-version: 0.56.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-7453d2d5f2 branch from 8b08f03 to c19f2e4 Compare June 12, 2026 10:54
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #121.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-7453d2d5f2 branch June 15, 2026 10:55
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