M2
M2 copied to clipboard
The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
This issue will contain my experiments for compiling M2 on Apple silicon, on MacOS Sonoma, and with different compilers, cmake/autotools, etc. I have found a number of issues, and now...
- [ ] As mentioned in https://github.com/Macaulay2/M2/pull/3392#issuecomment-2274679356, the functioni `readInteger` in [BasicPolyListParser.cpp](https://github.com/Macaulay2/M2/blob/ec9e9ac60ed4a8e791448942202f077a88a87e15/M2/Macaulay2/e/BasicPolyListParser.cpp#L41-L61) should read in arbitrary precision integers. (cc: @mikestillman) - [x] This error should be improved: ```m2 i1 :...
There's (yet another) math serialization format around the block which seems to be championed by OSCAR, but is also supported by polymake it seems: https://arxiv.org/abs/2309.00465 I'm a little confused about...
Gfan has a new version! From release notes: > - [Gfan version 0.7](https://users-math.au.dk/~jensen/software/gfan/gfan0.7.tar.gz) (August 12th 2024. The only major difference is the introduction of _tropicalprevariety which is much faster than...
Add it as a prerequisite to our package: ``` ubuntu64-1604$ polymake The program 'polymake' is currently not installed. You can install it by typing: sudo apt install polymake ``` (We...
This reverts commit 8bd3db78d4afe5999002a835f791745773537418 from #3288. The issue was than an example involving `MonomialSize => 16` was failing, but we couldn't reproduce it.
We don't have a way to measure test coverage in Macaulay2, but we do for documentation coverage. One solution would be to add a new keyword `Test` for `document` and...
Since #3403: ```m2 i1 : f = x -> x^2 o1 = f o1 : FunctionClosure i2 : code f o2 = stdio:1:6-1:11: --source code: -- This is the beginning...
On a build of the `master` branch on a Debian unstable i386 chroot: ```m2 i2 : check_11 "SumsOfSquares" -* running test 11 of package SumsOfSquares in file: ../../Macaulay2/packages/SumsOfSquares.m2:1376:1: rerun with:...
Closes #3340.