macaulay2:development

Last commit made on 2024-12-03
Get this branch:
git clone -b development https://git.launchpad.net/macaulay2

Branch merges

Branch information

Name:
development
Repository:
lp:macaulay2

Recent commits

87756d0... by Doug Torrance

Add a check for unicode double right arrow operator

Should be a synonym for =>

acc6ca1... by Doug Torrance

Recognize several more unicode characters as math operators

In particular, the following blocks:

* Arrows (U+2190-U+21FF)
* Supplementary arrows A (U+27F0-U+27FF)
* Supplementary arrows B (U+2900-U+297F)
* Miscellaneous symbols & arrows (U+2B00-U+2BFF)

Also combine some adjacent blocks, sort the cases by code point, and
add the specific code points to the comments.

9679705... by Alheydis Geiger <email address hidden>

changed interiorVector to work for cones with no rays, and added a test

9487393... by Jonas Ehrhard

Update SymmetricPolynomials.m2

fixed typos and homepage of Alexandra Seceleanu

854d105... by Doug Torrance

Add shuffle product keyword

ca20b44... by Doug Torrance

Add boxtimes keyword

435d11e... by Doug Torrance

Add a few tests for unicode symbols

e96a20b... by Doug Torrance

De-duplicate getGlobalSymbol code

Add a helper function that performs the last step for both cases. In
particular, this means that we now check if the symbol is in the
global case.

98a2666... by Doug Torrance

Add texMath support for several unicode math operator characters

2043936... by Doug Torrance

Add interpunct keyword