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.6.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.6-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.6-cp314-cp314t-musllinux_1_2_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6-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.6-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.6-cp314-cp314t-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6-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.6-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.6-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.6-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.6-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.6-cp311-cp311-musllinux_1_2_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6-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.6-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.6-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.6-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.6.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_singular-10.8.6.tar.gz
Algorithm Hash digest
SHA256 1dff2c2cc6ed805d87b772cf2a713884005ebf8a19cfb595b69dd2391e6755ba
MD5 f969205ae21fb53d71b9a8cbd62394ee
BLAKE2b-256 73fed821e150b4513ce4eaeec887c07e7e0b8c5962b1cf59a9074d3835c32c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91b90eb5426fff65f932cebfca4c575034002d692759eae12a68430778901f53
MD5 33996b858bcef37a3ab2afc108d1babe
BLAKE2b-256 a4d8d91d36b2fe6bba7d4258a0b6d310fb437960504c695871a9178390a4c584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c39da0d425afe25fa57946f6b8f1eb990dd5980131f3af2bdbb2c6e974f4e44b
MD5 21d64c33b920fe8dcfd8edf97ee85f5c
BLAKE2b-256 45b2bddd0890f8d31db421e9addf949b2f5351af81dfe2589529901a1bfdebec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5793a8096351a48857d1377ed61728f1aa02dce6ae4b15768721f811c14a3646
MD5 9856faceeb6674d775fb29c1888ada86
BLAKE2b-256 b876d68bdfe6f36dd81a2801c5bfe89abefc0d9edc7ba55029d6985eb633e559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 802d519beb7fcc8b8ff436731560156bb31b834282e1aea165bfff921b245f14
MD5 ca97c06fafb832f9ef00562125c05750
BLAKE2b-256 375aa01dded9ac21f2f6a55d75ffef4a19b3d4877d4dec8402604cca97b32952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 41217b52ca6494099c205fb46b72c1cc0f6ae720fc2d92828dd796535d789951
MD5 b7385d00bc1473f4e8d51c5a13dabae5
BLAKE2b-256 3c9443c8faa526bbdcdda4ef92040e197cbd2f4c33b4fc4e94bc28c8b25169c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6c09e02774d90e804e7a59e3fd86c94c87294c28bdd4cf00c69927656e511c13
MD5 01c6e7ce32c1fb19a494fc8c7253af69
BLAKE2b-256 631d4dd733832d5dc6cfe9e5d8ba08e176f5638bd2570e8b90625ca620afab57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 676a1f5754ecc10d9f31973ebac5807834ecbd677e0f2c3c98e2e84f065de8f0
MD5 8771558356c6904a1a5bb9b4a4a19649
BLAKE2b-256 3f1f21707caa6a7b0d3584463193b50c3d0e492ab79680722a7da60b06889400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fd44a1b7cf98ae0f3972efdb07bef0d87561db89b7c10551cc6c2c09f91f529
MD5 72d4e20754b9ab92fe0cd1b27322b706
BLAKE2b-256 5f65be272b640eacfacc20a0adf1f4873d05fe863b899eb3813ab623601abfb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc59350fa1fbb7bdb82a29b1c213fbf114930185b1fbfb09dd61e8cc82f5dbb4
MD5 97635d2998750b34cb1b1326085b63d0
BLAKE2b-256 8c971dbda90bfba8e932df795887f80a49b9899de57c98f80d9655bc0fd89c47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f355f26bb0c71913acae3c99eacd27ada72ab89df3f5c9117a43a79e10b05c0
MD5 6dec0570841e4576654d16935beaa238
BLAKE2b-256 d74e98dcdf7265ffc05ea1517d77fb347d03c571aaf0a53600f96c6729f2c621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 16b55bf49ec298a3f3332dd3ca41b4f4adc4d35a2e5ad12bbcff439f5da6e332
MD5 d645456cba74745eb9cc9731726974fb
BLAKE2b-256 5eaf17d9237bf3a860f76017e0264b408c55aefd7f398fa6be881335e5a45042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 43dd77baa47936554381a1d26b792fe6b74fc0e368fa3ebc90eb9877bf4bd17c
MD5 a84f78277a38af09d9912da3a513a605
BLAKE2b-256 95c3b6226584c050a8b0bfe25ac5cc4f9d09cb0333c4624978636a3706c699ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c131cbc0650010b7e7c48c5f9bb6355af7bb0bea52d32410c8c3e019888ac8b3
MD5 d770211c660f86e6aa877011c8eaca4f
BLAKE2b-256 29bd6259cd4bee108e38bc80212a290d9433eeba22611348842750af2d24e353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a34122051645fb7c888f7ba8110a20dbe17e383e8a37ef40f185f316df5429ff
MD5 087ac0d971f45d4b107f782037974518
BLAKE2b-256 13c38e8264a68f7c72dc7919658c86f58c8c8d7c380fce37552fc0782265279f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cad613bd584da27b72a333b1866cb84d2fcb73bfac25d083752c12a638d7878a
MD5 dae42f8b1f1d138656083c46cb2526fd
BLAKE2b-256 4a7df96be6ecf0e384f9e181806e79d9c955c70a4aef7848d1c6cfbbf08608bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8a92430c569559b8ee9bacfd77403e1093682b4243e11d13aea638dc20ea914
MD5 4aee7369ab03e94e8df4d5c12d3ae199
BLAKE2b-256 c25e07279cbe5478e0593a7311293658cb80f32f04182190d933ebc82dc7ee20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9287c0928eac990d7c578423c30eb7dd5600370f7ffc26054595916bc12058fe
MD5 d9ee34994acd17c43e061e1822b739a5
BLAKE2b-256 ac7b8712ebc5b2f7274b104b81abf3a119fd14394d184f277e202cb115395c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8796cb86d9bd6f1932b2b68754e4a7df447982fc2490fa30af47adcb2524069f
MD5 2dcfcdd742031e443149ed52afecbbb6
BLAKE2b-256 1b56c0c62172782f83efaa78587c5fe98e5b1745928e790c29f4b5bfd9480954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04710da82d0e96b15130d90013c58f9b2419d10530c782484efeed2bdb2a9820
MD5 9e2c742e7807ce881cb38b1ce89c93ff
BLAKE2b-256 a9c8dd5c6b7046e0b763331f8cfc2dd4c850b614a91cbb7ce66f29c9bf19bf08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b8abe4313c7cada414c21fc2df7740060a543b21e72a2202f045a408530ff5c
MD5 8cd97194bbdae2feb5d0876dbe8a6168
BLAKE2b-256 e8fb3ce2a781f26f5c35e7154ef71f55fa30f328b826536ed620238bd8208d36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73addf25cb7d61a6164a9291d8173260e8a3930f5a8289c443daeb5859bfcbaa
MD5 25a7572568d3df303d757aaa7bd7bc8c
BLAKE2b-256 e5ab77de7fdd03cd209d8328546c3f32890e7baf37d486062726336718a20275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94c2693c8744c93f5f55e944993619b1ec466ff18ec184ee4e9e410c0292a9d6
MD5 f4243789f4c9051149bb0f5a8ae4230d
BLAKE2b-256 9115a62fc27ac0d4f8f61ad3e79d7284521c2f85acfe714a9b4207396721988f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 327c18b96d1dcd0c392025742418bf438755a7350d5c8b4f4cca9d3557877cbf
MD5 9abbb53499df68ae509bd05932bf5915
BLAKE2b-256 2365476b8724652345206ad0c9b705db5fcfbd5951d71ae3ecf27b297609c141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9ba3a2a75d5a9d377086a3910aac253cc0a7032434d455d8b8cedde03c77a75c
MD5 0a48241b53680189cf39d43c2ea371cf
BLAKE2b-256 39bba920448822d9faaff823b5d5976cdd46949a69bd9a5048367ccd156fd26d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d66e0105595138e3a43eeffd649aeb7a91e1981b533962d196735f18f44007f
MD5 1021009636e2ff31d1f6a8176567fb1b
BLAKE2b-256 9179a433f858d219398d65bd8c7377c89c3a0f9af3e17df7e82d096c5a739345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 277b44af5923baf01e3215847a968882b22847d36c52daa49aa55ac4a5451386
MD5 ec2185a6f648ae99840b78748cf63502
BLAKE2b-256 b5d5cb4eb65752818006194ad21a1d0453c95dea11df8e376f4fd569310a6f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1ed39899cf3992be885caed4b702b218ddee7aa03d7c5f0ae9096e7c5ffdb0c
MD5 5299dafce4a43aa06bfb3db54b7da19c
BLAKE2b-256 967a9648aae26a9f4ac2fc88f59f6305ae09ad96ab02c17d52d2da576b29773a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e20b6802b478119c505ee724b2c5e7d372d73576175e19045af5ae61ee61e4d1
MD5 31fee67d0af945b0f5c24e8ca227073c
BLAKE2b-256 d220262b8f8f9375db6c359bf548b01ffba6dd4d286ff76a193f786713380046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9b16acae162fb74c06f0a8ca411897cbe73dab5e89a0ed3788a9c71f20e68809
MD5 bad06db724d75e07f5e5a821bd4d73b2
BLAKE2b-256 39290c223bab4130a744a779910499222233f7acc219757984a508e2c5693312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bd982b829c36639420c9672e0daa669b1fa802f052d828dac01de9c0f4c09328
MD5 a5733d7c25f8f1d5dfd568e6f551bc62
BLAKE2b-256 9225d649cc6a8806a1d0128caa5dbf41359f5b04b96c71b562d1f889e48d5ae6

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

This release

10.8.6 This release

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