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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc1-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.10rc1-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.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl (795.2 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl (731.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.10rc1-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.10rc1-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.10rc1-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.10rc1-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.10rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.10rc1.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.10rc1.tar.gz
Algorithm Hash digest
SHA256 da7f25e485e860c4df998d6dab0cc5370c10829a29d5a4a9c1c55bb042a1106b
MD5 aa27348133d87236b297bac861ac7707
BLAKE2b-256 9499f8b66f1448e813e9b531e73195d9201a5ce16c6a0dc28048804e3ad0da98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e35963f1db26ba926f17e579ec6804cb04c2a93d26857e9236534efbf6bf4fa5
MD5 14274d2785f6003730d10a8809019b7a
BLAKE2b-256 1d89661022169c08fbb02e6bc9fb72ebbb6da1dc7e21bbc4ee8f3e0a94c747a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc70787c9b09fa60539efc08da950c43f9525f7c125d4e556eda021688135677
MD5 25be91f24a86f1fed3ca08223fd8c9f9
BLAKE2b-256 806c1e290043cf88432484cbf52e3392b626e76cb1c335594ec28413fd67e5f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38109e13a224b605e55b893f9479c61ba52cb443c7aadb969d2c0116eb327faa
MD5 1e017bad945a96e48b75667689c2ffee
BLAKE2b-256 2fb6b23e03966a560ecbeee16da172036a55040b2933d3f2505cbbc13e2aa0e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 691f087160badf04c42c51e7bb06ebd391a5d2564cb360f789eaa6a7adecdf7e
MD5 f029b508465e472a94eaf0a3e49285fb
BLAKE2b-256 32ae9bdc407a98154bbd5c5eed5a0f1de4e2b860465fded88ef9068d485ff727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ec9235885796b1fdfaa45078cea15562f8e4c7846c5dafc2b1942b6f08c330dc
MD5 95b8e0abdc07d538d7491dd48f8f90ae
BLAKE2b-256 5154c4c06b68f64087cdb0f413919ec58a8fe4098a86ff4c1f9621ea6867f253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a3051f896466b1360788320d7de48ef243a468b41d482f3d3050fe13faa2e96
MD5 df9815789517535570f861396e40c715
BLAKE2b-256 3dc1ab7751d920d6ee25631c6e940d87b10ac7aa8c4ba1141fefe21b659ab09c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a6bc0c93ba96ef649f4a0661ee8aadab225658b09db91cfcd9f00f555d85499
MD5 a7ab9ade991d228d6510e307bfb2f2dc
BLAKE2b-256 dce3cdd36743bd4de3ef63e61209ad0dbaaee62648a066e7f8063870fe6f8fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7641426462ad1a0adedf81b8e087993018067d5b5f0439b621ae20086c6bd540
MD5 975dee5f2055cecad44e48c4b26c4bba
BLAKE2b-256 732676ecb6d5834bd187e7cca1f6cb147a9a4d4ff42aa39db47977c25f2051fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d013ba4086fc43c0964e6884dbb1b66525ab81fd2f21c5b1daf02e11b28c6450
MD5 6dccf27c077d817a3b1ecd914c84defd
BLAKE2b-256 1c9b0f4b4d1cfc8d736f6de61926aa5661cd7f60eb1bdb24b2583aa4499aafde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5ed21dddad75bde00aa665dc488878979725c408d02404ed3d8e51c8443a099
MD5 cc730b80a3598c24f0539b09efca1689
BLAKE2b-256 bfe9f8574b6355dbbac3f0fcb2607b331a099f0c3c59c1048b30f3d39fdfb3fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aca034888b184f06ccb6e05879d682930abb401dd0e5cad4dae332c31986535d
MD5 f2c68c2bda6b2bc179230ffb43de8ecc
BLAKE2b-256 14855d2da339c657c2096330da4b1b7bfc079455c4d2e9f123bdc17f63fa4bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 16a802aa1fe16ea391b7db69330bc4c8a124970ec38e97b260535371216a06fa
MD5 18c29ad57a21edc82c3f81225793c733
BLAKE2b-256 4e6b173f9345921f60042eacf4093e6aa6d47fcb9af4d4439e6db5dbb8f07457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 429f3f68762984f8d375ebb3dd20086a9403a00fe86d83da8269514f30718004
MD5 646a50abe20b90ee83ef3b98d07e7b54
BLAKE2b-256 fe88d8099c0a4650dc914e25c6199876133395a0723b0ac48444c1e5560b88b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60db5f38b1d13d50a2fb95e7f225ea2ac79f4a66f3d05b147302840201d3a546
MD5 93c305364dc024ba3ef29bafc1b79a9f
BLAKE2b-256 0c59219c64d85c314f3d01dc6156a734fc014ec9b04a819120f8e6a2e92d99b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de61d5b154c256be065660655d1f04d90acc62f42d10df17cbcba9cf61747666
MD5 f83e4e25c4481b26634a28bbdcd300a6
BLAKE2b-256 1f40d47f044d914cc822fe37507626d90a28dc9898965ecc1727b8c2f52cd2f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 858aa6869a51455e366579f709b036a8c95e0c3d4c0c208eebf1e55b95189ffc
MD5 4f8e809304b38755bb2ce43571937c1b
BLAKE2b-256 fec82ae9781c3679d126e6d73d6d7155231b90046cc9c9e066e8613de432b9e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eef1055d8ce4e707bddda9aa5070c79381fd1d5893bc2e8841ca64c37cb78e92
MD5 934cb6bc755de6682a6b8403ec9eeb3f
BLAKE2b-256 085d84416079adefc9e94edee6e692834a6db928d8ffc946d5ab4b95c0f75fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 894c79efdcfbc2f86c4010e901a6e559caf9d0612fc626f6366a0b185dae9d21
MD5 969323a00a8a0f9d3e102685fcd82015
BLAKE2b-256 d6033af4061e01f7550a000cb1ca634556aeb89e0a7c968fd3f2ea8667c82598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdd29a54dce5e9fa1884018d0f6b8fb0d06e254444e6e7079e71367c05ce8baa
MD5 dbc3ae267b3f3b0e70245991f96295be
BLAKE2b-256 9211b083f04fd0e5282c6385a500e84a8b9f567d21b3953f2d0c8c3f9ee95f9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcf9b17968104f7c6fda323c89d57f2d8dac7a3c25780e728acba3cc353590f9
MD5 9f6cf3baa0a56a7b75c8d0e9809793a4
BLAKE2b-256 e18eb61a5c32f3ca4f4c4ad9eb4594de9b725a18d6fe2463c4272740f04b300b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9e8775d193d43b31fb982762f0996f943eaaedabe0e1bbab17d39035b4fba74
MD5 47fb989fab9c0cce23f2e6cbcd4e1312
BLAKE2b-256 3122827e6660301d62e195b4072d258ae731d09e7074cd4ae9e43cd5b4750cba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48baf69bb95b1b9427db410abdefab385d9504882eb5821cead1fdaf0d15c58f
MD5 973a5c7b9d342784f40b0490f8e3a236
BLAKE2b-256 c1614980da009aeec65bf1c01ba5c72c917601096986357decc9c46f6a5ba8f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e921706384d2ca4c5e6263a311af67235e59b2d41615a65fc80d551ca76934ce
MD5 6e09e3c323592909dac8008df63a76a8
BLAKE2b-256 692fbec01b08df0c835a764d1370baf2b62b9b0e85c06a8a943512e52bf81177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e2f052b2d11502eefdf78cef6eda8577078f2f6ffaae9fe002317d2f6acd6523
MD5 2fc526d34cdf7fa65d6688611aea2522
BLAKE2b-256 210a036be3e9fbbe40bfd922ea8526eaa116d0f8f2ae9074efa8c4fa73e0295a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0af92c792cda355205eeb33da390c284f4750ded6028050ff00a39d06b36e41
MD5 1f978c62a37218674dec87de24b4f517
BLAKE2b-256 537181595ccc93bef69662ac6cbaf5824f3d49bee06000e4a6768d6064f16def

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ca4883b1637dc8859f2b1a1e60e7b5c002281d8e70a8a813de0c22496bfcfb4
MD5 2835a2d2b9ed0b6b763d9675987e4d74
BLAKE2b-256 8a7d21fc76e2489fa5baf4158bf254f9ea5555fd8cd9b66d3ce15cb8bfdb7bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3583b6900368b9326ee36b2fc5082f3a781b55625760069f6484d88dd84a7c2
MD5 4cd686119837494fd0fc8ac3fd0b6841
BLAKE2b-256 dc4b09a6dc0a153e297f6cc95563846a1fbe427c8d5a5f752f7c482a59d9a61c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42a449126d95d9c96514128e7fcb763f530805a16874ce3980124c18660e1fd2
MD5 4296422fd727af3a7efe98a123383324
BLAKE2b-256 590ef24844dbce15f84195c1eb42bbcff8e1d5d41f3065305700ce4866b5fa3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d7be80816d6674bde1480d17fe1db11761e4684380b252abc240a153c4da24f
MD5 89096bf14d452f4304be8594fd9657d6
BLAKE2b-256 d450db3a3e93a2e95e3c75f4ac3b647f01c40cdc0542d31423d5323d80bebfcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 49e802d6ee2240d8217299ee9b60cb5cb16243c4131f973b85daa0a9b146e29a
MD5 2edb585ef3954938ce2a022f95c8156f
BLAKE2b-256 c6d9f86fdb993a1ac7155a7a4e82f79fe772606d71eebe41946551dab3c0df43

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.10rc1 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