From 14b8c2ba9aba7bf3ded6bccda08a3057d5766003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 1 Feb 2024 14:46:15 +0100 Subject: [PATCH] Revert "Update Mpoly printing" (#1590) * Revert "Update Mpoly printing (#1589)" --- Project.toml | 2 +- src/MPoly.jl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index ece70f0b30..eb863d0137 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AbstractAlgebra" uuid = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" -version = "0.37.2" +version = "0.37.3" [deps] InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" diff --git a/src/MPoly.jl b/src/MPoly.jl index 3dd0302871..6349b8622a 100644 --- a/src/MPoly.jl +++ b/src/MPoly.jl @@ -560,8 +560,6 @@ end @enable_all_show_via_expressify MPolyRingElem function show(io::IO, ::MIME"text/plain", p::MPolyRing) - @show_name(io, p) - @show_special(io, MIME"text/plain"(), p) max_vars = 5 # largest number of variables to print n = nvars(p) print(io, "Multivariate polynomial ring") @@ -579,8 +577,6 @@ function show(io::IO, ::MIME"text/plain", p::MPolyRing) end function show(io::IO, p::MPolyRing) - @show_name(io, p) - @show_special(io, p) if get(io, :supercompact, false) # no nested printing print(io, "Multivariate polynomial ring")