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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-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.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl (795.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl (731.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-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.11rc3-cp314-cp314-macosx_13_0_x86_64.whl (792.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl (729.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-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.11rc3-cp313-cp313-macosx_13_0_x86_64.whl (792.9 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl (728.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-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.11rc3-cp312-cp312-macosx_13_0_x86_64.whl (793.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl (729.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc3-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.11rc3-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.11rc3-cp311-cp311-macosx_13_0_x86_64.whl (792.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl (729.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.11rc3.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.11rc3.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.11rc3.tar.gz
Algorithm Hash digest
SHA256 eece23bcc471c37db13c10dc34b66660d99b6b3387308cd33bbda7662f0bcf87
MD5 64a7d9712f1834b2100969c307410544
BLAKE2b-256 2f769b545eac75790405f34a4971ae90ee9c92930ed9d9cbe85d50970cb4dcbf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cba553db989c1e74f59c3a4610818118eee500caaea6112f167a00f23ce3d9c6
MD5 88ab456c377a273dd98a69c424589d4c
BLAKE2b-256 1cc3976f9814e0d867e4c46aa89065d748a945581315de733bd0fee91cae5d7f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e406f0ce93ef899722536331ce84d14064a31d461a7d56adabbc4771b02ef1c
MD5 9d3c4a83ab6609121f0374c151d28e33
BLAKE2b-256 2944e31706ee487724b27ccf8f24b6f396d2cbfe8e37ae7b9bbd4a697c173702

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f17f191907035f96e3bfdff90b789df8f41503940eb486a052da3016882134f9
MD5 87aaadaa20b19a17cf0ba78cb9c76de6
BLAKE2b-256 299811b527c55a031a2927a859937a6a0d9b737b885302c305caccece7f0d756

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32ee8a639488f1eba909bae1a7e0abe78f8557b0ec36b625c49470904f1d5d63
MD5 78eefe5c26fd077ef8b375c8d8e55b60
BLAKE2b-256 110679f66c1ff3a1cd953706f8927de1e7eb3577a0cbc2cec2ed895590307cf0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4cb4180cb5e7ce663f5b27be2bb917ae0c7a4c92ecd1276e56994ac597041ff7
MD5 da5b669edb7917485f9afb5ea2f40980
BLAKE2b-256 4e89b7078d6096e9d9cdae94ff372344bc0f8bed7784d40728b71f3b736d0044

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b74a6c4adf2b17e0789f291ec73158ffce48da3f95c4a420d801cdbe9bda6aa2
MD5 835c21a4807b689f273a498d3075c55d
BLAKE2b-256 ab0b9390681a465646057c97e2dbfc8a3abf5324473c013e43a2c0e8fa306136

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dbc8ad399b1a47d853fa3e0ca7bd9292cc96e85046f74920d054d65da1e55f8
MD5 d619954918bb3ac936caa0306cb8ec65
BLAKE2b-256 bdc45b8021f30076e3075977b0bb90ed4075c70ed69b0a485a428298b6dcc00f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4246729a81d3819bfb59778a471d7e0f05301b1c8227ffe0f7943bb572cbafcf
MD5 60a18de9fc06c6c27b2f805a80f27309
BLAKE2b-256 8b2ad6de1a334da14a331e360ac2fedacde1d7afd413381ce2e953c62acf1338

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f311cf6096ca0d57b41e0da2742fa31e5e652f0fd374de40786912e7f4c7d524
MD5 c6e1312544bf92b8539c8b086f75488c
BLAKE2b-256 04d11a76809665aa7f1f8093593eea136ecc8980475af180c217a514a524013c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28e20cdbd122049907a15f486bc3c54f3c9c18a665635925c7859d598da041c9
MD5 629129cd9f17f3dea160881d7c01c65d
BLAKE2b-256 3c87e398b90450302916577fbd342ca8f9efd34f6ef53b5675887ef423722126

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ff3ac7178422c31e22728276a6971458c28f23d29d3212b9264c6b30640d120
MD5 a16c69c31f6955446089e4bc9f812b27
BLAKE2b-256 eed6fee9bbda05a3b08a56fda0895f5e42502acafbe574bbc4308223b2d733fa

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c98b3769f994f108d77c8ca97ee46888a92399d3b26795b62ec684b0a4606a69
MD5 1be94198ea3fcce2f46d9bc0b1aae2bf
BLAKE2b-256 9439ae618acd5fb33d6d0ea31a4b6b47c3e101b91f942c9e86708ca6b50337f7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c6f1065588cbf68dfc8a5cfd367f424ba5a7a991fdd218a932319cecf560cde
MD5 6643443b5f4f3d2cafbdc15f18065913
BLAKE2b-256 f2742b9e4459c2f5ed5a4f20ec45ac3c9854ba24d82fc1be2c5ba25451bc104a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b42b1360766e8e50b2056b5954a11fab16ed4348f2265287548c9bc76ede4347
MD5 1df19d029a631129d5210cf281714b46
BLAKE2b-256 65d517a81980bb0b5a38cd52a2a6346a71f6cd596abe7278770e0c76b3b6bc1d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 821a631e65edbfa12602012473aed1eb812acd42365d3ec6617174a9c64a53ba
MD5 2496309dfd8f1f42f0c21de258a8b772
BLAKE2b-256 f27edc179f160a34c0fdd18b4ffbe4405a235e20c3644c3b6b0e1a0c2d56bfff

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9bae1d6415006afd851b2987c3a6c12141f6cb8213339a526010f40b19b50fa
MD5 c1e3107734835f96b34187eaa2b8055f
BLAKE2b-256 66bd326b44ced53945af7b5b7430846d23dfcb4ec64fd93a18eca9014d22c7fc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 da5d1a6e0bcd2b7d0c4b3e8fb82e29caa4bb5b72cad9629a2d31434a1e564522
MD5 e42ab4c04925bf06631d8eb01047d4ed
BLAKE2b-256 7b12c13fd3254682e3ec749e6c55d99eb13f3ead0289947d026ef82a49d25d1f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e33d7367668d681a23b626856fa6bd0a459f9fbd18c879d694dbb0e8ff76e989
MD5 5c5db5d122f8e430c8e4871159c34cf4
BLAKE2b-256 63842560c6422e9450640471c968bcfa4a6348ec59b9c30fdc495f300735938b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 106a46664264ffa721694ee2abb321601ec06057c994713d85807bb8f6d94671
MD5 bfb1fb24e49ddc737dc5c80b3547a927
BLAKE2b-256 a7adfb23e2c4847b8e383f86d08399422d37dff9f13eb2b3ba9af95aed45a3d5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65ca36ccaf972cfdd2e3cddc6759a8c0e691ca5fe9c4c5035584acf66a32aea4
MD5 906809bfb229e9ace0e5aa5818c6cb3c
BLAKE2b-256 9a28095956f83a2daf7d1a04acf717bf5813dc398fb2312883c3231997f07ae4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74003649b2655a93faf0144a8145d06d5930e4faa0253ade84db75d4dd1d5be8
MD5 15f0eba196f142fb19f080fc7a703763
BLAKE2b-256 266bff91a4bcfeddac079ee7262b3b3f18221eb68df1e02e2094161f9e0d647b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14d6487e5a28d954bba2551dca2e6bcac7d3ec7775a82d645fdae5e4bf42ee6f
MD5 c10eeccce37c9911479983f0df82c186
BLAKE2b-256 c6ef15191cca95b392644544ae0b56d80b813ec9c85096f841939928ec320408

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d402ab1dbbe879739aeeee219f10cb109b2f2c8ec12cb675411a2de6ce89306
MD5 246aa2e72380ea7c3fdfcb8c20bfdb9c
BLAKE2b-256 f45596878e25cfd6f5771afa089687745740de794a2b8e1f78f3d581be10339c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12bd96daa53ff535f40358050bef6ba54ba578450c3cc5d9aaab587593e8d8db
MD5 f6e232b3776c78fb7133aaccfb74157a
BLAKE2b-256 19a009389f2cc2d6c1c49a24423d7a2491f8ca1bbaa0c30ded68e624aafe1934

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95386b19bae59bdc3347c1e10682d37021f9ac99d09f1e52d3ea405a91d3ac32
MD5 4d2733869ecfc02d8cb8821d674a9b27
BLAKE2b-256 1b8a0272e327d33ffc775f71abc645142152b58be7668a06c6f83b662c2379e1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1ce49a64c0bae51adad15d405d7041d6c9e056d1daa636294a0f7195a876509
MD5 a8e5dc246169f3ba3afe27e9236f76fd
BLAKE2b-256 5ded9076a2d5301e66ac5aef14f6c72f81d937bec5fed03984dba6023830aac0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4bc468c682b571a2b58f06c64c0bf95f8e7fed707aca85fa3bc858816781c15
MD5 348fd004ccde0e85c0658e4490146e23
BLAKE2b-256 aef309a0c23d88d8505ec83083d0a61412d5440af0b676ee42cee5e6ef704b8a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7970f618357fab2d71ee3c4163fc7c153e3c896abd6402eb60f7d8e3faf74d93
MD5 152dca19fcf2256209c7eba1031212af
BLAKE2b-256 cff995535bea6af6a2daa065b289c3f61af70d1cc640f3384509b8cc05b4a0bc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1fa943bb43a28d1fdf46a558f637803a065c4d3093ffc561b58c2f05df068c93
MD5 88544c8094928550e88b06cc4e19a766
BLAKE2b-256 deee13550a06c76ce028e5acf443a105327a68a2798b5c0d1b45cda5154a7967

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 87934ebf3a4e2e2d292b5542413cfadf0cbd61b43de62de4158787810e3abd5e
MD5 defc380bfb954e3063e2c97ff4fe8168
BLAKE2b-256 5269e8ad0e44e9b0a30d044730b228bce28644a0afaa1421cdd14c30ddcd39fe

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.11rc3 This release

31 files

10.8.10

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