Skip to content

Commit 4ea7f15

Browse files
mahrudd-torrance
authored andcommitted
added two entries to changes.m2
1 parent aac8cd1 commit 4ea7f15

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

M2/Macaulay2/packages/Macaulay2Doc/changes.m2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ document {
101101
},
102102
LI { "functionality added or improved:",
103103
UL {
104+
LI { "A new function ", TO headlines, " is now available for viewing a table of documentation
105+
headlines from a list produced by ", TO methods, ", ", TO about, ", or ", TO apropos, "."},
104106
LI { "It is now possible to construct an empty matrix by passing an empty list to ", TO matrix, "." },
105107
LI { TO LUdecomposition, " now supports empty real and complex matrices." },
106108
LI { "The ", TO "version", " hash table now contains a \"git branch\" key." },
@@ -117,7 +119,6 @@ document {
117119
LI { "It is now possible to compare ", TO GroebnerBasis, " objects using ", TO symbol ==, "." },
118120
LI { "Items in the \"ways to use\" section of documentation pages are now formatted using ", TO "Text::KBD", "."},
119121
LI { "It is now possible to use ", TO symbol try, " with ", TO symbol then, ", but without ", TO symbol else, "."},
120-
LI { "The function ", TO headlines, " has been added for viewing documentation headlines."},
121122
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 ", TO applicationDirectory, "."},
122123
LI { "The error message is now more informative when a key is not found in a hash table." },
123124
LI { "New methods for scalar division, e.g., ", TO (symbol /, Matrix, Number), " have been added." },
@@ -126,6 +127,9 @@ document {
126127
},
127128
LI { "functionality changed in a way that could break code:",
128129
UL {
130+
LI { "The behavior of ", TO basis, " 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)", "." },
129133
LI { "Testing equality of zero modules using ", TO symbol ==, " 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." },
130134
LI { "The syntactic sugar ", CODE "T OP= f", " for ", TO "installing augmented assignment methods", " has been removed." },
131135
LI { TO symbol TEST, " is now a keyword instead of a method function. It functionality remains essentially unchanged. However, its ", TO FileName, " option has been removed. Use ", M2CODE "TEST get(...)", " instead when storing the code for a test in a file." }

0 commit comments

Comments
 (0)