Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
passagemath-macaulay2
Advanced tools
passagemath: Computing in commutative algebra, algebraic geometry and related fields with Macaulay2
"Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB"
Copyright (C) 2005-2024 The Sage Development Team
SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).
See https://doc.sagemath.org/html/en/installation/index.html for general installation instructions.
This pip-installable distribution passagemath-macaulay2
provides an interface to
https://github.com/Macaulay2/M2 <Macaulay2>
_.
Python interface to Macaulay 2 <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/macaulay2.html>
_
The binary wheels published on PyPI include a prebuilt copy of Macaulay 2.
Using Macaulay 2 on the command line::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-macaulay2" sage -sh -c 'M2'
Finding the installation location of Macaulay 2::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-macaulay2[test]" ipython
In [1]: from sage.features.macaulay2 import Macaulay2
In [2]: Macaulay2().absolute_filename()
Out[2]: '.../bin/M2'
Using the Python interface::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-macaulay2[test]" ipython
In [1]: from sage.all__sagemath_macaulay2 import *
In [2]: R = macaulay2('QQ[x, y]'); R
Out[2]: QQ[x..y]
In [3]: S = R / macaulay2('ideal {x^2 - y}'); S
Out[3]:
QQ[x..y]
--------
2
x - y
In [4]: S.gens()
Out[4]: {x, y}
FAQs
passagemath: Computing in commutative algebra, algebraic geometry and related fields with Macaulay2
We found that passagemath-macaulay2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.