Skip to content

Commit e08f5f1

Browse files
committed
get ready for next release
1 parent 78b1482 commit e08f5f1

24 files changed

+514
-375
lines changed

M2/Macaulay2/packages/=distributed-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ PseudomonomialPrimaryDecomposition
255255
PolyominoIdeals
256256
MatchingFields
257257
CellularResolutions
258-
SagbiGbDetection
258+
SagbiGbDetection

M2/Macaulay2/packages/DecomposableSparseSystems/examples/_solve__Decomposable__System.out

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ The mixed volume of
102102
is 3
103103
yet we found 2 points
104104
Attempting to find all 3 points via monodromy.
105+
Found:2 solutions via monodromy
106+
Found:3 solutions via monodromy
107+
Found:3 solutions via monodromy
108+
Found:3 solutions via monodromy
109+
Found:3 solutions via monodromy
110+
Found:3 solutions via monodromy
111+
Found:3 solutions via monodromy
112+
Found:3 solutions via monodromy
113+
Found:3 solutions via monodromy
114+
Found:3 solutions via monodromy
105115
Monodromy recovery was successful
106116
basicSolver: Computed 3 solutions
107117

M2/Macaulay2/packages/GraphicalModelsMLE.m2

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,21 @@ newPackage(
4444
Headline => "maximum likelihood estimates for graphical statistical models",
4545
Keywords => {"Algebraic Statistics"},
4646
DebuggingMode => true,
47-
PackageExports => {"GraphicalModels","Graphs","EigenSolver","NumericalAlgebraicGeometry","StatGraphs"}
47+
PackageExports => {"GraphicalModels","Graphs","EigenSolver","NumericalAlgebraicGeometry","StatGraphs"},
48+
Certification => {
49+
"journal name" => "The Journal of Software for Algebra and Geometry",
50+
"journal URI" => "http://j-sag.org/",
51+
"article title" => "Computing maximum likelihood estimates for Gaussian graphical models with Macaulay2",
52+
"acceptance date" => "14 March 2022",
53+
"published article URI" => "https://msp.org/jsag/2022/12-1/p01.xhtml",
54+
"published article DOI" => "10.2140/jsag.2022.12.1",
55+
"published code URI" => "https://msp.org/jsag/2022/12-1/jsag-v12-n1-x01-GraphicalModelsMLE.zip",
56+
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/GraphicalModelsMLE.m2",
57+
"release at publication" => "f0aaf5e74216283f022f7773bc1116f8de6b944b", -- git commit number in hex
58+
"version at publication" => "1.0",
59+
"volume number" => "12",
60+
"volume URI" => "https://msp.org/jsag/2022/12-1/"
61+
}
4862
)
4963
export {
5064
"checkPD",

M2/Macaulay2/packages/Jets.m2

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,21 @@ newPackage(
3434
Headline => "compute jets of various algebraic, geometric and combinatorial objects",
3535
PackageImports => {"SimpleDoc","EdgeIdeals"},
3636
PackageExports => {"EdgeIdeals"},
37-
DebuggingMode => false
37+
DebuggingMode => false,
38+
Certification => {
39+
"journal name" => "The Journal of Software for Algebra and Geometry",
40+
"journal URI" => "http://j-sag.org/",
41+
"article title" => "Computing with jets",
42+
"acceptance date" => "20 October 2022",
43+
"published article URI" => "https://msp.org/jsag/2022/12-1/p06.xhtml",
44+
"published article DOI" => "10.2140/jsag.2022.12.43",
45+
"published code URI" => "https://msp.org/jsag/2022/12-1/jsag-v12-n1-x06-Jets.m2",
46+
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/Jets.m2",
47+
"release at publication" => "b0d482205848caeda2616f4ed58be2a6783e88a2", -- git commit number in hex
48+
"version at publication" => "1.1",
49+
"volume number" => "12",
50+
"volume URI" => "https://msp.org/jsag/2022/12-1/"
51+
}
3852
)
3953

4054

M2/Macaulay2/packages/LinearTruncations.m2

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ newPackage(
88
{Name => "Navid Nemati", Email => "Navid.Nemati@inria.fr"}},
99
Headline => "find the multigraded truncations that give linear resolutions",
1010
PackageExports => {"Truncations", "TateOnProducts"},
11-
DebuggingMode => false
11+
DebuggingMode => false,
12+
Certification => {
13+
"journal name" => "The Journal of Software for Algebra and Geometry",
14+
"journal URI" => "http://j-sag.org/",
15+
"article title" => "Linear truncations package for Macaulay2",
16+
"acceptance date" => "18 May 2022",
17+
"published article URI" => "https://msp.org/jsag/2022/12-1/p02.xhtml",
18+
"published article DOI" => "10.2140/jsag.2022.12.11",
19+
"published code URI" => "https://msp.org/jsag/2022/12-1/jsag-v12-n1-x02-LinearTruncations.m2",
20+
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/LinearTruncations.m2",
21+
"release at publication" => "c1b72330821054c17b07c574649d98ac577cb3af", -- git commit number in hex
22+
"version at publication" => "1.0",
23+
"volume number" => "12",
24+
"volume URI" => "https://msp.org/jsag/2022/12-1/"
25+
}
1226
)
1327

