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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc0-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.8rc0-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.8rc0-cp314-cp314-macosx_13_0_x86_64.whl (793.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl (729.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc0-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.8rc0-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.8rc0-cp313-cp313-macosx_13_0_x86_64.whl (793.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl (729.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc0-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.8rc0-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.8rc0-cp312-cp312-macosx_13_0_x86_64.whl (793.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl (729.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc0-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.8rc0-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.8rc0-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.8rc0-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.8rc0.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.8rc0.tar.gz
  • Upload date:
  • Size: 16.5 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.8rc0.tar.gz
Algorithm Hash digest
SHA256 d75db306d34e71ba3dbf0b838f4cfb3081e9468ff38075d02326ce09fa85a9c3
MD5 4b7b9dd48c88cbdafdd643942629ae09
BLAKE2b-256 b95cb4075ed788c96149eb74183dfd71896989cdd7c57b5f7c4992a4681ef70c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f58123cb26f6349e1dd13e1a6229b9221a22b569741a07e6fcb1152c69e0e47
MD5 3978bfd095d4512db1784736b540fc8e
BLAKE2b-256 58e2787e7e53b0854964737a7d789800e15f5bf984ef01be26c802b365a6e7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53fe9ec9fb8b6b21182a565841eaee1edf12af6649651ac7b77012098897dc5a
MD5 28673c133c57ef60e7978739348bfd04
BLAKE2b-256 5b48631ab258de1e3298024b5006d577927cf8a6cfaa79eb3946bd502124c614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48c8d3ada54753f88b1f92a2249f6a7385ed6260f88b3bf01d0aef7032394c6c
MD5 5a3817a6fff208586f98ad28dd56f224
BLAKE2b-256 71aa728d56b1aa3a274392b8400532cfe10d69bdf7f02e4f296cd6a6166471c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 750f59661675b92004726dfb3455f1da043ab36a75705717c0477c3eadf852ed
MD5 c818a5bd053d588f54a9fd92f633b4b5
BLAKE2b-256 982796702bac58910be9f5db442cc014ce376c55fb2b83231b942bd8b5d0bf71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad5293d4745a77e67d66dc9824e7e50e9441057a741f3f73e43c9b318b54bf88
MD5 fc7a83766eabf939b1911ed2831cb6d8
BLAKE2b-256 3538338c4cd4bc6a88b3ba35c6dfd05a7ad4b8b7ebf3750b472a8bd363dad54c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 22e04493945bceeec150dc037b90cd59108f422159a0aa1c9d33f1e3c5beb741
MD5 37dad475e398bcc58aeb744763c67813
BLAKE2b-256 33ee9cec7343e6184956b4994d4e2bcdb060f6b80739a5374667a73e4f664367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41a48f374d92fb36d0832be714fa5197a5cc54c9bbb3a8bac758913ce94faf25
MD5 9bac05f97b83936562ef870a06bd0575
BLAKE2b-256 fb7ba9b132c537b069631780eaab05342fbb0e4e103e9684ea605f8edc5f3261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48e112119aa9c30759814a9100f5757206e34484af7b2e9a22f54c5ed688f3db
MD5 664f39625965ba62a11309bb7a6bdc3b
BLAKE2b-256 22fe925267634d44e5b50431ca76c69baeb564d7dd157910caea25e12c5c1124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c431016b0a33cc985bfef50c685faf6f8af16638f0d8d4b37cdf7720f278314a
MD5 a6c788ae458ace76863f6e204bc11cdb
BLAKE2b-256 135c96aa1f1838b897ea3b511a28f847d3ac4ec30f89940b711ef8e1a194c806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7a143be0c2b78ab606a90e1123f041dc7b06ac08664a2f88ff9ed598201b8ae
MD5 889706801766d95dee3e480519d24c76
BLAKE2b-256 089da9ad0bb992f22cfb19578b6072eca5cbce62fc4ab680c53ee8394a86b986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a244d26bd56e8c1f45282999dfd5473bab60d3ad89a549d017ec7f3ec94b2bd
MD5 b9bf47248de3c0c0249a2a2b63cf6017
BLAKE2b-256 510d5313d829fefcd42f1f213cd3005dc0889cf4cc7839601c0a69c3e7119f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7015c25fbfcd4de1250fddb9cf675c77aa1a892fff57101ee3f42f0c54b6b92
MD5 ce3152ac80553b876dfb64b6e7777a1a
BLAKE2b-256 301b51b66138299318cacc7e109d95adcca0649ab5351ef941fb32828af4a755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4e7a96bf452f696e8f514edcb12280b0e7a6be28d309090e8e2ec2e9ed1b12b
MD5 cd4895569534ea275b4ee7a63b13e3dd
BLAKE2b-256 047b3892ad2d6edae101540d7bca4cc74fa70ad5084f55c465a613dcff4dd5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f59cf094354c129920f78b6bf3eb52a2deab87874683b5abb316b46837ee5dba
MD5 b9697e46f08af76950c3f73f5bccf64e
BLAKE2b-256 716dce72ba68f8ce8d28ce48803a9b2c83a05649a4b3f55c6937cf077dc096fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52b4079a711cfde69a9c180080f1aedfed166fadcf146119d558f3aa5ba5b7d8
MD5 2c17eb970332317d7ca76adf76630160
BLAKE2b-256 f667534a47cdab94681404eab1844ce48709879300c23f46b17dc5f114dc23ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cf3824b498775fc93a5e40af2a48aa18f159e73e13c82ff4ec1c93738b4a4b9
MD5 5c304ff7309c4d5f8f3bdc150941d632
BLAKE2b-256 f309947445114c0142e9dd6aeac194eba59080c4266b395fbd587af584ea01ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 773d2668a9429036ce277b012cbf25a79a30470806e2bd39b89d2cde4e3b6625
MD5 e0360c6e20f499dba101fc12a4a84759
BLAKE2b-256 bf291de562822aaca154bec801615a6259e180ee425e95fae768068c4cbb21d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b8f950e83792f3d33e69d6638a5307331ad8d37e84024e70a6888fd163521f6c
MD5 2a303b1a29ebc4e57f27623fff0d0117
BLAKE2b-256 36c95e12cf0903bd80038d93058b92822d2408a6999547aa267650fb99500b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48c9540626ace23fd0a9d2dc91c6db0cd916daf334e3b5ed38a7664558f95c64
MD5 3c2f98e55245bb3de235705b36df31ba
BLAKE2b-256 29f752e4aa8ac4018ababa24f9f573235f2391c38db00876723b6409d3f9f0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0fb5e423e90adf9406930e922d36541fe2db404000a9ed1404dcabd12064286
MD5 bd5a30d3d470f87d8f37d98a1b7abfdc
BLAKE2b-256 21d7419cd97ee22fe36c6b61d5c7c2f92b1ebb9db25e53925f1726f555fc26bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a474b99e30bbf7de9afb284f09894f786d60a163b6460b057c05673e54170d5
MD5 5728174fd0ee4b8e12621163db439c2d
BLAKE2b-256 e067fd76a1fd66f144f40c205fc2aebac5857bd7ecac8443440b56e563a2ee94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a028a9b46ad603dbd06ae358fc54926aefe127961525351afb97062226a7b946
MD5 9db8a635c08cc95c1273b349495815d5
BLAKE2b-256 48394d37e7f76578f357981b7a63cfc9b0abad88fca0d3dc8cc3745b0caaa0ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57b3865f1aa979791f665376ccdf3742e8dedbfefcb2842b040fb86b9d3f759c
MD5 b86102a509c48ae04ff5f2ffbde8769a
BLAKE2b-256 626653a3f41fdcbef48e0c7c5cfa57e031c736cb73b73191f49795bcd6c892a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 205cda2074eb122d9db1c4fd56ce51011e383cd103cf2aa7554fa923cb57ea24
MD5 e88ae9a69642fc28f4c9edfdb3420e5c
BLAKE2b-256 c524b3d8a6c89e55a13759dc756fb6a1ba4db2e9ff78c79304e8284a82d4eacf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5be69d2327dced5dc8d7127b34adaca9d33d07b1ee143d5aca1370a0dbbf9fd7
MD5 9433e65d0cd918c72b44e3fd44cede35
BLAKE2b-256 abcbc5e20b5761912018c9d6b4a7cf29c6bab067b0eed69ab22260cb554a6d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a36726520a5112abfbdc4bb734491ece198d2212ccd06ea5f7d60b366f70716e
MD5 e75d531b537679ceda7f002c70730b74
BLAKE2b-256 b4932367a00f33086a8b32ed2627c6a55c8041484f26248a29381d4538367112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bb3d9776233175b6a5a784404bb5c8c13b812b980e91203c68a7514eeb0cb24
MD5 a40dea1da27f41343c95adc4fa7111c8
BLAKE2b-256 b1cf5d6bfaaf11160bcdf4d2c5e07b52b722a736c810d2c0587cf2b2c7bd4497

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c8bf640590a79ad3f108cacfbf627fcb3ba37a0795936ecfd60103142ff4dc2
MD5 f7bfa00b77412254cb7bd8ea799ab4ce
BLAKE2b-256 17da2f0834facacbadf6f6d7a8382e320785662e6391aa8ec3ac2747d196b661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f1e5d40c9b9c191fa77574d137e1beb66d0c6245514ca69088dde3913c28d400
MD5 26450d8a53cdf9e81af83272c41137ad
BLAKE2b-256 74fd6a094f9e911c3b05fd6e50954a5dc0f2774485cdc81e48938b9626fd3e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b63d583a87a78f06c233c504e93fcc276eab0be85fe8fb849463dc121eab4c3
MD5 b9d3d980b0401b37ab2145704b0b9cdd
BLAKE2b-256 e3afb50856f4adb40e70fa1147ca728ecdcc17cb0d8699c9146729fc109a173f

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

This release

10.8.8rc0 This release

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