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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.10rc3.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.10rc3.tar.gz
Algorithm Hash digest
SHA256 ca8f57def32f10c6e4491888983314b22d198a8848e1155191d9aef00f954df0
MD5 1ee0b8e2d322ad468e2f5a29c781433d
BLAKE2b-256 907fcc789ee7f04f19a4aaf999b6d27801116167650964df9fefa5ea5db7b677

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c589797a2abe81c6b2bfafc1ecb1993227b0237083482aea1a960392477e18dc
MD5 a1fd41070557af71aa71c50207e0e54c
BLAKE2b-256 b122501bdf1091b5ce6add26d8ec2234aa02133ef440f354768bbcd9cea98329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b730e3f8c502ffb2753ddd73e623022aa7436a29d8b1a53e8a2183320ea7ad9b
MD5 2022a4c99257ab9565cf4f2e5b24c72a
BLAKE2b-256 6dd74edce3219a88931358b2e6d54c6800c68e28fc7fce06b90eed9e15fb336b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4494ef9d813987cd8f6772ff6b754c6fc86ce0508aa6eaad87e301e61c835e3c
MD5 2017a77ba3b69365ad75fa37109af639
BLAKE2b-256 5ac683ed98bbca12ef817e597e8e22e568c5b365268b749d9a4231661e9b860a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 931345d3336dbf24fbdc75f95f035304580f6fa86da092cdbb3e4b0d436f29c8
MD5 761210cb5c2f22393ba5ca9b98b769ad
BLAKE2b-256 8a22ae952a9dd7deebb6a18ffcd9b39b64f3ff909ffeefb210db425e688a9f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 457153efd43293a53cb3976d87beb65daa6ba3fa51e1b03914b6e0ffcb027842
MD5 82c29bd0d0d0f2fc350e33dfa5bf8c17
BLAKE2b-256 2096f608e2cd676aaa024d9c0ed533e8d3e4b18d6335a7212ef32b06a1b1ff89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2232d627031282ebc017d579dac03c38428328a004718a56a280ae8633ee86da
MD5 0582f0d7f804468545739b6a32613801
BLAKE2b-256 7ba9bc72f5739c92641cc8ad170a89e73c8effd3e139266b6b0e030f138e193b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 589649110109ddd71f28d092c0d447dee54f9da3c78dbdc99ac4d3966a7fcafe
MD5 58daf9709fe380134ca8ea70deb3aaab
BLAKE2b-256 21292aa762cf85507a7d4230951061ff1de078dffeec1c65aae0a43accc259b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a86be0e4c734b97d520c8d8e3bd71acb03b8209b4df6e58d2cd8cf5ff668258
MD5 7933426fa60385bfaf7923692b9b5af7
BLAKE2b-256 f5cd0193fa75bef36d93bfd33c9a5175d40b72b0e6dd954388837edcc98ca0af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 054e963167556eafd489cc03dd7a00810bfba221a407b5cb411f743329c91d3a
MD5 85a121a5c7b38e73365b6d8f5a94513e
BLAKE2b-256 6200ee7f1298d8a17b8840c409eb6730e4c278a7abb749caac64c30b3d5267b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2eb9a8790025e36e677550d09b741bc03f5ff3e90ff2aaa34a502d19b05fc6fc
MD5 6c6ecff462e9df7775279b23f39a0a9c
BLAKE2b-256 018469c64f84fc6995caf72fbbae3fff7140f91c81abc06704e42cd6b36495b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b0caa40237b4b9ac5d5604c6c4f44e222b74697ed3906fc017d592906c1ce35
MD5 1b22ab957d6f66e325dea1d5aea36ef6
BLAKE2b-256 228314f2cf178a2680fd9d01038651b5560159963e4a8aeff27f35b946bcff12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e117d44d02e8b4f7d38fff72bcb9df5844215381c22c4feb4afd8d64a1905b22
MD5 0ff324fb8e79cf947633e245736328e2
BLAKE2b-256 549680c985b1cd07ef82d17741b4b4259d38b239e21679a0c6186ec6ff34e1d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b732c9e9a1c2b1a79220489e85890b2650588e4a48d7e7ff9dc598ef47e4d10e
MD5 88805565b5e5d8e76b02926a390099f8
BLAKE2b-256 5195f81cf864fdf8a15a571688be1f39c2c164c72ec99dcb26dbac98c5e1a29b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86a38efbcaae66ffbbdc6081fed945fa01dc6f761210bb067b4b4f4a086a2872
MD5 6f49f8b176cd83fb453d72e93bdba910
BLAKE2b-256 b6730c05b89a61c5ab15bca594c6d771e2470f40225102c59e9b752add2c5619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9aadf6f2be42c8d439825ed1981fc06a8017dee811818b43a40a1e6cdb59c4c
MD5 722dae290d73eb223f645e1c56a1edc8
BLAKE2b-256 e804b119193fdb3d56e76cc8b37b6fdb174e7962c2fd90b1b77e451afb6869c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b9754070a48174854e3dac4ccb6d3714f432462e0f26ba78f39287b26105f58
MD5 8bfdc391c595eb916e682965f971d3e6
BLAKE2b-256 e71cf98021ef4462f211cfe96339f0e7119c39ade9c5894865cc99f98d6092b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d7ce32ae81f62fd6f1e94ee2e92848fd34d1fb4847ca1fdacc730c8f5acf7351
MD5 da73ba7035ffa6192ac39732ed0614c4
BLAKE2b-256 0b9d2584bf1d17dcf4df37626189ea4e891b94e47ba50892aad2888831a33af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b7e7a02ac8178851b8ae866f9fa0656ee770ff1cfb4cc0495d0872a3ee0d36a
MD5 7dfcb126979d59bb0cb8a16e9f98055d
BLAKE2b-256 0921b0396f5438eeee82bd4b8e7ff71a15cedac3a29a99b2c808adf0563fb5ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a881c21f5abf4afca8ca136d6d978a60ed961bdd7ef1c68a0615b8d99a7fd090
MD5 bd80899804d8c5347493da5e3c466c02
BLAKE2b-256 9cc80d4f71f7c0d51f9ba4a8b575c2c2ed151669466e7bb2bc245caeb097f3a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf39909c685b56f8701726cd40f36de223d388e4db2ccdfc8b5fed27698f4d09
MD5 60095e2fa03973ec0248fb309352ffcb
BLAKE2b-256 7e1e737f815226765698e3050ca50d526a5b9881a32f4dc0ae49922f916fced1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c771c492c709e071b0a5b1ac19caef9b6bc8a920ed66d7b5abd7750cd930ca85
MD5 972dce2941390930ce55397e77c2d366
BLAKE2b-256 1ec25339eff37980829f0db1a1a5fc5167127be8c8b5546ee643dc6653359e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11bf6d545760d6349a6ce4d56aaa81aef2faa5d574a7d7f2d3519cc40310af60
MD5 395e7731591ed5a859de5c2738f20b05
BLAKE2b-256 575768ff9c231339b39845339461958b6777710f50833107357097799ff7dc0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8ba4734699521cdd62204b29a0039530f5e34fb85b93de80aba5c6c1c9bba653
MD5 f677aab059504f3ed4c0fa614b3fce51
BLAKE2b-256 2a6b19702c93021855b80d4852b240a7207de6f4b2757265060fd5b54fac4586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9391bee7d3d92dd3e00d6beb4b7faf136df0067ff15d8f74d4555792368ccf9a
MD5 eb76c569f8d58adb2e3a1e7b4a1952d0
BLAKE2b-256 1897958adcbd6961ebb992e84eb0c2664cb30df238e052066c677250a976ec9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c3b3ecaf8cd91c6b67098eac900bbbcb53d6f24e3142e68b3a456e6d786950d
MD5 2157a5e9d7e2ad381cdad76734c708d2
BLAKE2b-256 731e5a44fd32b5afd8ecc285585ca48908214fe96b01bc3f278ef6458912de45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de6025bf6fd80c6f4aa317081f7ce14f54a3e9eec93d3e88d441be67db2f8051
MD5 d1828daa5756dedcea580fc697b5757f
BLAKE2b-256 b594f61326a5d574d5ff8a3027a57a9ad0d204e039b0094ea4e45b322548b2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f13da976b581497e4485cabc5cd2b176545552a9544057ddd785e8bc8b644f33
MD5 9becd5bd8e20a495a9cc1eb1d32c86d8
BLAKE2b-256 9ff9f4fd40a9b8d376f9683a440a7fce7247088646538d64e1d4b19e0a836eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9de644bb4625ad36c361e78a1258c9887758e7b5947384b28af59a26fe62b2e
MD5 3a47002b0d3b1402218c071661a65d2f
BLAKE2b-256 af3bbbafb8eb68b4b1ca8d45971f8f289ba8c9d941e221d530929cf8ce9daf0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fa9a1757c85df560e3591089ff8bd23cba9458862789ec833cb42935ac8f2772
MD5 5570ed623cbe7080b3f509e029b26ec9
BLAKE2b-256 d4dbdf2ce0eb70a1aadb9c57488716809aa161c682483eacf81adfbccdf6a4f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 120f45ac1210bbb8e809a60abb3918fc135131f1439705581b8243b38f1ec6ed
MD5 2381103fb84f2a00c9e33a99ae7a1931
BLAKE2b-256 63f82bd0c9238a823eb238e2746e973395cf372e1eeec4dcfca13cf871d6cff1

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