1428
export{

M2/Macaulay2/packages/Macaulay2Doc/changes.m2

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ document {
66
Key => "changes to Macaulay2, by version",
77
Subnodes => {
88
TO "changes made for the next release",
9+
TO "changes, 1.22",
910
TO "changes, 1.21",
1011
TO "changes, 1.20",
1112
TO "changes, 1.19.1",
@@ -44,6 +45,45 @@ document {
4445
document {
4546
Key => "changes, 1.22",
4647
UL {
48+
LI { "packages that have been published and certified:",
49+
UL {
50+
-- LI { star, " ", TO "::", ", a package by ... for ..., has been published." },
51+
LI { star, " ", TO "GraphicalModelsMLE::GraphicalModelsMLE", ", a package by
52+
Carlos Amendola, Luis David Garcia Puente, Roser Homs Pons, Olga Kuznetsova,
53+
Harshit J Motwani, Elina Robeva, and David Swinarski, for maximum likelihood
54+
estimates for graphical statistical models, has been published." },
55+
LI { star, " ", TO "LinearTruncations::LinearTruncations", ", a package by Lauren Cranton Heller,
56+
David Eisenbud, and Navid Nemati for finding multigraded truncations that give linear resolutions,
57+
has been published."
58+
},
59+
LI { star, " ", TO "RationalMaps::RationalMaps", ", a package by Karl Schwede,
60+
Daniel Smolkin, S. Hamid Hassanzadeh, and C. J. Bott, for working with rational maps, has been published." },
61+
LI { star, " ", TO "PseudomonomialPrimaryDecomposition::PseudomonomialPrimaryDecomposition", ", a package by Alan
62+
A. Veliz-Cuba for primary decomposition of square free pseudomonomial ideals, has been published."},
63+
LI { star, " ", TO "NoetherianOperators::NoetherianOperators", ", a package by Robert Krone, Justin Chen,
64+
Marc Harkonen, Yairon Cid-Ruiz, and Anton Leykin, for numerically computing local dual spaces,
65+
Hilbert functions, and Noetherian operators, has been published." },
66+
LI { star, " ", TO "Jets::Jets", ", a package by Federico Galetto and
67+
Nicholas Iammarino, for computing jets of various algebraic, geometric and combinatorial objects, has been published." }
68+
}
69+
},
70+
LI { "new packages:",
71+
UL {
72+
-- LI { TO "::", ", a package by ... for ..., has been added." },
73+
LI { TO "HolonomicSystems::HolonomicSystems", ", a package by Mahrud Sayrafi, Christine Berkesch, Anton Leykin, and
74+
Harrison Tsai for holonomic systems, has been added. The code was originally in the Dmodules package." },
75+
LI { TO "BernsteinSato::BernsteinSato", ", a package by Anton Leykin and Harrison Tsai for Bernstein-Sato,
76+
has been added. The code was originally in the Dmodules package." },
77+
LI { TO "PolyominoIdeals::PolyominoIdeals", ", a package by Carmelo Cisto, Francesco Navarra, and Rizwan Jahangir for
78+
binomial ideals of collections of cells, has been added." },
79+
LI { TO "MatchingFields::MatchingFields", ", a package by Oliver Clarke for matching fields, has been added." },
80+
LI { TO "CellularResolutions::CellularResolutions", ", a package by Jay Yang and Aleksandra Sobieska for
81+
cellular resolutions of monomial ideals, has been added." },
82+
LI { TO "SagbiGbDetection::SagbiGbDetection", ", a package by Viktoriia Borovik, Timothy Duff, and Elima Shehu for verifying
83+
whether the given generators of an ideal form the Gr\"obner basis or whether the given generators of a finitely
84+
generated subalgebra of a polynomial ring are the SAGBI basis, has been added." }
85+
}
86+
},
4787
LI { "functionality added:",
4888
UL {
4989
LI { "A ", TO RingMap, " object may now be raised to the 0th power if its ", TO source, " and ", TO target, " agree." },

M2/Macaulay2/packages/NCAlgebra/examples/___Basic_spoperations_spon_spnoncommutative_spalgebras.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ i45 : E' = QQ[x,y,z,w,SkewCommutative=>true]
332332

333333
o45 = E'
334334

335-
o45 : PolynomialRing, 4 skew commutative variables
335+
o45 : PolynomialRing, 4 skew commutative variable(s)
336336

337337
i46 : E = toNCRing E'
338338
--Calling Bergman for NCGB calculation.
@@ -387,7 +387,7 @@ i54 : C'' = toM2Ring(C,SkewCommutative=>true)
387387

388388
o54 = C''
389389

390-
o54 : PolynomialRing, 4 skew commutative variables
390+
o54 : PolynomialRing, 4 skew commutative variable(s)
391391

392392
i55 : y*x
393393

M2/Macaulay2/packages/NCAlgebra/examples/_matrix_lp__N__C__Ring__Map_rp.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ i2 : B = QQ[a,b,c,SkewCommutative=>true]
1212

1313
o2 = B
1414

15-
o2 : PolynomialRing, 3 skew commutative variables
15+
o2 : PolynomialRing, 3 skew commutative variable(s)
1616

1717
i3 : f = ncMap(B,A,{a^3,b^2,a+b,a-b})
1818

M2/Macaulay2/packages/NCAlgebra/examples/_to__M2__Ring.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ i7 : C = toM2Ring(A,SkewCommutative=>true)
4444

4545
o7 = C
4646

47-
o7 : PolynomialRing, 4 skew commutative variables
47+
o7 : PolynomialRing, 4 skew commutative variable(s)
4848

4949
i8 : x*y-y*x
5050

M2/Macaulay2/packages/NoetherianOperators.m2

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,25 @@ newPackage(
2020
PackageImports => {"PrimaryDecomposition"},
2121
AuxiliaryFiles => false,
2222
DebuggingMode => false,
23-
Keywords => {"Numerical Algebraic Geometry", "Commutative Algebra"}
24-
)
23+
Keywords => {"Numerical Algebraic Geometry", "Commutative Algebra"},
24+
Certification => {
25+
"journal name" => "The Journal of Software for Algebra and Geometry",
26+
"journal URI" => "http://j-sag.org/",
27+
"article title" => "Noetherian operators in Macaulay2",
28+
"acceptance date" => "26 September 2022",
29+
"published article URI" => "https://msp.org/jsag/2022/12-1/p05.xhtml",
30+
"published article DOI" => "10.2140/jsag.2022.12.33",
31+
"published code URI" => "https://msp.org/jsag/2022/12-1/jsag-v12-n1-x05-NoetherianOperators.m2",
32+
"repository code URI" => "http://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/NoetherianOperators.m2",
33+
"release at publication" => "28faaabb38111c186c23ef6e6a3d487b0823390e", -- git commit number in hex
34+
"version at publication" => "2.2.1",
35+
"volume number" => "12",
36+
"volume URI" => "https://msp.org/jsag/2022/12-1/"
37+
}
38+
)
2539

2640
debug NumericalLinearAlgebra
27-
41+
2842
export {
2943
"truncatedDual",
3044
"zeroDimensionalDual",

0 commit comments

Comments
 (0)