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.10rc0.tar.gz (345.2 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.10rc0-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.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-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.10rc0.tar.gz.

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0.tar.gz
Algorithm Hash digest
SHA256 3b06f27c58242ce44610a35b754c5f44afcf5fe21025897803c32cb0433aa6aa
MD5 dca1a831d4f7d310c2dc6c24f7c48628
BLAKE2b-256 606a19bf8d02027a526997b65d4a23df0b8b7eb5e1995a496a916b1e69bf0c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a62fc533da33732b1776b5a383771a0fde02ae0c3f5f9fc123b592cbe0d859e9
MD5 72276aa9c0facd6f30e7d62fff86ba29
BLAKE2b-256 255e4484afdc66a379a34763dd01d558b48a909262fbe80b1a1fe84c0e5c88f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e58ffb7f7b2a508b75cd39efd7b9336770a55315f4118cf338bd73285cc09c67
MD5 ae1f6631f9673f4d81415ede292ea1dc
BLAKE2b-256 8ffec9d85688908860ea75c30d3dcdf79883c89ecdfce619ab00dd47e2085ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5997765a2de1f22c2bd25f6ac97e2f006164c97e95552afb2c08cc3ce2ccc43
MD5 8adf8f337ea84ce12967f93ffc294b47
BLAKE2b-256 7fd95d4af7ab7231afec0c39d9697ee21383e12b66727981b08606b9af1e8106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9860a914849db1c16698923186f22fd16499f5f7a64f4e88ab03a2b295c8b6c8
MD5 cb510e4f302b699d7698a6413d03753d
BLAKE2b-256 9090873d2fe67b1cf39ee8b3b43b2a6055831f6cd1a948ecc63afd14b6db8c35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d731f9b7b07a82fd3667ef4caa8aa4db11ae3e9d41c3bd8c636de31f13a334da
MD5 a5cefe6ebd24e093d64f0becc641c3c0
BLAKE2b-256 fc6c96b773a328a7ed4ea9199e5042c903f57227f062567134d9babab186aec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 739a7aedbb2fbd30f62c6ea5e7754e5731e0c3864e8651f3fc0a4334cf4732ac
MD5 b621d2b0e1c5b00f1f347e518aaa1842
BLAKE2b-256 7f68d2f3f25ea45d04d62d504e983520c5ba1cb4282450c68dbd2a060a81d452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bccf559d8d1eaba9b0a6ac1f513b3f1c3825d4c7b4fd130d6900826972dfcf25
MD5 acef38e6320fd65a0987ffb0817afb13
BLAKE2b-256 3ed1862fe598fcc2b0755bb4cb5bed54e78b1ac5c4864a794207717cc23faadd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ddc40410d09ce9df445da98cd7c033573f717237fdb2f31a1323f26b5bc2eb5
MD5 c835af776ff5fb9bd76d20dbcd615330
BLAKE2b-256 f74cb908496e62a7682011d270bbeb6e3bbb954520839e07c796559726bc423b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 702dce72c4883be5267eb957a6372c4d8937d864ed712c4203f990aca20be190
MD5 10b3a0d0227ae2c9a4933e1488d17530
BLAKE2b-256 b3aed9568d11fcdf3de0fd869232169fe733c29ce99717d7f24322db531268be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d724dc3c1c2381f08535b30db160dd45ad5192678f51ba5a5cf517a33276e100
MD5 7eb3f43be2366cbb279ad98dc42af723
BLAKE2b-256 d80630ee98e40b46c019c1d657ada3ecc375365850b1232d36ed37a57f52ec8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e49e89fbe5f99777b48043c7b26ed466af9fe55727e3a0ec0f2e3317d8c33c82
MD5 8a19e57d095882cbc085f9fe2cecab41
BLAKE2b-256 9b3b82aed2d56bc9e2491f8676d710e0daabc58ab3c9134dee6eb52b550b8d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 472e7831063956580c9f4ba8385ec5c73728135057afc89334f6e0c35baf5db2
MD5 ddf891761b187f7eedc8b71db4b716cb
BLAKE2b-256 68f241296ce655e30aa6b1c03687bfb3d037e203b5f6189ee14e70ccac237b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02641a01d374369c2728b73beceb6969f255003582b4248c2d77a7fbc531cf70
MD5 cfc10a51d89f570a9e7d2291c1da7c8d
BLAKE2b-256 42b6508c6365c9d4993c65881bfc1fb4b5a651f54bf75080259c4c27daccd254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b722d698a1a0257bc6e43b39b50f85b06365648ee0233dc35a75e75ea71ac97e
MD5 1f21f8a30c6e0960e8197c744dc65f07
BLAKE2b-256 6bb459810a3a0dee29c6465e722ab9873b276aca6d2bb2e33868b7031b1276bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92256d0fd7d79950e0ebcc157a836ec65523024f119f0199724703fa0dc42d25
MD5 3ff0fe723e03dc23c50bf44f3b8ac097
BLAKE2b-256 bd8b3a33379135ffad0a9fdcf70e315f966707c9eb8688a5933f6fcacd5d9975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73767362e4adc8156aa05f49175f19754cf58dcc5278661b47619f6cbf40ac43
MD5 78e94c5d2160a5f550b4e23c641219bd
BLAKE2b-256 003efbade6c599c3c5f5b70cd5a423b88a7c19f3bd02381673040e6e3f9f2493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5a50722815a63948779663af4b70aa3157d777548b71fa241ded1534e9de9b7
MD5 3448f3502ec9df77a76270df2c06386e
BLAKE2b-256 0ddd73d4f0a97e8abef059bb7c08bfc55a53b7c4cfb94f988248698a7a2ec5ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d0c841ae0b255e6a6a255cdc5845f8b93e4bc8e56b6208ee696cedd721ed571c
MD5 2d7e55623db313bc0c06c50990ad72b3
BLAKE2b-256 10e8ebf3a4462595a1fe0509543a9a8c046682c614813ab5c2b66f86b2a415e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fbe742442249c7e55d5cc715e4b0a02dda3cca361bb6faf65f38d33bd4addba
MD5 e2545be8d0dabf70fbf3bc0b4f51d2d6
BLAKE2b-256 1be3bca5e0b0b94da66258f03d977c8589c9dcfad01f05e11cbcf0ace346a7f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f94c41622983a35539a64d12bd21b23f0ee81fbe50601dfc39e8c5e85997f2ff
MD5 7973cf1c373798416d24755d632955b2
BLAKE2b-256 34e709a3cee03ddb88cf26ae223fd819b907f12b2a737b1d0b5479d1486e554e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47b6567f5a39f39abb1d6ae9ae8ae851b27d5d83cfa1ab071ad243641f0a0379
MD5 62e0fa7af47a13c6644b23820b9c1f99
BLAKE2b-256 84403790650a853590571b6cb6ee48ef51c494544802dc49058a957536daad2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bef5260717720fb26afcbc38878d21a73ba3cab170d91504f0d16c2b77916b0
MD5 b1722acc283ccff7094be05ded0c9b26
BLAKE2b-256 21767eadc254c417a9869228b94a39be7f9a0858ce33461a4cec401f22a450fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01bfde564b7c52a8dd9f12bfa8f804059194935e44d5c44f81d560a06a4a351f
MD5 f33368196250174ac62d3315bde1dd5f
BLAKE2b-256 e6407a3d13a69b4ad28688613b1e7a3acd35d83ddbc3dfe410f4f0ba559031d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a11db7444c557e6f1a8ac62fd09ffab022b971ddbc3a0a0cc835879d0b9fdb5c
MD5 aad738a26902066ac1f5377043e24c4f
BLAKE2b-256 fed957dc6e6eb882c14fc8875a4ac35e7799b5bcfa5649eb5bfe1dd17a8b77b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee6a8aa8c9135da312accb7e42e580d8139dc2ead443b9b3797544dd66af465c
MD5 0a32884051ff1b731a30522518066e80
BLAKE2b-256 09f4145dd25522ef0df6e4dde4481e2d2846010a60e66e318fa3fa8011605050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea6b69229a26c74021cd20d60cd14e364fcfa1d598a1f1604ef223bc8b12d6c9
MD5 f71415edd42d99df270a65ee35717b67
BLAKE2b-256 a8123e95ccbf8fceefeb1300912e3ecc17a93161890d1684c78a9d370f7d48dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73d241f92e5f987f7267109e7d39ed4d15f6806933c0355ef3177413a4695555
MD5 d7c04f9a121d4f3e51a06cf355c9abd2
BLAKE2b-256 baa4b685954bf2d1fbc64a073d3482882e91d0be5efec8ddbebacbcef9f529b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44fd9f06e519172371d5f5fd797d60e097a6a8e66813998cf5ff70cbcd2a5186
MD5 ecca6d59661ea42ae25a9069657ba7d6
BLAKE2b-256 3f1026911ffca6b44f7efbc51c8b6bdae56957d915cca06641657207c99c1b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5f85310960277be150d9b0c7af0aee99307a9b736d8f91ae035a7a1fd38cdde3
MD5 ca73ff02dad996011c9da26d70e0c0a1
BLAKE2b-256 672d064a6ea3299847f07d325fd42c07ed8762c2e79d5e9638bd489d7356924b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d34f46a673f73793fa5ecc9e5bdd25c444672d7218c5b9491008aee535fd65d6
MD5 4106179c9b93acc63c8cb1f5a75f8dd7
BLAKE2b-256 a696f052f4094789984bdd18257bee64aae178f0ad683b67fad6e18b65e69c2a

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

10.8.10rc0 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