Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from Nemo's releases.

v0.55.0

Nemo v0.55.0

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

Changelog

Sourced from Nemo's changelog.

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

New or extended functionality

  • #2268 Add isqrt! for inplace floor square roots
  • #2269 Add allocation-free signed remainder mod_sym!
  • #2272 Add inplace operations for / improved performance of div, cdiv, tdiv, fdiv with inputs of the form (ZZRingElem, Int)

Performance improvements or improved testing

  • #2270 Improve performance of is_divisible_by

Fixed bugs that returned incorrect results

  • #2249 Fix gcd/lcm of a singleton ZZ vector to be non-negative
  • #2252 Fix is_maxreal_type for number fields
  • #2277 Fix MPoly constructors to enforce exponents being nonnegative
  • #2278 Unify behavior of isone for truncated identity matrices

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)

... (truncated)

Commits

Updates AbstractAlgebra to 0.49.0

Release notes

Sourced from AbstractAlgebra's releases.

v0.49.0

AbstractAlgebra v0.49.0

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

Full diff since v0.48.6

Changelog

Sourced from AbstractAlgebra's changelog.

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

0.48.5 - 2026-03-05

New or extended functionality

  • #2358 Add some missing methods for Laurent polynomials

Other fixed bugs

  • #2361 Fix printing of RingElems in Jupyter notebooks
  • #2362 Drop is_unit tests from test_NCRing_interface to comply with interface definitions

Improvements or additions to documentation

  • #2307 Allow building the documentation as a PDF

0.48.4 - 2026-02-19

New or extended functionality

  • #2276 Implement is_known(is_finite, ::NCRing), at least for ring types defined in AbstractAlgebra

... (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.55.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.55.0)

Updates `AbstractAlgebra` to 0.49.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.49.0)

---
updated-dependencies:
- dependency-name: Nemo
  dependency-version: 0.55.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractAlgebra
  dependency-version: 0.49.0
  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 May 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 1, 2026
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-9747e0d3d8 branch May 1, 2026 17:19
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