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 package passagemath-libecm provides interfaces to GMP-ECM, the implementation of the Elliptic Curve Method for integer factorization.

What is included

Examples

$ pipx run --spec "passagemath-libecm[test]" ipython

In [1]: from sage.libs.libecm import ecmfactor

In [2]: N = 11 * 43570062353753446053455610056679740005056966111842089407838902783209959981593077811330507328327968191581

In [3]: ecmfactor(N, 100, verbose=True)
Performing one curve with B1=100
Found factor in step 1: 11
Out[3]: (True, 11, ...)

In [4]: ecmfactor(N//11, 100, verbose=True)
Performing one curve with B1=100
Found no factor.
Out[4]: (False, None)

Available as extras, from other distributions

pip install passagemath-libecm[pari] additionally makes PARI available (for primality testing)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_libecm-10.8.10rc4.tar.gz (16.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl (795.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl (731.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl (793.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl (729.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl (793.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl (729.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl (793.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl (729.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl (793.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl (729.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.10rc4.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.10rc4.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_libecm-10.8.10rc4.tar.gz
Algorithm Hash digest
SHA256 7e4015dc742c7fe24b64bff25ef63e0ebd0163ea5455313b6ef5bb0b884a091c
MD5 7e959702305d388c9a6d478b0823be84
BLAKE2b-256 37c0ccac770fb072a49a28d4b69dcf9b75c55e1c9a4c76652e07d178f82ce49c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 048530ccbeedbf10a8711dee30769cba32f1658d92593923ea7296a01c733cc2
MD5 de54513ce3e639cc262d26574e7ad20a
BLAKE2b-256 6d695dccc155899e249b6ceef4b72725db568bdc4c507dda85c8b65762a4dc33

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 614ac68a554ab898e5ac6e24eaddcfd43361b81ce333324648402b4ad2125a72
MD5 46d7399c82212337019f0b370f0869bf
BLAKE2b-256 85fe870a8691b5d390aef33549df4188542f8594747803bb7a4e2e7f916d16fc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 317360a257dcf0910b88cceb2158de5f59bc1bc42898d462c26e7581683d4145
MD5 228caa6f9f70b159a4b89b22149d63dd
BLAKE2b-256 5f1a252b28fc07acfef6c2435122214b0cce237c44a244406a4fb18fe600971f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9469e694f67dd1ccd6d625b3485df7a006ecbd23dd04fb02d2a1461a396f8f91
MD5 f64484c24f3baa5eeb926e9dcc300415
BLAKE2b-256 5cb3690e681e1ad3e963a79df4e2afe36b1a14f3ea7fa6c1c55e5d65a2a9f7be

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4213db39c7f8a146a9b78c30025f0270c0b18a65588457b3883edbfbbe3760e3
MD5 864077c2c5d35e83dd01a1d9d353b344
BLAKE2b-256 395cc5b42f9831f6591648b7f434c1dc1c19e8c158a642d016f2f2727172d460

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7defad6085115f8db47c293a231b2c338a7558a05815c7b529d901082ff4049a
MD5 ee38652d8af78dbbc4f6d7018c2207c3
BLAKE2b-256 39ae0477ca0676c5b1c70890dacaf69f9cdb91acd6d5a6656c45a71853eb3ddf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbec2bedc40aa346fd15ec049879a2331f566432d5545d78ff7a0872980bcc79
MD5 e4b56ab47592f213a846f51a63a0d4b0
BLAKE2b-256 a9c71f2d1cea925e374a3611bf6f0213d4bccefdf65ae44ab36261490a8c9497

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af437b106db1c0c8d4404d58ab6c2e09e58ea43d74bdeaf134ac6f130c3ae901
MD5 1ad0ee894c193e0491fe5e7896a878aa
BLAKE2b-256 65ed6d9e159559db6ec3714c28c9bc5f8a14b6b1eab08ee035b25cd66f2780c9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16ecc19870e995adcd145ec75bc0bbe1a7dd8f458915a9cfcc28feb2f9197729
MD5 fade83975b72e5ef2f4b534cde7f6c62
BLAKE2b-256 08087d1c9cbf1a8fa3351ce8f8343b64f52703ef324076c145c46301b86c10c3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62c94f7fe6f9622f1cad30b37a3acc5adef976d2ee15548b35a9dcff6d8a923a
MD5 12af78df4a3acfb54a01b45deb88f002
BLAKE2b-256 3923ab301bf30e72b375be0fab344dc13c355d8f10117dc0984a0a329d534ef4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 616707028a180cd1c6cbc1171260f3ee5d9ac6012c26ac2325a9dfb7bd743e7f
MD5 32e562855cd3343cd557f649518ff934
BLAKE2b-256 abecca941bfafa4ae1f62bec413d461d3e9fb412e4290d51aee92b7ebbe66c4a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9ecf2da7f10404b03d2306c83fddfab1b9a18b70235af6a1466754f758fc19d5
MD5 202a16ea26e2154ddd1cbb099000c1e3
BLAKE2b-256 0ff25bb207c0f98dc6e571543471757521b9c48d03a4108f0ea9231ecf670f61

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6b517e48942a94222bd49e796e52099d087991dccbc4ff0059417c619bdfd8d
MD5 57b6ce195179fc3ad7f057a23e525801
BLAKE2b-256 587c73a986036d7751a63da65c1a1db750dfb2ded9c703d686d006126e3bd2ee

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a37119da08ccdc6c5bfc11086d5166ed408087f6c61a9e95dc0616b78cb1672d
MD5 f65edc41658a33e46f2d76fdd1042039
BLAKE2b-256 5c61857b9df8800aaada314cd3840603f02c66b8b8506e1bac4b7ee370127449

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9afff7d38777ca3ed32f4c89715f6dadcceeef50cb54a1fb5f579a5b4387022e
MD5 5b1c1dd575726ce7f1b5a048520941bf
BLAKE2b-256 9b0cb2bb33bee7dcee32168ff6b8f0e8dc2cfdc647cbda2a13cb000d316eefcd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79148a7483cfd717c5a1f4691b9ccdc1fd1ef3e532066e620f67d569b67454f6
MD5 b3f2758765b3cad7d3a158a187aceac1
BLAKE2b-256 f2034749897032993c752a3be3a98bd8950c798288015d60960fefb2da535a82

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cc106f86b30dd90a8259d3453cb641cce42c748c523a27f11ec5b5818c08049a
MD5 4a283cce051a137829a960b2e38649ae
BLAKE2b-256 f1f9824ff751e2279f0f763fe9296e5849ddd4509975500bb8d9789119d6b9d3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0c70dc8d1745ef040a80e8f5cf40e05017520b64db41a76dbc5c71f1204d4a6f
MD5 fa32b5253a7bb6530d0528a4fc2a1523
BLAKE2b-256 075315f03ca5ccc7afdad0df38ba86a7661c60243ed2635e7ada2fcf8d921ca5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bb23948cea01af84521b646a38194ab6b5331275a377c38d6560d22e00e6f3f
MD5 71201e516d28ab34fb49118ae0974179
BLAKE2b-256 0fb0130a8c447e1304ff54ebce3bfcad3d88107f6e8f9f24fa0175faf18b635f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f281608a36878368e8f6f0fccfaf10b57f34c3ad67bbcedc9b0b63495936332f
MD5 e8eea1d7a7fcde456e6b5e76d9258563
BLAKE2b-256 4e2acf943820f1f159b11432ba107675057d24c6d2da95f1389721894897ef04

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7c55e63b6234b87b071e65464cb21f16ce8fe12bbc869e0847388c67a5275a5
MD5 2c60caf7b167b5b85b6c33a3d46f88ee
BLAKE2b-256 e62af635fd020a67a3b3441e04b4bb0286dd9cf60883eb3f71ee7c0272d9a3b8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 881aa0a53beff3809f06a90ff1610b91d8362a27f0e39d377aa458c9a878c608
MD5 068d190c996f7feff3e411a0ee5d794e
BLAKE2b-256 e77313cc9cd45947d4a5de61c282a4825e79f9cc2a945c6b477622cf9ae17cd8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e822784b55b33e45b26e9b3e6fe4f53af5e092643407d7ab25f2d5880f22ad5
MD5 a2159968a8439fb0d7d79073b11b4924
BLAKE2b-256 2bf462b143d0734d12aef58ec1717d42ea6bc3ee5a60e15a05bf31792cd5ae75

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0f2722773436285218e316fce72918b4df006810e5122f336485797e41e4d424
MD5 9da92f2fd4b341cc7419d09d4feeecd0
BLAKE2b-256 c32a62cd97aae774e5b6335fbf42ac236a9a1451e3f99aef2f4bd0e52286c34c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85ad5992358b5c5670112a6320c2032fe3250b52286e7af7f74c8c898d9e9e0
MD5 df48482e32be0e334fc1086c52864a12
BLAKE2b-256 4bf6c1a70d47a5795d7ee09d47552160ebf0509ade44dcf677efa2046b408a8e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3784bc41d76f04700326e4b01f956a0fe0e9ad781599ee9b655bb40ecd696313
MD5 8f7028c2275c3dd3e8393819dff88220
BLAKE2b-256 dfdefce51bf9b5135ff2fdb78b63a4c435af97ccd4c6c5733084143e3d302078

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fef25481405bebe8c8d2602260c8257179b2145904cf3b0eb978ed534c937bd9
MD5 821060e498764c323c5858e559a72924
BLAKE2b-256 0c5b61c2d1f5a607daf065a7b5f7a3293b08cf006cc36b1f11a578da8c19205c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7aeba3d23f0264bb0c5d52cb5962d03918afc2ef501aae944d891e8b8faeebd9
MD5 e2fdab3ae99fd051654dcf7f87ad161b
BLAKE2b-256 60a924aa9423cce0d1a8aab4a0d2591ef225f2d02b5636b24a182b3fce48e347

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6b55ddb4be09a8157257d5aadfe188d60b74853e1426817105555b1738658ed0
MD5 50dc3d19612308e47003cf9116ebcb58
BLAKE2b-256 5d485353de4b01e0a000a669142fa11069e40460e06b85648409b38caf0325a0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1d950a8d7b54b4bfb34d56d1494811d8515c3fd1da4f0d024bb238f017401765
MD5 5c9db8d73fbdb3a03be00586b78fd562
BLAKE2b-256 dee66b0e90fee5810721658ef23ac114d3be29618c08f2f448a109059b7ec1e9

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

This release

10.8.10rc4 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.6.47

37 files

10.6.46

37 files

10.6.45

37 files

10.6.44

37 files

10.6.43

37 files

10.6.42

37 files

10.6.41

37 files

10.6.40

37 files

10.6.39

37 files

10.6.38

37 files

10.6.37

37 files

10.6.36

37 files

10.6.35

37 files

10.6.34

37 files

10.6.33

37 files

10.6.32

37 files

10.6.31

31 files

10.6.30

25 files

10.6.29

25 files

10.6.28

25 files

10.6.27

25 files

10.6.26

25 files

10.6.25

25 files

10.6.24

25 files

10.6.23

25 files

10.6.22

25 files

10.6.21

25 files

10.6.20

25 files

10.6.19

25 files

10.6.18

25 files

10.6.17

25 files

10.6.16

25 files

10.6.15

25 files

10.6.14

25 files

10.6.13

25 files

10.6.12

25 files

10.6.11

25 files

10.6.10

25 files

10.6.9

25 files

10.6.8

25 files

10.6.7

25 files

10.6.6

25 files

10.6.5

25 files

10.6.4

25 files

10.6.3

25 files

10.6.2

25 files

10.6.1

25 files

10.5.49

31 files

10.5.48

31 files

10.5.47

31 files

10.5.46

31 files

10.5.45

31 files

10.5.44

31 files

10.5.43

31 files

10.5.42

31 files

10.5.41

31 files

10.5.40

31 files

10.5.39

31 files

10.5.38

31 files

10.5.37

31 files

10.5.36

31 files

10.5.35

31 files

10.5.34

31 files

10.5.33

31 files

10.5.32

26 files

10.5.31

16 files

10.5.30

16 files

10.5.29

16 files

10.5.28

16 files

10.5.27

16 files

10.5.26

16 files

10.5.25

16 files

10.5.24

16 files

10.5.23

16 files

10.5.22

21 files

10.5.21

21 files

10.5.20

17 files

10.5.19

17 files

10.5.18

17 files

10.5.17

17 files

10.5.16

17 files

10.5.15

17 files

10.5.14

1 file

10.5.13

1 file

10.5.12

1 file

10.5.10

1 file

10.5.9

1 file

10.5.8

1 file

10.5.7

1 file

10.5.6

1 file

10.5.5

1 file

10.5.2

1 file

10.5.1

1 file

10.4.68

1 file

10.4.67

1 file

10.4.66

1 file

10.4.65

1 file

10.4.64

1 file

10.4.63

1 file

10.4.62

1 file

10.4.61

1 file

10.4.60

1 file

10.4.59

1 file

10.4.58

1 file

10.4.57

1 file

10.4.56

1 file

10.4.53

1 file

10.4.50

1 file

10.4.47

1 file

10.4.44

1 file

10.4.41

1 file

10.4.40

1 file

10.4.39

1 file

10.4.38

1 file

10.4.37

1 file

10.4.36

1 file

10.4.35

1 file

10.4.34

1 file

10.4.33

1 file

10.4.32

1 file

10.4.31

1 file

10.4.30

1 file

10.4.29

1 file

10.4.28

1 file

10.4.27

1 file

10.4.26

1 file

10.4.25

1 file

10.4.24

1 file

10.4.23

1 file

10.4.22

1 file

10.4.21

1 file

10.4.20

1 file

10.4.19

1 file

10.4.18

1 file

10.4.17

1 file

10.4.16

1 file

10.4.15

1 file

10.4.14

1 file

10.4.13

1 file

10.4.12

1 file

10.4.11

1 file

10.4.9

1 file

10.4.8

1 file

10.4.7

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