Skip to content

Commit 48f3a74

Browse files
committed
Merge branch 'dev'
2 parents 89b04b2 + 25407d5 commit 48f3a74

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

InvariantRing.m2

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
newPackage(
1111
"InvariantRing",
12-
Version => "2.2",
13-
Date => "July 8, 2022",
12+
Version => "2.3",
13+
Date => "May 7, 2025",
1414
Authors => {
1515
{Name => "Luigi Ferraro",
16-
Email => "lferraro@ttu.edu",
17-
HomePage => "http://www.math.ttu.edu/~lferraro/"
16+
Email => "luigi.ferraro@utrgv.edu",
17+
HomePage => "https://faculty.utrgv.edu/luigi.ferraro/"
1818
},
1919
{Name => "Federico Galetto",
2020
Email => "[email protected]",
@@ -38,18 +38,20 @@ newPackage(
3838
HomePage => "https://math.berkeley.edu/~xlni/"}
3939
},
4040
Headline => "invariants of group actions",
41+
Keywords => {"Representation Theory", "Group Theory"},
4142
Certification => {
42-
"journal name" => "The Journal of Software for Algebra and Geometry",
43-
"journal URI" => "http://j-sag.org/",
44-
"article title" => "Computing the invariant ring of a finite group",
45-
"acceptance date" => "2013-05-16",
46-
"published article URI" => "http://j-sag.org/Volume5/jsag-3-2013.pdf",
47-
"published code URI" => "http://j-sag.org/Volume5/InvariantRing.m2",
48-
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/InvariantRing.m2",
49-
"release at publication" => "68f41d641fadb0a1054023432eb60177f1d7cbd9",
50-
"version at publication" => "1.1.0",
51-
"volume number" => "5",
52-
"volume URI" => "http://j-sag.org/Volume5/"
43+
"journal name" => "Journal of Software for Algebra and Geometry",
44+
"journal URI" => "https://msp.org/jsag/",
45+
"article title" => "The InvariantRing package for Macaulay2",
46+
"acceptance date" => "2023-09-14",
47+
"published article URI" => "https://msp.org/jsag/2024/14-1/p02.xhtml",
48+
"published article DOI" => "10.2140/jsag.2024.14.5",
49+
"published code URI" => "https://msp.org/jsag/2024/14-1/jsag-v14-n1-x02-InvariantRing.m2",
50+
"repository code URI" => "https://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/InvariantRing.m2",
51+
"release at publication" => "d708862d93052a37b7f9ff1e584a9b57d1cb7870",
52+
"version at publication" => "2.0",
53+
"volume number" => "14",
54+
"volume URI" => "https://msp.org/jsag/2024/14-1/"
5355
},
5456
AuxiliaryFiles => true,
5557
DebuggingMode => false,

InvariantRing/AbelianGroupsDoc.m2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ document {
103103

104104
document {
105105
Key => { equivariantHilbertSeries,
106-
(equivariantHilbertSeries, DiagonalAction)
106+
(equivariantHilbertSeries, DiagonalAction),
107+
[equivariantHilbertSeries, Order]
107108
},
108109
Headline => "equivariant Hilbert series for a diagonal action",
109110
Usage => "equivariantHilbertSeries D",

InvariantRing/InvariantRingDoc.m2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ document {
7575
},
7676
{BOLD "2.2: ", "changed input of ", TO permutationMatrix,
7777
", minor documentation and internal code changes."
78-
}
78+
},
79+
{BOLD "2.3: ", "minor documentation updates."}
7980
}
8081
}
8182

InvariantRing/InvariantsDoc.m2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,9 @@ document {
857857

858858
document {
859859
Key => {definingIdeal,
860-
(definingIdeal, RingOfInvariants)},
860+
(definingIdeal, RingOfInvariants),
861+
[definingIdeal, Variable]
862+
},
861863

862864
Headline => "presentation of a ring of invariants as polynomial ring modulo the defining ideal",
863865

0 commit comments

Comments
 (0)