You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: M2/Macaulay2/packages/Macaulay2Doc/changes.m2
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ document {
101
101
},
102
102
LI { "functionality added or improved:",
103
103
UL {
104
+
LI { "A new function ", TOheadlines, " is now available for viewing a table of documentation
105
+
headlines from a list produced by ", TOmethods, ", ", TOabout, ", or ", TOapropos, "."},
104
106
LI { "It is now possible to construct an empty matrix by passing an empty list to ", TOmatrix, "." },
105
107
LI { TOLUdecomposition, " now supports empty real and complex matrices." },
106
108
LI { "The ", TO"version", " hash table now contains a \"git branch\" key." },
@@ -117,7 +119,6 @@ document {
117
119
LI { "It is now possible to compare ", TOGroebnerBasis, " objects using ", TOsymbol ==, "." },
118
120
LI { "Items in the \"ways touse\" section of documentation pages are now formatted using ", TO"Text::KBD", "."},
119
121
LI { "It is now possible to use ", TOsymboltry, " with ", TOsymbolthen, ", but without ", TOsymbolelse, "."},
120
-
LI { "The function ", TOheadlines, " has been added for viewing documentation headlines."},
121
122
LI { "When running Macaulay2 without the ", CODE"--no-readline", " option, command history is now saved between sessions. This history can be found in the file ", CODE"history.m2", " in the ", TOapplicationDirectory, "."},
122
123
LI { "The error message is now more informative when a key is not found in a hash table." },
123
124
LI { "New methods for scalar division, e.g., ", TO (symbol /, Matrix, Number), " have been added." },
@@ -126,6 +127,9 @@ document {
126
127
},
127
128
LI { "functionality changed in a way that could break code:",
128
129
UL {
130
+
LI { "The behavior of ", TObasis, " over tower rings has changed. Previously basis was computed
131
+
over the most recent coefficient ring, but now it is computed over the first coefficient ring.
132
+
Previous behavior can be mimicked by passing the option ", TT"basis(..., Variables => gens R)", "." },
129
133
LI { "Testing equality of zero modules using ", TOsymbol ==, " so that two zero modules are equal if they are equal as cosets. The only implication is that zero submodules of any free module are now the same, but zero submodules of arbitrary modules are only the same if they have the same ambient module." },
130
134
LI { "The syntactic sugar ", CODE"T OP= f", " for ", TO"installing augmented assignment methods", " has been removed." },
131
135
LI { TOsymbolTEST, " is now a keyword instead of a method function. It functionality remains essentially unchanged. However, its ", TOFileName, " option has been removed. Use ", M2CODE"TEST get(...)", " instead when storing the code for a test in a file." }
0 commit comments