Skip to content

Commit c8f9f14

Browse files
committed
Begin 1.25.05 changelog (add certified packages)
1 parent 9b2840e commit c8f9f14

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

M2/Macaulay2/packages/Macaulay2Doc/changes.m2

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ star := IMG { "src" => replace("PKG","Style",currentLayout#"package") | "GoldSta
55
document {
66
Key => "changes to Macaulay2, by version",
77
Subnodes => {
8-
TO "changes made for the next release",
8+
-- TO "changes made for the next release",
9+
TO "changes, 1.25.05",
910
TO "changes, 1.24.11",
1011
TO "changes, 1.24.05",
1112
TO "changes, 1.23",
@@ -64,8 +65,14 @@ changesHelper List := opt -> pkgnames -> (
6465
<< ".\" },"
6566
<< endl)))
6667

68+
-*
6769
document {
68-
Key => "changes made for the next release",
70+
Key => "changes made for the next release"
71+
}
72+
*-
73+
74+
document {
75+
Key => "changes, 1.25.05",
6976
UL {
7077
LI { BOLD "upcoming breaking changes:",
7178
UL {
@@ -76,6 +83,13 @@ document {
7683
reporting any bugs via email or ", HREF{"https://github.com/Macaulay2/M2/issues/3778", "GitHub"}, "." },
7784
}
7885
},
86+
LI { "packages that have been published and certified:",
87+
UL {
88+
LI { star, " ", TO "AbstractSimplicialComplexes::AbstractSimplicialComplexes", ", a package by Nathan Grieve for abstract simplicial complexes, has been published." },
89+
LI { star, " ", TO "ForeignFunctions::ForeignFunctions", ", a package by Doug Torrance providing a foreign function interface, has been published." },
90+
LI { star, " ", TO "RealRoots::RealRoots", ", a package by Jordy Lopez Garcia, Kelly Maluccio, Frank Sottile, and Thomas Yahl for symbolically exploring, counting, and locating real solutions to general polynomial systems, has been published." }
91+
}
92+
},
7993
LI { "new packages:",
8094
UL {
8195
LI { "The package ", TO "OldChainComplexes::OldChainComplexes", " has been added to preserve the existing

0 commit comments

Comments
 (0)