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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3.tar.gz
Algorithm Hash digest
SHA256 52f393c946feca6fdcef3efacec39b6bb3e6743c5904b7a8eab8b1db63856301
MD5 ea04605028e21182a6b74500b24734a7
BLAKE2b-256 2fbef24923fe1769f175187e3be152efac5e34c3d0c16f839c7ca44594e4070a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2844064cd29b7c725d713bec13c98fb2b80cfde42cf7b3dfdc82720da53fa2e3
MD5 ab86ef2186b83e090bf58e01215102f5
BLAKE2b-256 a2c2e925555a17b8154219ab3077b0943a8c2c097c43848cd65559d8e0e896c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53d9b61e96e48251a188f1f57a736beaee08bdbdcfed20d390481dac5eb699cf
MD5 0868c077e14d1a6efaddde41df11e7df
BLAKE2b-256 ee1b015ff0ec9749ad080f3ec1180524f88ee043d20f22eea5c401e770119e7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8753e6f59e9e87f238e3fbae696129fbc9438f0c2f53b1b77306cb9a499bcab
MD5 707aa6150211c5a9066f1352aa26c9b4
BLAKE2b-256 abc532aca01468b90702f28989c07c6a7ce7c2ec454abfac03d0ea3eb700e1cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2def289f042ad3915ee73e801e75686896e6aae075f6be3784d43b85a9f1322d
MD5 a3608144d00c54505e2bf6f5909c7101
BLAKE2b-256 19f22780184ed8c086f483b66a54b0fc6c7e7894087fa3b7459e7b2c3bc6c736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7ea15180eb121dd7a347d6a29096ac6ae7946f65c21acb82a6ab8953f461d27b
MD5 5b4b3815e759f0cdef22f759e092f558
BLAKE2b-256 8cd59eb17abfdcc42204a44e62b8b6076a4e3fc8ccdbc2186fca8565d8249dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea26d3622329ac5fb959845ae1b2a8bc5952dadae7c9ece9d15c23015c0f5776
MD5 c24b8bbb2068a4515ee2d34b5bbd126b
BLAKE2b-256 ebb37cc5f76489d756f6186c1bfac944c2f39e1bbab5f1453be49b304e4484fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91c81432a69aa1b4463ce49de10c06f76c014c0d9fbdb2eecafdb447a3f95064
MD5 f66cc56015c7ad863b8a04e525ae7516
BLAKE2b-256 14ed951117dc428fe20650e9d481c318f98ae31d19d719a0c361ccf7b5ffc0b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37c3dabca5df10ad977faa559d9ab72634e4377386715c4193b342cadca176b7
MD5 fdded5a88fdf4b69cfcf6f5d61937116
BLAKE2b-256 ec07d1c9e3e74ce49e2e6cdf6152514c9fb0fd3e2ccfcf2f824bd85af6cc2b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f469f61089c13a5962e55cc17e964560be437dacc2d56faea744731bf9dc6253
MD5 8ccc4821f8c433cbf7d6daa72001ea70
BLAKE2b-256 9808d15e1c7800c6e68eceab4eee4192aeb49f65547cefc1fdb9bee1d5019437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4443f4511b34e92a48feb15c4503bea06e9335d7e76373c1c46c7c883ca23075
MD5 302be16cc72758df9eb235cfa63bf7f5
BLAKE2b-256 073739244748f4121a9dcc7b5fabc1a20539f02852b953b67b1645bc34bb547b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d944fc0a8887eba43b47c282ef25129660a712ab0fcdcb2d4b9f2e55f01d1c8
MD5 e0bfbaa04476dd3cea9a7b1aaa410a7e
BLAKE2b-256 622781df9304d7340411b7c3f4c17de0524da1a657698aa1513dc32ec77474a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78d9615a1b3a294d1d5fd034580611dd9b3bb6828443a79008f647bea45730e6
MD5 ad1b87be674d128bb23fdc3663161830
BLAKE2b-256 c88b607e3ab62a6fbd5a3f7bce4accd3d7a16660959e999e9d45bcf187e6edb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8f41c1f9009140266fa6c35bdbe896677ea3e12692ea6408aa2b8090e354bc4
MD5 a8418bc425e11a1600868b6c042ddc72
BLAKE2b-256 1a7a49b30ff07c314d69d412739547e838108858819349d5abfe0bed9d12d2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fcbf5a836b94764a17420cb95566285750fffe9c0ec5b15e44eac5ad4a3793f2
MD5 3917656cfa7a0ff49aed5afe549e8f84
BLAKE2b-256 3827ef69967f6d9c11da711fd2c275365504e2200cc255e40823476ceecada8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f789274eff49b7172dff23cefbc292ac5e84692636abadea49a7d0ec8b202ce9
MD5 a2b2a62279b444e4dab9db46917fb2b2
BLAKE2b-256 fd4bb01f85f07e4391adf0a51c4b600c64565f5536c47faf13970dfbe7bac920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f288bf5cc15c9aef53b8ef2ae9afc9456ad0fbc2632d5ee0eda0867e53272dd
MD5 d605e4835066fa2a53bb6680d666f135
BLAKE2b-256 6bab8f0f6ea7110809b72927fcf1c5319a7b6c187ff462d9c796cf811aa967a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9dd6c7c0339a9a8d5d9f0d04bf29bf19feb8bdd9cec67a2846d884836a725d5
MD5 6212f26efec71e9e751e27032d377736
BLAKE2b-256 b5dae9f827e508f090e2f6c24f86f23c3ca9208d2c6761f68ad3eab05fa8e5c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a660b651407696325cd24d6d09d9f815faeb15ad6a5bd0a719030049f982acc
MD5 f94f8e7143409832f966baa3ef60a532
BLAKE2b-256 f094e44c2288b05cb1a21006f5dcc4da6edf517f2ba3b2cdb26718bb14f06574

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1737dcd72ac22b90448e9339fbc1a45bc6ad73ba05da9275d00979f6c5b31df
MD5 3cc5a38c9d8185bcd05f67d7f3fe07a4
BLAKE2b-256 23a0c3e019d24080146456e9dba1ab6409ae5f6080af227789da159dc7d00ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 37635f5b64e96dfb9c66e1551812ccda7c8c46a02f0491ce6b911d3cee552514
MD5 fcee3bd2ec526a6d61a8e7d9270cc8c8
BLAKE2b-256 091c8e6649de905fedadbb88b419d401c53d3fcec68c285f577527a120fe0353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9acbb0c7a5a6c77ffcd4ca7f373f9b9b0b2b30cab3b2f27ed74027f0d47c5559
MD5 fd0c88e631f8908925d1b50a41b8ecfd
BLAKE2b-256 4a2e62edc4bdeb26f34e90b2e0a58e8c882530ea888d4ee682eddd16dc87dd95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d50f0f401413d4850ee453cc2ae60c81bccde084b72f17380c4d39f9f2df3cf9
MD5 7170fe3203497f8e3de98f3eb5befc14
BLAKE2b-256 3eac7b9b6e5d98e11ef384d1df51c08cc17d00171bf5fb81e06d596b9bfb4156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f8519759f3e9eeb71cf45858874096ee9dd28fb6ae135149478e7be9ea6e45b
MD5 d9887eb257da6d81effba809c0d3aaa4
BLAKE2b-256 f8b41aaa2c3b2d2dc7495b5acee1f3646f4c47711459f92d0a3c1f1cd8d08785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d434310f9a01a4bc2a101724d0da5d925785c3e456dff3cd33accffec21e2e2
MD5 5aa2ea3b2f0fc822038e88b30eaf98db
BLAKE2b-256 b7ddd57960dec1e6c7112c36b945d442c4d16bcd6dbece14f368b59a8da3fa7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a01633bf10f102f7f079f035ad3f4ce4f43f5437a4efab39b94e0a907ceaf75d
MD5 7d6c0a4a6e6fe6a6184f647c193766c5
BLAKE2b-256 a9b4b30818ea69bd2b7834fc9b5a427cc07274c0f507b82d42ee4eb4deef20a3

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

10.8.10rc3 This release

26 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