Skip to main content

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.8-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.8-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.8-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.8-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.8-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.8-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.8-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.8-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.8-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.8-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.8-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.8-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.8-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.8-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.8-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.8-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.8-cp312-cp312-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.8-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.8-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.8-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.8-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.8-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.8-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.8.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.8.tar.gz
  • Upload date:
  • Size: 345.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_singular-10.8.8.tar.gz
Algorithm Hash digest
SHA256 504a998ae84e9e994c6da97b22a2a770d32b083526cae7bc152746fc4847e221
MD5 a80c9c388673150a1ae83d73a9cb0c18
BLAKE2b-256 2e6841c49fbc5caaa4c94dd15ec426532c958989decae6f5bd7a619c00c2aa87

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56445c712dbd876fa5bb92b78370f29edbb26769ab426685da4bc881fe913763
MD5 9fe93882afd75129a72a71cce3f017bc
BLAKE2b-256 ef909c4c8c35651c8e479f545eed7aa71868f7369ebdc6a0141d1262209dcb5c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 423bae3f13a4b60316040a91467ca5c328434878c46b80c57d4b62925a85bc00
MD5 211560b516187216e1feb2b32ec70a2b
BLAKE2b-256 be9a2f7f477811d9c7ed4ec6a5badf904b63be1b788c5d8637b93adc9270d586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1ebf03aff5b552779d49c338182b4b8cea04515027f708e74e5d3f70b4d229f
MD5 b171c852f0bbece73dd3d78f810ece80
BLAKE2b-256 b8592635e856cdbe7c70a1e49d4d610a6581b9facc6ad72ceb603b5b9846382e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61b0c17fc8523af78b595e636e049dcf3f26dfb2b05045cdd97a79da30f91fc1
MD5 f9c86984bae4e949e6f5f26abc2d28ce
BLAKE2b-256 3332e04d4f282aee1c7687ee0db67bd3707315e156ed3b7989d19c26e1bb5836

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d43ec49b89225abdd185324fe1703149bc578476a487c5f4a25bbbcf79d8b09
MD5 25dbb64ba6244eef6e6a03de9d815b8b
BLAKE2b-256 6be7bb01d7376775193efd7c8e8327447591249acf7a04d54882020c721ea4c6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ccad800f747894252f02327cc995da140ff700b2e868e3ed571c9e69890f1497
MD5 297c21fd8ea01499488de323702b7ff7
BLAKE2b-256 32da84608f1882844ad2b651ed178f1e889728e0742d83abf104f640b6b63e22

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd0e3cf1e40fdfbef48d469c1a2ee6162bfd251525ddc486db66630d7b237a2f
MD5 06e8e58618ef4db7b0c6f00a2d6374c2
BLAKE2b-256 000536ba07e7fa5649d5b57cae85e0f78602d150986d999d7fccfb2f6d571b14

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a80060cf1922df5f92a8c0fd9e8fb240ec15cc8707dd9233c874070ea3826f15
MD5 63e4340099d7d35b6320a1a03a4c3210
BLAKE2b-256 99918c21bef4f3a81d88d05b131dbde54c13056806e99d0d3e5e00b36d69e06d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b51780f80dccd9829b7070b20ed713a04cee3c3635cefd42d34261e5d2437a66
MD5 64e29716acbb82bae1d3242031bda4ff
BLAKE2b-256 0fcd6501bda9b7e5d652fc96075dcbe4324048af315f67e7056bce65aae926d1

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 509f2a96acf38e68059ef140c49b80318203af5fbb16c6e5640465431956d289
MD5 4319e6392f872fcdf83fde11ba5c0983
BLAKE2b-256 8bf8c8fe98ebba2ada97da01d5758e094c02236a32f4f296fd4a87f62a859fce

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65335502cc0db87c04e3274bfb1175265ed203b07cc967e4044e3038b1fc2311
MD5 bbb3f7b06fbaadec6e67b7c38f0b0d3d
BLAKE2b-256 11c81f36921b9372d31f5d93fe7d98e7403b0364051fe75458ce0f3fcf8bbc68

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9593872d609d81168c2f3df7a13abcbc69ccd0614204d6bf65c831cc57159e9a
MD5 82f6341d0cabecfe026a1223d6e3d8e6
BLAKE2b-256 08694f9ab6c2df89219337771fa7bc5fefad267e837ad2b426090f45bcfda74d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bee52da1a32877d4f860e028d87de56c8c7613c1086f8d1ab1e2e0d323f35569
MD5 871405d6b469225165247c942d9cd742
BLAKE2b-256 e46619e32eec5a5b580902198aa328a37cf63237df2a4ae8da88547c354b0146

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21e649295496a612bfe613ee54494ea3fc59d495535833d1d7b9871d61e1270e
MD5 4bfcadaf5298c9626f37eb0d15a9ed76
BLAKE2b-256 a534259ca1dd2192a73de9fc4f89fadf3944d0bb37733950ffee69a787c2cfcc

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df4b700c9bfdb6544bf91e9cab2edb8bbf6a1f1014869911e2e4392aaabf54f0
MD5 e9c8cf9ae9b0e7eb79cbd2aed4f59d4a
BLAKE2b-256 1b0aab6abdac981e54d57635b84bb61fec974ccc0cb64980a7f43428eff4d609

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7f8bc7b9191939099a80c6bf8885d3ea95b65b7a8f6008aa1b9705c669d6a32
MD5 9848abf79b9bdac5d64b1774e8d9cf09
BLAKE2b-256 3e4295e0d669d27b5c4738a8343031ff89e47334741d40d3d1e3761dea45381a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 16017aa3f4d03673aa0fcbbd0e3157b3b00af6213f459dc7eadc9ae5ea097287
MD5 f60e3320bbed569013ed8e2f5242f53f
BLAKE2b-256 fa7942cc84066994f59a75defeb3789cf9c64c479629700852f0087e4a33dd4c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a14d223dfe2622cea63085211e8475612ed4de7cb012e37afc8b43b7ec7ffccb
MD5 aa0a61af0a1c555a781b94091a3d23b1
BLAKE2b-256 9425a2d8d7027acad9861ff73ca865373e0a74522dba5e6f4f400f18a86c1df9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eafdd8f0a7e52c232ee4cc4bcaf5f0c79c94733ec80a232d329bf8599488d8e1
MD5 bc00f6ccfb3d063ed4b0b73ace6ccca2
BLAKE2b-256 6debd29e662e1ebdb6c627e256b3860bdd06bb01c0b595267c12325c51051a90

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d3f7925bc56e89dceb6abad7ace81645db508a6d9dac60f7ee5d4a7b56740ae
MD5 f6d1bc0923ca5c2c70af1a6cc96f87dd
BLAKE2b-256 e2c1b1e750dad7b86123890ced23b39c6568356672686e5c1fd354c6fd4ed2ec

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e60c35c09010e4b582426a2ef782c36a25f2a4f8378300d548664be1e1c8d85
MD5 5b2fc8bf67ce077918a6c52e8057de3d
BLAKE2b-256 cc6d53029f805c92a25d2748a90791be056bdad0f0f3ffe98b69ef1fd07ddc1d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cd3cf71f65429cdaef6de844fd80f6394f17d7b58f361f51134f0b2bfc2b791
MD5 b6d7fb0ca36619975eebaeec8d604ada
BLAKE2b-256 775bd5a2c9f800ecc592727ce4177a8c867ac21fd2225e2fff1778421d555f8d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3ce7501ce1bfaf6faea34442ddbfb2189a9f38136fbd801039022589acd7f0fe
MD5 5415a443299f0a3cab62a1d6879eeeb4
BLAKE2b-256 f5fbdd17527aa68366ffba8dc24f8285a81c8400baa6620a9cfb42cc8ad14369

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8ef45b02b0c55870e3a743fc3d0ff27daad35a2d75f4939208b2b04183c9f3e9
MD5 2a627c6c4b9583b0f641282624e5d97f
BLAKE2b-256 293f4f4f2324081869c6f51ff8f33b65336798e1f5e27375c3d09b864daf70d3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ef01c3ee136160310627a8ef4a68e0b74fa1e520cc85955da575bb5ac05d166
MD5 88f401a4f43b0f8d81892043fb9accda
BLAKE2b-256 c7124a3c507e2acd21dfbcd45450723fb7a294b9707df6dcd4c6af7ec4d57138

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dca22f96e17064973bed08551081101a69e53fbefadfc9b74fffba517bf7162
MD5 1fa22d1c268d61783171c5fc36d046d5
BLAKE2b-256 8b517904f713585118f20b2a4f8c41cebddf062792da570aa34aebb7f9062336

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cca90ad21583f88dad5b5c62c48e32f9edcb33db1a592f7dd48cb26ba98f0482
MD5 3edbdfbeb5b565c21d571d0a51dbe845
BLAKE2b-256 a77806594065b46a179c9e3787a7bdb3c26863205d683458b1de03813e8d81b1

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cf1c70cbebca448d08ceb354cc0c4ee9b9f26c637b76eb1b8d60a72f1655cff
MD5 238c488313d3a6ba8542224bf9c469f5
BLAKE2b-256 57e9c9674ccad52046c1b47da1cba4609a8ade0e63a81393a36fce7d75d4d277

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 389e0119bc7a96f4f55ef7f8b9c461cc04d57a99b39c50895132ea7210d77508
MD5 9ae7aebeb726fdb630cf547cc4262408
BLAKE2b-256 b00065d9daa016b5e13c9fa9966b8c46cf026553065ad0e1cc1c18c30ee60ba9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.8-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 953ce415735d24a2c2342668113894547ea3fcf4052bb3d9914ac1b68c57377c
MD5 7f9f7d2268feed30766874a22aca31f2
BLAKE2b-256 52be07fda6df19298b808f286758dea414a7c4dba97d392c2fede1c6189eaf3e

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

10.8.9

31 files

This release

10.8.8 This release

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