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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2.tar.gz
Algorithm Hash digest
SHA256 08795b5ad94c43f6eb557db7ff7563742a3dbdb6b04c7c9f0071288475dd4fd1
MD5 439be6492e414c12b501c727900adc2d
BLAKE2b-256 37133e15e12b7c9faaaadf1b34c3e506b39fd8c94965865abc125b57505874b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0387d962943e576d117a057cd93e11528d3a555c65b477b758e690c4bd846d4d
MD5 639021b4caddb8ac87027b6a9be77165
BLAKE2b-256 9f987d6cbd32807c171fc5606f3e663de631190f597ceb35b8e6397a97ffcaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d77819c933b9e019fc406586e43b545d91ef29e9bf171eefbcf8c83626b9faf
MD5 5120376b6882f188e263f5f3b402a924
BLAKE2b-256 9a9d278b60f2b000c5436bb966e933339fd43d89d07a0033a6bc6a85142a25bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98f726279f9be10503cbfd579348834bfffdbe26fc10090dbe420885a2a82379
MD5 82f96e09797aa8184b9c162cbaeaadd1
BLAKE2b-256 1b7f647d46a35d70d310fea69a6e3c9eb016e1841f62baa1c1c71b20dc345df0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f933434bd5cfed83bed66533fbacfa647e6f8bdb9ede701afc671f0afd2b35a
MD5 b98a4e9856d1cd60779183259cf722e5
BLAKE2b-256 8fd1ea21ce9a58bcf2b60a6c6f777c3b61a172a65728f4bf517283983391fcc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5697f37b9e294e9704f119c6de6d5cd17f68d456639407acb0b8fe6312213088
MD5 5e0cb405184969c1e2af660569dff100
BLAKE2b-256 c0b2a997db157686c998b9662d7a3ba3de97b95b5709750b3aeb2bc216169167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b2f2246076700d9856835ab5a417f3c6283d9b56b47af27813aa4468848928ca
MD5 f22d16dc3a0e2184a251cc7f9e26494a
BLAKE2b-256 862281cc74ef6da369975c9ede788cf6b3266c7eace53ba8090d1835c9a55e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acd85a0187e257855389c05b962ccfe3c9329a7c8ba4a5043556486a4a433eb7
MD5 3a14fc22d99b646f4214026492f07ab9
BLAKE2b-256 eacabac96874f877ca2879360b346559528296108ce87d67f82c59615eb8929c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8acc12c83a04f81988a53a324c6ed5bb78f4447647fcc93808902b5c79d6515
MD5 46ebafafdfffb06193bdb13d2dd67ec2
BLAKE2b-256 3a8adab0010780b5c3c14ff19bd4e9a0dca0490cc2b397216950748dea7c79db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da8617c78fb003a15ea0bc3a46bab69e963a006d4c073153d9a1c09b0e324423
MD5 25fb5af0f8e870a57fd802a9a28d582c
BLAKE2b-256 d2647fb822966bd7649385baaa6faf79ef27713164cc0f3e58e33113ac68efee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3fc54ea20cc47c9e8278307c6a4f35faecab0af9ee559756f9b9e125a18ff5e3
MD5 8c73f295bd905a863aab5c6075599ea3
BLAKE2b-256 f27623a475159c5476347277dab8918f42908270726f5c7cfc066e9ed0637615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 77e354ef55c9709a8fdb1c4a33fd003cd9f1f81f29aa8f8311e0d762f47247cb
MD5 afd4727dd3e71a8808f4f7122c8e377c
BLAKE2b-256 e346aaff59f73dea25e6a0af0dab626be32825382ea11754a851e587a04e1a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 67bdd191d0eb269f1de221378f967803253df399d48d3c83b47c2c32d77a38e0
MD5 1a678fba0b8ad0b1c1e3db7b5d19b023
BLAKE2b-256 8505cc6362baa5784b24821cb0df31406f3d54788f830e2ed7a135635b4fffe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ada64f867a82d47c6ebb1d687507e4fc85f927e52ce1c37a51f03aeceff8757
MD5 728f99be9eec3fad70f0942a752d86ea
BLAKE2b-256 1cc0ce97298d1a59e035a6bc8b2485d6bf07bf6004b9702785ccab2b2c4f3bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa00b1619bdce30b6ab1de582c3914fbc0b789fd011386a9a877871aaa23d94d
MD5 6f57d9649438bcbabfa292f19cdec949
BLAKE2b-256 bda32b708be9e0006b1a6b23564d7f8fe65fdbf7cf1cdce823c54d95af197c51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c378eb37492fa0fb08ffecda0fc10fc651957f8d8c24bdbd1c833b18040632fc
MD5 ff40d5e48b5d713504dfa9db9d38bb0f
BLAKE2b-256 085ff7be0caf473186346031d762f82201b0e6f06e4fbd9d43fae87a4e13f163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43ce7211583c58ddf096d1665c9e0593ba92f64e660d7f66c8a89c612cb6179a
MD5 2d30bf4cc3385e27ff115882bf65ae41
BLAKE2b-256 68249183ce4af93c6e9583a26bdd08056981fa59f24c608259501f1f350624e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 73d7ea6dc62047bf31313cbe0019bac96a7a31cae9001fea62e8ce49f579c866
MD5 c336111d58f2383bfd324b6ae4f107be
BLAKE2b-256 6b32d91f058e09f258d376bdb64f1d2bd94c8771c1c9cb08d628de52c1665936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 20f15e7f435e40a27ecdb778277325c32419f1cc7e595733856c4806e82e8c29
MD5 72f93f929b979592d04a6304846dddd4
BLAKE2b-256 93006108ed57deaf98c0908eb011b52fd4e033a9d2fbd50f4cbe544c3cb01620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f63f7163aa7378503c0d468077ed09cd3e32fb7ab3eed10fa183845c4a609a5
MD5 68be3b4d757d70ec2369df50e05a3a3d
BLAKE2b-256 cb3f58cffe1ae2772d14713381c4d58c031333ded0a08115f57019106b3afff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cf04db0c7679fe0a3378f8ecfdfdb95b103653de2893ae13d3e2c529f31c561
MD5 69d076e630db68128e2883fd547a7588
BLAKE2b-256 ee815c271c778157a15998a63a1a58ddb73edd35019412a016e5f3098d1f6cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46b5617ef2dfc82a017d604389663563eede200e96bcf5d0b3110b52fd23bc92
MD5 1d9ae11e3e0082cf4f9c516f35f9451e
BLAKE2b-256 97da516ea51afb0ca20f59d5c5529f61b18c0c55c71a1627954de4490ff1c039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29e3e26a454e1199ea7a4cde02ff7e2686167e8462a1c86775c418386267c0b9
MD5 157fa6e5902ba2730ca2a3da4c622f1b
BLAKE2b-256 3a6b6309498d43aeeb659d3e2406e01ee85e8811fefb7c97a7d414ab2f86ce45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 06898cf6339aa360c129bb17c2d1b563f27c1b57aeeca4fe97e8048d8ca93f07
MD5 91af6bf5540c51e3bb1ca760359473d2
BLAKE2b-256 35ea29e0bd16351aec8f0712a17a0399dcec85baef16fc39f33b699e9c3cf0bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 54f58b4c3ea639b7f351ca34cbb3f0b2a58590a09c893c581c895b70340901cd
MD5 b1561e1a0049bfed1d045867931d9a87
BLAKE2b-256 85c4a8b0933c95b7559bdcc0e49e6d68813c8a65b6c0d0da0487c7ee8ee8c285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3961964c90793dc5d505fe8a3281e37360ccf8d7a6be6ea56e93696f6347f7b
MD5 a8c84929f58d190b0b11c0c9fd56fedb
BLAKE2b-256 3127ad77c2e6907c918f93fc60df9c54d17a15c2d8a6a989de9a7f56c4deff03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f9f68fa4c31457b90734ce29876d1c6789af14fdf0cc21673de8aa253f25980
MD5 b4df9bab84485882d82e68c5c60f0f61
BLAKE2b-256 0b891445b2b87e1d575f5be948ba2afff4573d92627dd3d43d49f0f9d9214196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 204df444e08469dacc17f30daa43309b8435966f8a0ba4b870a436e0e33ea292
MD5 26066c1c7e8e5d7bf9d920cdf6e4026c
BLAKE2b-256 cc0a0a856a7560e7e408adf73c81e85c8db2934734d45595a817b4f8e7a7953a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5456d954f9e61ba2f0465a287bda3fd9ce8057bc9dcb2fb9ad47c17b83b0dd09
MD5 13b84f6b1a8d2e0af9bf3be2a9d3736d
BLAKE2b-256 32b7d2352e041012249e4d7806c3d0a286f723e50823176d041af0a89200e81b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c1217c37b2ff077d2beb1977ab0b01125918be2e868369a44ee3d1ccb599dd32
MD5 dda711845e71def94f2755de86220d37
BLAKE2b-256 55fd6f3fe4103d08a255556c9170d89227ec69f5d77201307e0d9234df934fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cbe50f5d4de624226355039f30cf87ff7d83b38358bb2d839ef0564a35213195
MD5 f09ad30b45127540ebb1cc1e20b10b9c
BLAKE2b-256 b4b8158721426096f26428f21d4e4b9a5c5b462e3c9991d0154f53c96f96aae6

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

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