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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.11rc0.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.11rc0.tar.gz
Algorithm Hash digest
SHA256 aca5a80c5a38371de472e4fd787251661b5e42a9a58deca9dd6245d1c30043c7
MD5 f979ad8dcd2af8474203669deed65661
BLAKE2b-256 c75973df442ce125c8afd3432bad43eebbe6e554a8c002d6a17a58503a288087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 310c2fcd8679ff841f786aa77a1071aab5c816f2b5d66e0db9d54774703ee5fe
MD5 0c13fecbe71743cb4215e2e56048b918
BLAKE2b-256 109e6bcd7801e23136820be6d6a517276629234e079a6042b156bfb0c4ba1cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a70ed78532c671a28587a8bb4dd3d31cb25bbddba020611291cc42a36249778
MD5 80a1155b5b441161e00c99f8a124a5c7
BLAKE2b-256 d73f10a247a8e0d9a5ac35a7bd54f9911d65c3fa87c5b1f8ccae665a3e4b2716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2719112b39163f37728a0bad7792eb1bff673ba7f0aefdfc27cec2fdb51bccff
MD5 bb53776442e0aa8096752612c6fbe5b4
BLAKE2b-256 ba3776f99d039388996cb1725ac1ebe9dcbf114d868b18befe87411591bce093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56398adc0e4b774e1fa33fc93203c424e2ba187160f5f57d754088d51b493010
MD5 dd408bb2962813ac20eacd1fca5c0467
BLAKE2b-256 15df33add509d707663509671e81aad61185167463056f32109cc338d20a147f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ac0420295703b8eca72a1f08fc6720a800692205db4892aefa8083734cf8180a
MD5 3fe36da4340d1866418c9995e0b224e8
BLAKE2b-256 217e0a5504a4395b81822502ca7eca9c99bedef43a9c1dfcd3b9dec886ce11ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7073f691e93d0c41cb7eba129815d1d6a82a510dac19a58995c978e85992a238
MD5 af06f63258815c76e82aae78ed8b2265
BLAKE2b-256 39f0a4fc1d33ca81adbed90c1caa75ad5ca5d4b40b02037a8817afe5fc691675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e041529338129b0430fba42f5765f7f54edfbc0b3ceb675e74f9cf6dd66f0f0
MD5 00804f76a8f0b08d0bb2321d575ef257
BLAKE2b-256 6b3de9208a0504757d9af6842425ff13caedf237b07bd79a9503177657ac3a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0dc1eb08f5bd0487475d889b5a18ab2945a05f45dfbb9ea75219827a7aa2ada
MD5 8ebf5a680693ab149418768b9f497ddd
BLAKE2b-256 040d269342c85940243fa96540cb493640259a296cedce33cf4334ae72aa07a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c599dadfe309584bf9b657c9e44e41648bc03f35142aa6a6c3e06284a478178
MD5 b4d11f5e68535e10b4a0f6f40e6b6b77
BLAKE2b-256 7ea60e6a831cddea099505dab33b1f5f7bb9fb11863ffdd6784f39bcf5e8b2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22929ba190a98dd433b368f9bffe071cb221d4f0fda1997b43dae38ab9a6daaf
MD5 4b5529e28e2ed149625e5f4ab1bdbf44
BLAKE2b-256 8a3595ed1676121b9ace82fad534fad27c86153a5884f417fc395ee064102f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f7782725d4823c6df8201f0037572496293c59731108f40d68f16972a74995d1
MD5 3ebda573785cca3d640ee3b00ad74798
BLAKE2b-256 6bcabc347d6472e35e28e40f719b3f7b53117dec8dd38cfe842aad0c026a4162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1ffa718d37533ba325b0f994c59c29e29fb9d0c1f8b263cc1e1cf1a93125ba41
MD5 021dadb0572b658b575581e2ad0251b7
BLAKE2b-256 16eb124d0d43a1be2524cbefd5ccecbc6d0baf2c1ca6a9ad3288d5a3f58d4c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 651834f8972c62e04cc0ec70888d497b7ec972b132fde9e1f84af2867a9ea0f3
MD5 bca3ce7c1b73f472ee5f68b07fb6332c
BLAKE2b-256 ce425a6fd9db00d35efd05095efab6e2c0c5f4bac59d93b43a78f4f9a632aa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 688da1508f573c21f6dfe662fb3f0e6e44d8fa4c0087a3f7309a29e0169a41d5
MD5 6c88f851777a001b66e6d53b86a32514
BLAKE2b-256 e89034ea11baca2b001538f47af9684f4299a53c643cac44e71ebb14541fb0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9669961fcc65d618237d0e3c19b54af503dc527dae248128a0ab2abc83e6d617
MD5 2aa3f55e32000af0ec4793623e35bc46
BLAKE2b-256 225f2b52dc8ef4b2d84d943fd046c01654444fc3ce0ec122eeedc906ec5657e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f24e0721132115f35a5bad6e34111596f31ddee19a23a43414f9432bd0255fb2
MD5 2e599e1e783f610bbb8ad56b741e25ad
BLAKE2b-256 c50715048b33d7a1cb25c1ad3897758218e335e4e53f04a80cf47b6ff72efa21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 504c18cf53c6c3cb4c255fbd05b601b6649cc3586836185d2e592f95e2d75910
MD5 cb1fd29efa344120f8f15cefdf875103
BLAKE2b-256 be7f94a8af5d76f53ae634c2144817cbf503f5d80df1bc01eb61dfac597f1831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ca28f42a1ee5d63547712f0f83591c67c284b1844d5a66399b7f01d27c88ef3a
MD5 c4b2a23183da58fe554761257be58d1e
BLAKE2b-256 134f7dc004eb291129f3249d9c3c1d9050259f08156fe6ce7c080744fe5dba00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 534c47b1855b7d9dc0a1a2d021ab2cd72fd1d2ee76cb229d7162525d84b1c408
MD5 29ccf4132caa53df5aa56d5df0a2af44
BLAKE2b-256 63599e2a5963f156b041acb90a4ae9e3bc8600b1b335d2c5212705101ff44f81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1119bfd9e6508e1bacc9caa9a66730553bb22572a185ca7a8592ca419e8d7da
MD5 0f993151c4f432b249939ce93d4448af
BLAKE2b-256 64d5d17afa50b67af53d220ffcb68f1d645ad29a2c90d0341ecf00b2d20e9205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 033ab1e111f970a185e72a6959bb2fafcb8a354c4ea618d8d06b22cba739ee61
MD5 029056d5f3f81a9ce5d3e65f4d6a355c
BLAKE2b-256 977169db964eced2eb1c4e856f5889873a6daf6bc821121571878ae38a2c67d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 599afddd66bfc07efbf6c0fb79bd9c3fa129aefe36828356212aeae6633a5928
MD5 2bfa366d05216eee4f1da1e1e9e4fbf8
BLAKE2b-256 1757ad389d3dec0a68b73dc2aa1421949bb81718611a4c918a63729cda1e12f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fcf671de4da010939321fb54514653ba887cdfc7c29cc01ba959368dc9437b53
MD5 fcfd5908da5da2ffe96b89a47efe69ab
BLAKE2b-256 3c2c65a2a5112bb0e7ed96289871832b177dd115bbc36366c33df1835e7b2508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 af2f76b1e122da345625d4441b13d4828cd69091b0b528268a065b319691b398
MD5 2e37d7a0243550dceeea93def0f4b678
BLAKE2b-256 9ac0ca747ea14dd812bb70dfbe45b5732ce3e049e1aab49342d7ca40b47f7216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 198e631f77925d993cd52693f39d6ac863675e98ce88d5b3632df6c9c518c353
MD5 3271dc979f6f68497c6e1d092dfa2e82
BLAKE2b-256 162798777ba97857269e74d5c81c76d78673c2044f6f8b7a39b100245098f440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7b2ede126a591c5deff5f8f31389b0c8698d92d509793ef3f3b11c14b8e0c2f
MD5 e73bf2e5ce62da4b55f3787067bc417c
BLAKE2b-256 833e1dfbef70e337dc947bffa708cf1317baf42c609bcad881a4bb05410f5cab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 386899f47b8e119bc45831fbd089b60cfabe05dd96d6333e07bb0877f9dd87e8
MD5 d32958ad8db23e02a0704d79cce467d2
BLAKE2b-256 09942086108027b0187816182c8a93d023c36c7cfc2db4953df1b88a29344fac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44db2ecc5afb25576f004cfa033ee4b29746ea8182b901ee663ca9647e82e5b6
MD5 ed489ccd4d20586fd6e98e6dbf11a9e5
BLAKE2b-256 ef522d19d03a99fe773ff6c52ad36132f177b75711b23be5fdc02217ff3c3aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0482bf8880f28f9daae18adbc32245440650e6b5c781c12205236d2bfd173626
MD5 fcf2bb8a251dd4c285d89a1e7bd16a0f
BLAKE2b-256 3ffaf5e86520e9224dedcdd8281c1449e2b3e663e01f2ed3bf0715aaf021cffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1547cbb3f596e8795a44e7789a50577a85bb94e6b1c6de8a34b93c73fb524993
MD5 000da14d7e6259668b00dce57448e93e
BLAKE2b-256 f79ec6e9e8b4007150774c7b20521e6be003908f3df132c444173d191e38ad72

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

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