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.8.10rc4.tar.gz (345.3 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.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (33.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (32.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl (33.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl (33.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl (33.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.10rc4.tar.gz.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4.tar.gz
Algorithm Hash digest
SHA256 aae4fd97838e68b1ec15a22c747421144a49c46617dc0cf2dc832187e22c4379
MD5 4e29d99e48e0472382480300abeae783
BLAKE2b-256 78053d19f09b189ec15920536dfd99cb9fa874d6cece28eab1560746a2fed85e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04a066ccd22589076ac1494a1d1bbe3ea18a7448c8882e1b09ad4b7f615ccd6b
MD5 e520d29598799a602dbc41ec6cbbac6e
BLAKE2b-256 1491c49383842835e9b18b165a4d946ac83185c41255972ad521fbe877a62166

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6171365188ef1fa6a3123f7fe047a2ec105fabb39a674f2791fd972b01a7ad1
MD5 97f6f2702daee3c94987f35cf1064be4
BLAKE2b-256 22833097cab6b1300ab87e04f488b6f61990dd3741bc9506ed2c8262310f4b01

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1de5366bfea115b25b89caf2c71aeb6a99a4897bcad0c3d0ca5ea579d336b4ee
MD5 680a7dfe8673186f099c52b3cc9ccad6
BLAKE2b-256 b4b94596f5a19fa18ff7386d99337ab40f8ffceb7d8993f6f8c21a6c7a6fb005

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af0643899b79af9c83c2c23659f5923b08b619dd118767870b506af614fbc5b3
MD5 128dfeba3d54657c2774c95ba05ab481
BLAKE2b-256 57ce2f4b14b5301d881dcb610d5d93da6e63afaa71406479327b9fcbe3234256

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5943e73e95b6dedd6770100a06711e94c9ef9a6bdcb56dbb68e16d477bfea5b0
MD5 05e6d1cb9dbd83777deb0289e8f133ce
BLAKE2b-256 b0df31d8d3457486715b8484bdd08435d7e59f68cc06493a131ef9185b4c55ca

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5935b3ba752df381ed6b7b4d41c7cd44686e5bfa01b0cdf58b8d66db51de997e
MD5 a8e9705104b8c56ed657d5b76748aad1
BLAKE2b-256 213167747ce80f5346670ec9045798b5ba78ff07a3bdd9b473fcea85aecda5c5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 657628b09f21f16655a360312e006f926557480015017a4ff7bece21db80c1f3
MD5 c05a415a164ba31f06b8977ef083db63
BLAKE2b-256 30d38a33b8099e318c114bc14c4962dac47425e1e39cc9b2434c9894fc71bac1

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab703673dd6eef1103cf3e451af7f15e209e7862cda4c64e8a9cda0a87f39d70
MD5 61ba1beeb581482b0dce98b971bb3db6
BLAKE2b-256 d43dc0bb9db6fbb364bc9e13e6d0b44e297d00935675063bade94ed867addd4d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7f921135d4f363a9d1d6db97836f9d2da0f3c381d5f601867751388e79cac18
MD5 847befd9c14b7e187cf941ec8b06231d
BLAKE2b-256 6eb296e3e94a6a5cb2da8b137d1363ee76d713366f393316be234e247b3458bd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 343cfa7ed848552926b0bb904073252e59f8fb91e26c9895aff2838599519194
MD5 6aef9e3cf29d146789e41f4369091d7d
BLAKE2b-256 9c430b836b232dbc5003e9582d181fc54846e3234e8287e620caaad34a0a8288

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cbae0a73d2e32a37ce592650ed34faa1367334b731fc6d3b92314263bdfa7934
MD5 9ad724b2f90fd31636d26be41c0710e9
BLAKE2b-256 4188b04f31e065613ffdaad08f55d94fc9c9f365b4691c9ae6d72b0f1834b73f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 79782215a3545117d99fa1174bba762e36552bb68941744b558ac24cb5897c03
MD5 2a8d57150194b9073f88d11692cb9d37
BLAKE2b-256 bdffc1de4e481221831b3b0343f8a1604327c42f8f38ee4919c46d9c573b99f0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c07923fceb2bfbbc2e46beceda9896f29be007250304ebd19fe0a1ec172281ef
MD5 d2cffcb44e6d79936e65bdb9b96b3339
BLAKE2b-256 f3596de6f888cfdd79a884cf9034e6191b486e3b61d2e0c6ac862fa727d0871a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b6cdca53b128e5e8ab5a8c1a0aee45ae16cd835e11b4f73631f97f65ca2b3b6
MD5 3c017ab0146290ba0f5dc7dde129fc37
BLAKE2b-256 1fd57f7ca10eecfaa5e08b7e85744cb699f9647f44aa4e7bbf8decba274cc57a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce215f7f641fd6466563f1a16716b63e573d1e062d84bdf9154604a85533d886
MD5 ceacee6d4f5de02fc991d6dbe2df6fd2
BLAKE2b-256 696b61a60f8cd81dab98233b95537ac3aef9f4042fd1e0d699cac7caaafe1ad6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32b55ac54d65c321b5b1533127d4261c04126aabbf745a8de951ce4a7c546fd8
MD5 b0e738fb5052b8dd99852f2d678267e8
BLAKE2b-256 61177047a15bf8a15fc794ca0109e6c83f5c54f520ac17be6b3e5dd2896cd82e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 efe9bee89b04c93a781424c6b3faefc892200e5ada2decc9f9b44ab132f50b90
MD5 77974a34cd40e3623de34dfe368f5465
BLAKE2b-256 be7b56ca1a3ab1e7a2266f538230a53b2841670b08a4cc192459eed333634af3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 74ecdb34ce6016e0da893ca648a44496a2d50a5905f9130cdc6d3c0e2434de48
MD5 00fc815b42ebaf8926c5b8913c0f7c5c
BLAKE2b-256 4924ad78cc4d3f90a7e5e37bc4f6cab716b2b0aae90534581be637f3837bf153

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 612851a183468da92257487d65809e0d8470bd04e2141f3fb7dcbb15fa09d131
MD5 66b172969f645992e08b91e266157cfa
BLAKE2b-256 f67e2396c2902c0948505e3f64a2516e193959b03dbd7a0e0295eea8a81dd6d6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b6c487d012d5e8e52e8b0b6740c6fb7083d8801042115ef95b320cafa5321d0
MD5 8399ba654dc920574d22cdd6ef798166
BLAKE2b-256 ab415d550126e53938b1d7fd4f7eb7cbed83a369a2f75661715daafa5f5eb5bf

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa4b622217d01cd69457049d4fd287ecdb4416a29ce25d06ba2a390b36c6971d
MD5 433e26a5e46113c6e7bf73dfa97c4452
BLAKE2b-256 e45b0497dec0462872f37d25a1bef687943326756b001be21faefcd67e9696bb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b7ec6942b432d722995b058a970c9943d480f918e8b045fc06678d424fe250b
MD5 e082968df3df83692e58170b4c8b8cbb
BLAKE2b-256 7afdf8c0f4e080b53f8dce2ac5a4ecf2eca92f622dbe0b62c88d3088b500119f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c595b8b2e28d61cd98832768df3c2cdbd88807ecdd82a3365288c4fa19b595d5
MD5 3e7e028b29dd888666290e8294f08f24
BLAKE2b-256 d99db5f9e9bd1fa98cc05d8bad9d5323dd704c6d12f963310847b787e5594934

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f69b0e8964622bbd3eb48691940131112283670ceeb19672ad1ead80a59f8691
MD5 0c8289357cfe78f646c6553daf9fa6dd
BLAKE2b-256 f058a7e8f25f150b9f10e70ee3bd22f79f7925f151765e223434d8b33970f6bd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 060711fe73ceaae952f483054a9f76f21cb06f997461c3ed8ac4907e2a66e080
MD5 46f04cab264e74982850ac448a04dbb5
BLAKE2b-256 54788facc97a3ffcbd2235c96da15b036e7552cae0d64b1f96b378ea9ef39e43

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2882ef5c1df7c71af406d51bf1f9d5734b40d5e875d235b41e3d5a4af58c054
MD5 4a226cd665135c4f7e3bb985ff58c051
BLAKE2b-256 b0e086eb1445c40ec1048be8274177416d201a1c7561c60bc6377e74184554ea

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3bb4e88d0900b79153942c8a7a8fb9d29b0ea743b4b84bd233c52ff7a69e6b6
MD5 59d0975268222d056e25be7cd6452eda
BLAKE2b-256 7f9c402e44a327020304ae4bde4cd49083b823569920e36ad1c840528e2bb94c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dc7c18dca4f16eab0a2db6ba25d92c6eb712755f12274544ffc0b8ad841340a
MD5 ec70e7cf258fdf5db4f5f2622f241627
BLAKE2b-256 0ff810712844909fa263c623b73d510cbf672c65209aeb1d7b4e07f77792c97e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 70d56d8e12c231bfa7b4781f75e7cace6ae2e42e213cec4a51150f555adc5aff
MD5 8fadfa398ee5899d5639ed5c40daf28d
BLAKE2b-256 c9644cf8d582611dc14c2e9bb8359a44bfd94c2638fe515ef14ade9b73998b4f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1b50dff15d6a87708e72b9fabebb67406b5dfb434d97c99cbddfa141ac7ecbe
MD5 caa4ee0533bf285fed478af848748626
BLAKE2b-256 0aa0a3e0a8ccede8c310d093ff97424e6603c3b633c5889ab75ac14685334851

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

10.8.10rc4 This release

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