From ceea77e579bc460fdbd35dfef0d45a9e88273711 Mon Sep 17 00:00:00 2001 From: Tommy Hofmann Date: Fri, 15 Aug 2025 08:00:55 +0200 Subject: [PATCH 1/2] doc: adjust to changes in AbstractAlgebra --- docs/src/Fields/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/Fields/intro.md b/docs/src/Fields/intro.md index ce1fcca90c13..ae08a11f8fde 100644 --- a/docs/src/Fields/intro.md +++ b/docs/src/Fields/intro.md @@ -13,7 +13,7 @@ various kinds of fields: - [Generic fraction fields](@ref) - local fields ([Padics](@ref) and [Qadics](@ref)) - finite fields -- [Algebraic numbers](@ref) +- [Algebraic closure of the rational numbers](@ref) - [Algebraic closure of finite prime fields](@ref) General textbooks offering details on theory and algorithms include: From 37b58d8098627d9496488bd59f62254b19b159ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Mon, 18 Aug 2025 13:19:42 +0200 Subject: [PATCH 2/2] Update Nemo compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 346c86986a13..209b2995b4c2 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ JSON = "^0.20, ^0.21" JSON3 = "1.13.2" LazyArtifacts = "1.6" Markdown = "1.6" -Nemo = "0.51.0" +Nemo = "0.51.1" Pkg = "1.6" Polymake = "0.13.0" ProgressMeter = "1.10.2"