From 964e8c9dcf88410bdfcd546b2cc5ef8fe1fb6def Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 9 May 2024 13:08:42 +0200 Subject: [PATCH] Version 0.41.4 (#1703) --- Project.toml | 2 +- src/generic/Misc/Localization.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 657959fe2..4fd5868f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AbstractAlgebra" uuid = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" -version = "0.41.3" +version = "0.41.4" [deps] InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" diff --git a/src/generic/Misc/Localization.jl b/src/generic/Misc/Localization.jl index 0253bb338..77fb0dd5e 100644 --- a/src/generic/Misc/Localization.jl +++ b/src/generic/Misc/Localization.jl @@ -441,6 +441,7 @@ end @doc raw""" localization(R::AbstractAlgebra.Ring, primes::Vector{T}; cached::Bool=true) where {T <: RingElement} + Returns the localization of the ring $R$ at the union of principal ideals that are generated by the ring elements in $primes$. Requires $R$ to be an euclidean domain and $primes$ to be prime elements, both not checked. If `cached == true` (the default) then the resulting