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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1.tar.gz
Algorithm Hash digest
SHA256 97a03facdf8bf5c68b187afebfaeeeb20e063bd315c27757d333befeb2459a76
MD5 d970b81d87175d69d0ff30da4fecda10
BLAKE2b-256 79603fdca8d68095ac04cca7589511ef38cfd49fe393eb9729b7b68e91856c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06afe642dde08b7ec85bc049482bdeaa41bec842e1cef87d81846822e404b91c
MD5 35f37be64a642846b645e3fd16786c0b
BLAKE2b-256 b99b3f84ebf57a9daad8eba68d3fa44a0533c35e030dc923295aaa64fa454a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e4fdcd1490f9d4f9acfe04650f1ccc4c359f7c4771231c454beef03b92eb8d6
MD5 1a0f420c02cd0ada4f37f419460ed368
BLAKE2b-256 d8d7a3a1152900564be02747791d32d9c3ba2883ae48ddbad54409ff8c75dcfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30b36ffe0e05d4abc00bbfa2e4b674af0a47308317cad7b6fc138de2ccee987a
MD5 5f4fc936c5e2288c9bfc235a0798df14
BLAKE2b-256 afb8e0327c8ec2740dab09c85853c5a50becf01219a2c9823b3c1ee0ce37ee11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e5471ef57c19e054dd004f07a1ea237ce1c06d18923d9272617ec6629d768b05
MD5 051795c74117168ed2019a58937c22a6
BLAKE2b-256 8116bf263dc0e5bd625b274f2e63b9634b8e7da9c416f6b4cc27304ae1f28738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dc3b5874fdee97a6b924ed814af2e0e6d9d317be746c6788f0affc9d7451c1b3
MD5 c0737641092f86d9cab690f62efbe2e4
BLAKE2b-256 e3d319d6218a7b99eb503ef6646254218f853aa12cd14a3bf1b3c2f45b51d8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 716134d6ba9e90c54e682e9499c628ba1e3a87559aaa37f3e47ae4a870cd9510
MD5 9047b7e9e17b5a85bbe88a5ef682f907
BLAKE2b-256 a4280235763c5f17701ebe54b039b1c086a305b0ef173bbda9b99e4c16457c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77aeef963ffa3f35f966357c8ff1c60d048cdac041f518d4759809a41cadb44e
MD5 41597d51528f7eb488cf5d2016a05c4f
BLAKE2b-256 8affebb75f0d77421fa736dc20f5dc0100563ac1fbc74bc92d566406bce0f90a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dce76dd150220d506c0f5b10e8bea6283a48ab30562e2304828f937cb1e8e42
MD5 a6c0470f974aa66eb07f9ed17a0014df
BLAKE2b-256 ffc7debac64f5e55a9844850422e9679c9054ba99c02a16afdd940b78c9383c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82af173dceb9646948e7585d16c8ca45ae8fafe5d26f3ce0a1b5b3708e24e979
MD5 d6f7faf9b8d12b4a0639ecb136e7443d
BLAKE2b-256 58c9a8b93e6bfe65292223ed4fdd9756a0762407337b72059ed23d9479606805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 086b0e3863b947c76534a16938b11cda98069cb5b5a4856ec6525c1359867603
MD5 d652bdfc52bcd8a9a0591551b3730817
BLAKE2b-256 c5e9f9d02789155c25095e574b2c8d6f64b6de591c83085f2975b9078573762a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c2dfd9b1039e68fb7c74464352ff30b5921dfe7345a73a0297bbc2d5f57e4ff3
MD5 7e0059583b680273223dcc091f7c9c05
BLAKE2b-256 e9fd215d13c623f553a1ecf204c534e0a57b25c1f637c2fd0a289b27703853e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc7ecaa7557e07f721e68160300ffb0f960fe35fdbdfaa6c74830cc4d8f2430a
MD5 4a5ef46610575f2e003ac43c778c9b48
BLAKE2b-256 7486cfc4869b7174effab3b862ef5541cdd0ee495af1f48045ea86f80d64c8b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 238272fc020c2ace17b8d1f63d1888c5c68106277b67b6a9647dbb90785a3c95
MD5 408d70befa7b163e69882282454599b8
BLAKE2b-256 775e03d40be8631d97b40ff9b0b2399258d7fee33a1a4b63baa118b331d90be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78559ffb8e0a2d15b022174fc8482139ec9e53d61403887f8c9efd25c0dad14c
MD5 5dcd5f65b3f2bb139f7ddc564e3e61bc
BLAKE2b-256 404d3f730a0a34e0394048f3671782975bc21f31a9cd6fff548ba2b4e10f86bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d13e24dec0a7cffb45b65fb6790775111169c839eaa3ac86cb569beef78da24
MD5 fec0ad521ef37ff67088a0e889e49f0d
BLAKE2b-256 b53ae400e7413d3e1c5502f7eafb6f31c45b6bd2f448b090cedcafbfe25170d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 852a3de5be0921d341e4d9c0918622b1a6e0ea7a8021d26562c5abb7d538c46c
MD5 a9a24b492a06dc5edefd1357e1d4bba1
BLAKE2b-256 4e597e045cb27b1e887dfae74dbdc9724ab0c3a7881accb437a347322e53f9f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b88dd312b540a9f6bfdbc2de45b37b628ade4ac3cda4784948781b939957954f
MD5 c2ddac1db5139782e5cd4a732e27e316
BLAKE2b-256 6d200589225e5fdea24214caed9954bf170167880625e93261485c00151fdc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4c6a69cacd0fd31b7981744c7ea16f02acadf238de35f431c4a7383a0b0f4ba9
MD5 cf1ffbb3904a40f03e1db28d08d94c64
BLAKE2b-256 f64a55bbc5a2865ceaf180a697bdfdda77860381ece790bbb5b81001b7649867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d92dd4b5ad18076bd27a6c682ba8ca98349e494b11865111f15c58f1a245ec1
MD5 a38ffba2126db9d925ee1005b322d7e5
BLAKE2b-256 36eaea07da2ecdce05d55227f9be5e00f385b94157d0308a2741a133c2c9638f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c346e18d804c732dce1ad9c674638f2e5bb7d9f8fee1fec22dc49311f411ff6d
MD5 37bdbef043c36f41af8c274d666e337a
BLAKE2b-256 08e31c2805aa076c002a94162008228a9494132368156293127c05b0280c2e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3bf41b71eadc5bc6d1c638d72f52b91ba70e7f6adad57d881f95541857d1b64
MD5 0e09d8be75e17f7f30fe913b00b131c3
BLAKE2b-256 6b0fdc2f903cc8cbd0e1e7a12cf0097f6910db9c47ad7ac8e87690dfe9ae5a0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3fcfe84d1584582c9a45b587798b778d61c706788586ab8b4ebc9bf0f4b48a0
MD5 e9c01bbeac6b5bc98f4edc9df003bed4
BLAKE2b-256 c662d5eaca44cc7a48950535aa860ccadb3e1b9d385237dc749aeebe7b2c444b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 502a45820c1a2cf97721c22fdb2a063517f8ff8f19fe77a8de908f900ad94f89
MD5 72d50cf70bcb256128e2c61fe4591599
BLAKE2b-256 924d465b316a46c4fe5ec7f486ef9a2fc4c52400db3d6f9d06c55bec356cb3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 312630ae8d967a30ca55da82a8ca7be25445095a975779fab5b77600dbed10c7
MD5 67fc16562b94a0c16d6c635c2f1710b5
BLAKE2b-256 b155f084f5992b195b0a7acd20146ef279e1050eaf572f2428ef4c51e4304b05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60e19ec4019f39291807d26eeae76c1694af5137cb9802f1fad53ac39a449c57
MD5 a8cca14753e7ef97d097dc448cd9dfc7
BLAKE2b-256 a1c3654ca5bd616c450a4bd79e05718ec292f629d10b2f66aa490c9ce298879e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cb4ec8bf5dd0e7a766f1df70739e46b8b4ea5be25f5b47dbcac3b86cc4cf8ef
MD5 df57da9bdc1b60a8b1ec33508dc30cd0
BLAKE2b-256 323a64524c665826808029079a6483078b9982312102f4803df0e39e8dbe5f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a47aa4f77ed9ec79dbd92e6cb786f19535c34ed78408d2ee1b4334ec75059c1b
MD5 a2f9a06a96cfd2f72c336eaed97fee33
BLAKE2b-256 8ef22b9699ecd1e5a6d1803e4e8835e776df619dca8f4735bf46e04078c3f501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11c8343b27f2e88fc86266ccb449d95688087cbfedc1a877c5ddf6af37fe049d
MD5 896c592efdc70fba1d604a4e1d4304d1
BLAKE2b-256 e7751f1e58ab16288d986e97241bbf4016ffc1802ed5ece9ccbf33df02de0a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36c126cb3216df832095d1483d1a67e9b83e13debbeb6df600bd688d8d2d989e
MD5 0eaa2bd66a3b0499d6f19029ea0c34dd
BLAKE2b-256 77c8095c73fa4c0a84f9d4129571823fe184662d7123b1a94544f34f475ce6a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 508d536245d648074ea606d095e4191728448d046d05affab1fef5f6b707464d
MD5 dac90960a91c4d76c8944fba3324aba2
BLAKE2b-256 89faa780395e33c17210e90de9756c70750050605af0377a1af4b879d0ecd875

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

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