Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-singular provides interfaces to Singular, the computer algebra system for polynomial computations, with special emphasis on commutative and non-commutative algebra, algebraic geometry, and singularity theory.

It also ships various modules of the Sage library that depend on Singular.

What is included

Examples

Using Singular on the command line:

$ pipx run --spec "passagemath-singular" sage -singular
                     SINGULAR                                 /
 A Computer Algebra System for Polynomial Computations       /   version 4.4.0
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Apr 2024
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
>

Finding the installation location of the Singular executable:

$ pipx run --spec "passagemath-singular[test]" ipython

In [1]: from sage.features.singular import Singular

In [2]: Singular().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/51651a517394201/lib/python3.11/site-packages/sage_wheels/bin/Singular'

Using the Cython interface to Singular:

$ pipx run --spec "passagemath-singular[test]" ipython

In [1]: from passagemath_singular import *

In [2]: from sage.libs.singular.function import singular_function

In [3]: P = PolynomialRing(GF(Integer(7)), names=['a', 'b', 'c', 'd'])

In [4]: I = sage.rings.ideal.Cyclic(P)

In [5]: std = singular_function('std')

In [6]: std(I)
Out[6]: [a + b + c + d, b^2 + 2*b*d + d^2, b*c^2 + c^2*d - b*d^2 - d^3,
         b*c*d^2 + c^2*d^2 - b*d^3 + c*d^3 - d^4 - 1, b*d^4 + d^5 - b - d,
         c^3*d^2 + c^2*d^3 - c - d, c^2*d^4 + b*c - b*d + c*d - 2*d^2]

Available as extras, from other distributions

Jupyter kernel

pip install "passagemath-singular[jupyterkernel]"

installs the kernel for use in the Jupyter notebook and JupyterLab

pip install "passagemath-singular[notebook]"

installs the kernel and the Jupyter notebook

pip install "passagemath-singular[jupyterlab]"

installs the kernel and JupyterLab

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_singular-10.10.1a0.tar.gz (345.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_singular-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.15tmacOS 13.0+ ARM64

passagemath_singular-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.15macOS 13.0+ ARM64

passagemath_singular-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.10.1a0.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.10.1a0.tar.gz
  • Upload date:
  • Size: 345.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_singular-10.10.1a0.tar.gz
Algorithm Hash digest
SHA256 620c4c36a67f23e5c5b25a47c30db7a1a7080aac4301c8da9c9964b3d1a6e088
MD5 b2c5401f8857e77ad279c6d042566cb6
BLAKE2b-256 e4c48729197fc27273764e208dad9d0af9d39e576468e3ed3677ee070dd8c32d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 251639760f6fa7fc4491a746c617c71683719d95fd0824fbbd87fe6393a082a8
MD5 d4bcd9e0cd9721724b493bd9eb1bbb2b
BLAKE2b-256 1e26eba37a55b5f02fca77e46a54d1e2475c2bda1e5203d94431cfb36e92ff92

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 832510c9b2f850cfcf1f36f513f78855c6221891075950b254fa8e5c274c50cf
MD5 9ca3d0753747d3bc47914eb40e7462f9
BLAKE2b-256 9fbd8e3f422dec7d2a051b6adac1c83f262972a6061241a00a3e2fcdfadc6b48

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e824c9686ab224dce2ce29880a38ed953927aca0a87d34cdd307da7855bd8b78
MD5 0a298ecbb9d5e783f227798aa0a18fbc
BLAKE2b-256 389eaa2356e1bd6fcddc2a2253214ef7a41605d25cc5e02c3c2103a98890a591

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a881d407c0ef46b73f6dd48b7977deb929f00044f5aea8fb76ca7a0082c29cd0
MD5 5987282bed7795409c08b9d09f35d65e
BLAKE2b-256 1dfe74fc43dd28cdff1071f896e9aec7b41b5059d6ee49080311f91537803640

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c609115d7af5c97d6a3508235cb3ca6a1b4142511eeeb9415074571098567ac7
MD5 f5daca06a08bfc593ab61b87a45fdb38
BLAKE2b-256 f6cbb15371072c1bd6d8d757f33a1ca86d9b8eb7ec32c88b72aee9e6f15a416b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cc0fce1cffdb606709825c98ec0e8fa7abfdefbce5aee4a81a13e1b54e14ecf6
MD5 bd0da99255484271616d50e5175924d4
BLAKE2b-256 6379b19f97d49dd1d44dffe6b188699e68b20a421ded3ddcd93557d417163ef4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.10.1a0 This release

7 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.8.1

31 files

10.6.48

37 files

10.5.49

31 files

10.5.29

16 files

10.4.68

9 files

10.4.13

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page