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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp314-cp314t-macosx_13_0_arm64.whl (731.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp314-cp314-macosx_13_0_arm64.whl (729.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp313-cp313-macosx_13_0_arm64.whl (729.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-cp312-cp312-macosx_13_0_arm64.whl (729.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.11rc1-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.11rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.11rc1.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.11rc1.tar.gz
Algorithm Hash digest
SHA256 7427ab370ba0c3b576a965066629cce5c5c988b1124e188b222976bc910f880a
MD5 5185a092e4a19d25d2f0133f18881a71
BLAKE2b-256 47ac3c09dcb29b0dffd2c8dc8f861ae31001d2dae30ba2e2ea1bc8c95f0880ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0e238a2954e2f2b18fbba774d4a7087337a802c62251d3adfd609bd42d86bcc
MD5 3a48f3596cfc99850524a4cbd52034e7
BLAKE2b-256 5c3380753e8fc1e0eb78a518e7a6e1ed74002a532c2772203dbd6edd0f8cd495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 febc7daabe8ab41c53513e97281a6ecd8865500038beea3953a97e78930462e8
MD5 ce8bf9622a4f850e5dfd7daeb39aeb7a
BLAKE2b-256 f5cee313667c63bee7f084a7ec5a382da8fb3e5b2e72a52821a0ce7988c29071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d4b37d22b754b5b57206feaa92113807800ede0d9adb4faa15319edd259f536
MD5 6ca9c3b7e45460e89bdf33b03d2513dd
BLAKE2b-256 a92abd2e2917c4911195b733cee5d05a380cb6c23df10912ec7571dec889468c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8fd3414379c08e06c70d816f28cd16cd1da8171e0a442d50a29de2d68d0f0a9
MD5 ed5c8d4c83bb86ba591e9880916807c9
BLAKE2b-256 2009c207831bd8bfb689b0c976c94530e6112ad011f3b4e2a621a312bd3c23ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01fdbc2e94ac2c3a045695b763394723c3fe5756ac1534b91676a4c766ea0138
MD5 f54698368c36e5db5d7e1497e726f92f
BLAKE2b-256 9d045ba6e07762c84deea849d09de5ef63129fc2c6da8a0e01a99d5eee50ca0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 443732c3c575f18516b7f568324e6d85721d16e4ce3cc76929716c127ebfd8f2
MD5 218049aaf7d6435cd79f251020e2c4ae
BLAKE2b-256 0ef3a7a288b362708a517e97482cf64849a86182e961c9206004c9fafde1d38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 062f1b25fa22eeef01299269e539e7dabb094f203945c5819944e50c09436a7a
MD5 363d0d6c224ee80480abfea186e1787e
BLAKE2b-256 e3c468ec0695d0d98deb2bfe876c6333ef8c66354ff9b547c319e1ec86967b75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e90f3adb16d009aed86765389418d9bf2e84ae44e28e22e362f948bb6e7c9f82
MD5 35978b254cf01995d66ec85a19834905
BLAKE2b-256 c2483b6c00525f0763accc42e788fc5b4ad7904e9eacee52a74025339a17079e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72b50a08764d67749324ca65d322909170cdf928d4509bf1d05b59a353246c1b
MD5 d0cd777100c001cacf9e992e02959d1c
BLAKE2b-256 e1b8d9b2793db737c1833e94a379a3f4b9a32622fa03781554bba4330de92583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38009f8ae3bce2a3a2443d4321e06b3c7d55d3a8575c7be4f648d6585449e813
MD5 7a50ab2e30e892a5d824de9260d84a36
BLAKE2b-256 de2771c3dafa1a1b4d1d2c555b154fe6ff5717b641677008cdf627ae11f26d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b36fecdb1d22a1366ca932f9dace157496fdc0830e4a993cc5811ff650e3d8c
MD5 309a176016e783db6cf4aa5b072e5d77
BLAKE2b-256 d877dafe51ffb9bf12bfb1ba1d641cb32701368f9376678390859b857d55ecb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b10e5dbf4515ce7913022f97a5b477f42380886bf78268fc3e868667be9e17e2
MD5 78d15cca267236c1457da8de63e1ac1a
BLAKE2b-256 e41756aa4ea3a0621ab4a6fa56eb08b8d0d25fc19ad1ff1fd352dc7a27495555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b67eab2dfccb5af81166b67143d99f49b114198cf2b56ccb4ca41abf79f5ad8c
MD5 9844d299c04d17d23aa02417d01ac16f
BLAKE2b-256 2de30d1d66ce4d5da8e18000d21f50dc0a731feeb0037bc4a22289e054518433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a8533eaaab64d90b3157839ccbed14be41754eb4e477aca2276ee1a5511e8d0
MD5 f28994bc01092c898b48f14445501c42
BLAKE2b-256 7df3cc6b90d2dc9299e5df25364e03c5f8ab16e89c56f1d7b87fc453c00ab140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae4c3bdafe81f97744136d1bcf32373f6dbc7ad07eb7cdc6821ea7c581a7523c
MD5 428311570d34a9ee8fc3e30b894147f8
BLAKE2b-256 cf5f48317ef030c4257c826d7c8ff630a6458621e5bd5da9d861b1b2a6046869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad32d11abf0f32d0d393e663101383a90bd83b5e358d942855d381d52de8a4cf
MD5 cddbc1653b43a1fd701e8b4757286b62
BLAKE2b-256 0bc9ef45cc9b6a0d85dc8dd936a2c8316c443e2f8565f0c664467b5da920ee17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f0dfe077c7a389c6670bc410d611474728cf89f087dd663d0837641ead038255
MD5 f9cba50c87f190aa415ea18e271321ed
BLAKE2b-256 8034bb8b52a21177051208d5a16263080ef3b75c0c0de81144feecd21fcd9b95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 78b9964b9360be67f0b4dcde85a1ceac28f9d72edc9fe2707524d805b510c66e
MD5 faafcfa2f34e0037b47b1b6353ca1a0e
BLAKE2b-256 1da41a3baf04a7b85dafdb8138b9adf87751ec5302964767006f288ab2e129de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddd2647d50b0023f5cc93e098c3390d9a19f679d8d67bf031639973a6c100f14
MD5 07e6f12405ed88797074563950949ee7
BLAKE2b-256 b9992334fd46a84707319e3d1125a28932f8e717a76b406349e757d054e79094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 327b1b145d5a6a6b51963b06410cff78c40878fc3a0b2726760c62a2fd7c85c3
MD5 0b40f01fac9ca40e3c5eb07dedb91607
BLAKE2b-256 08d41179f62a833d85c4fe0f80ceab6723cf2b10ff3a90e716238a39f58a562b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23541fb01e482b5120538c6f07872b0e7bfb4d0e913536f8667ff661b5faf27c
MD5 b6af3d6caa5bff11e55d27dc84f6ae9a
BLAKE2b-256 727d80886a68fca609caae163ea594f1a53737fac8ccca46e7fd63cfb693de77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8d8643999e44641848be5971fad13a11fce5f15cd9552189785626fcce2b868
MD5 3e26564cea6e464770fe14ef1a7292e7
BLAKE2b-256 a1c57a4955ba948a1e2642158dc336900b1b9b2b0f70b7df3f282b0889c919b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 336e8662f77172d26938d9338098dfe0113a919a8049a2df9aa9f3ec202781fd
MD5 7f6552f10a16eedb77be0051d55d87cd
BLAKE2b-256 b3ef10228d647231f79ca1b0d15a8738af2486aea99aa9e67ff490fe0114b908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bf015594a3f9d3944404dcd4272ce475cb3f6e28f43cda99eb583110bacdb77
MD5 00faf7d90fd1e73ca556833c44d26e37
BLAKE2b-256 4fc24ac4ae61dc33fa07c168c155a05ea24d7118c5ff88b044c6116c8ef17b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 279e268e24a1016f9daa1f821a3e95be2af2716a7d5c8a7c5f0dcb615ab22c7c
MD5 0691aaa2540cb6175c3af34c1fd21142
BLAKE2b-256 02c1b319f9fbaa0dadb0912de37b48ceeba574310cc86a80db33ca554891017a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e6e31d1e4bfcaf56b2ee51f81bf754270de6fff1b9b9a3c3a1ab7fb76944a58
MD5 bafa6330bbef078fde99f74d96581bb8
BLAKE2b-256 2dd0acce75bbefb99170d755022aa75163cda6136de031e3da803814021ec442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f928df38dce8e6b8dde7a657ecab2d5133042ddb9b1244088bdd0e3959ea1f0
MD5 ca2e16cdcdf8e5e776ec74332a8f20c6
BLAKE2b-256 92042613f2bfc50c52d5b28f1b5044e71c3804d9b64819fa0565c825866030fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7650b2d2ab0e47f11f336a7571b1def513726e99b228cf1866e83dd37f681ad
MD5 c3be3a5da5c6f6b74af0da34ec3c4bd8
BLAKE2b-256 74081ee278bde3bad1c884d437cdb6763e36ca159a28242aed514bce09fe192a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0df249336c4a06706cf412b486498341d725e6cff42364aa5c9312bc6787f659
MD5 9151cbb304d5926c087a85731d46b062
BLAKE2b-256 f932549ccc064a30741fa593ecded9ac1dd37c32da01bcc6350ac756166b8bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a93e3a5560f9e48b08e9e7c62a2b207bd2fbb62149bc486d6f710234b7c4e5da
MD5 13a7002bbe022dc94f8f9112e84def6a
BLAKE2b-256 39b8bfe89d76ae18b620290c2c2e39ad77ad8eab2bfd0e040e0d65e27781a61d

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.11rc1 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