Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 17, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from Nemo's releases.

v0.54.1

Nemo v0.54.1

Fixed bugs

Changelog

Sourced from Nemo's changelog.

0.54.1 - 2026-01-28

Fixed bugs

  • #2242 Ensure det for 0x0 matrices returns 1
  • #2243 Add proper min for Arbs and RealFieldElems

0.54.0 - 2026-01-14

Breaking changes

!These changes break compatibility from previous versions!

  • #2158 Forbid (most) automatic polynomial ring coercions, use change_base_ring instead
  • #2229 Change the prec positional argument to a keyword argument for derivative and integral methods for ComplexPolyRingElem and RealPolyRingElem
  • #2233 Remove replace!(::typeof(-), m::ZZMatrix)

New or extended functionality

  • #2191 Add OneTo method for ZZRingElem, returns ranges of new type ZZOneTo
  • #2222 Update to AbstractAlgebra 0.48
Commits

Updates AbstractAlgebra to 0.48.3

Release notes

Sourced from AbstractAlgebra's releases.

v0.48.3

AbstractAlgebra v0.48.3

New or extended functionality

  • #2326 Add is_pairwise function
  • #2333 Add universal_poly_type and universal_poly_ring_type

Fixed bugs that returned incorrect results

  • #2288 Ensure det for 0x0 matrices always returns 1 (and not 0)
  • #2305 Disable Julia fallbacks for iszero/isone for our parent objects

Fixed bugs that resulted in unexpected errors

  • #2332 Fix @attributes Foo if AbstractAlgebra is not imported

Other fixed bugs

  • #2320 Avoid stack overflow if divexact is not implemented
  • #2335 Avoid stack overflow if divexact_left or divexact_right is not implemented
  • #2338 Restrict hcat, vcat, cat, hvcat to MatElem; drop support for MatRingElem as this would in most cases result in an error anyway (for non-square results)

Full diff since v0.48.2

Changelog

Sourced from AbstractAlgebra's changelog.

0.48.3 - 2026-02-11

New or extended functionality

  • #2326 Add is_pairwise function
  • #2333 Add universal_poly_type and universal_poly_ring_type

Fixed bugs that returned incorrect results

  • #2288 Ensure det for 0x0 matrices always returns 1 (and not 0)
  • #2305 Disable Julia fallbacks for iszero/isone for our parent objects

Fixed bugs that resulted in unexpected errors

  • #2332 Fix @attributes Foo if AbstractAlgebra is not imported

Other fixed bugs

  • #2320 Avoid stack overflow if divexact is not implemented
  • #2335 Avoid stack overflow if divexact_left or divexact_right is not implemented
  • #2338 Restrict hcat, vcat, cat, hvcat to MatElem; drop support for MatRingElem as this would in most cases result in an error anyway (for non-square results)

0.48.0 - 2026-01-09

Breaking changes

!These changes break compatibility from previous versions!

  • #1857 Forbid residue_ring for zero rings for technical reasons
  • #2108 Expand the common code for ideal implementations
  • #2182 Change behavior of base_ring for UniversalPolyRing
  • #2191 Add more syntactic sugar for polynomial ring constructors
  • #2212 Restrict generic ==(x::NCRingElem, y::NCRingElem) fallback
  • #2214 Make evaluate for universal polynomials more universal
  • #2251 Type param for FracField is RingElem, not RingElement
  • #2252 Switch delegation order of sub and getindex for submatrices
  • #2261 Enable prepared deprecations
  • #2262 Remove getindex(::SimpleNumField, ::Int), rely on generic getindex(::Set,::Int) instead (hence L[0] won't return one(L) anymore)

New or extended functionality

  • #2168 Add alias for rels and relations
  • #2270 Add several is_known methods for characteristic and is_perfect
  • #2279 Add ^(I::Ideal, k::Integer) fallback method

Performance improvements or improved testing

  • #1937 Enhance performance of generic transpose and transpose! methods, restrict in-place transpose! to square matrices
  • #2207 Rewrite MatRing to wrap a native matrix

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [Nemo](https://github.com/Nemocas/Nemo.jl) and [AbstractAlgebra](https://github.com/Nemocas/AbstractAlgebra.jl) to permit the latest version.

Updates `Nemo` to 0.54.1
- [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.54.1)

Updates `AbstractAlgebra` to 0.48.3
- [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.48.3)

---
updated-dependencies:
- dependency-name: Nemo
  dependency-version: 0.54.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractAlgebra
  dependency-version: 0.48.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

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 Feb 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #94.

@dependabot dependabot Bot closed this Feb 20, 2026
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-1fbd535668 branch February 20, 2026 10:56
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