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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.10rc2.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.10rc2.tar.gz
Algorithm Hash digest
SHA256 9f1a360407bab4a525996faa0e8b0ba75218be401325cd5f7da3ca896a975c19
MD5 1aaecf1e9614afa3aac747f7c9ba8ec6
BLAKE2b-256 5026d24aecc093356883bf825dfd761e0ddeab8124bf38db5ceaaad90d47a7fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d31d4f7260b69b3991fa90aa7c29e3813de00a3a2515109d2c1edde8bab3f062
MD5 9250dd7eae2b0ff289a03526168f356f
BLAKE2b-256 70f912f50bb5185e83462166b1bfab131d3b18326862f6673f0a4b8b821a80d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3c980401985caddf1d3abd618a2f1399bf9036ebc385e116e66d2cc1fd1eb29
MD5 6126798b2a868bfc7c78dae028b3b4d4
BLAKE2b-256 10d1541073fa9995212917a3ad6ab5c671d6e2b363014f5c99aba6923526f09b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bf9e0f6a4ff279b890602b4873bbc5b07f49a98d0f58c61330cb018fe4e8ad1
MD5 1eac5e1e68a8a72d8d544c9600286aa3
BLAKE2b-256 40c127fef89a196fdf8b8f69c3c8708ede28a8e769430e90b1cad4dff1dcac9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd7479358b13b8f6b513007c15850de3e480243ed43ba851bfdc4617d4e30cf8
MD5 74f0d3d7134f9bf21c6280a9acaf1820
BLAKE2b-256 be360d854a49bd72c7d1c57a032f4222bed591836f00c1d56116d039715fc4e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1424d938cbbbeb21b7fb4002d586755f8f3be314ac541506c4295ac1c065aae
MD5 78d32c0b3136d35a4de3021aa7968bdf
BLAKE2b-256 673cbcc77247eca21f2270d92793394ef6f8db087423f77002a36c1c7252aa40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f77f6eb5ce8b72ce5e23a8792504c6c60419368d793ed4b12cfe32bf17f55cfd
MD5 8805eed4f5f25f68c17945dbeac28563
BLAKE2b-256 e65e8734a54f23019982330294a8a95dbfdbf8a582169a12984824fff68f5cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ce98004afc401d4a9e759e7a445dc208fdc8bdb70377f409151c4a7d3f12c0b
MD5 fabebbff4e9191d076c20e28acf598c0
BLAKE2b-256 4f5bb416f00226ce3e230ed50deae41ae710b7eae09d8f76e191ec05a32c0d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 770dddac951bc80fb6f072f410090975a4e88515caf2c3f4298588f8b023a29c
MD5 8fd3e8ec05077b273cb246445da1de82
BLAKE2b-256 5217d1b96b360e158f586f786c559bc2ef2b1f4f192f44f28f4eee73beea07d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1207e2a2ffabc959b0c69d8eafdf476a1b20150984347c9f7542f49002a54c59
MD5 160fb6120b3d26765f191675e0d9cb68
BLAKE2b-256 d76cb6956cd294156e675fdf7d86cf7af000028362aa00388c464893aa2c15ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53baf4e97d75bacea8c41857dc92fdbffc2dcec9941393ff0f3e12a2131a4d6a
MD5 ab8f43fa2f6af94b16f82ba9f37181be
BLAKE2b-256 f15a75ec1c6a31c32f31087cbe1c5e3aa1ac43c168111c88bad393d3c17c747c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c6b783d64462c3351a18a643455e74fc0cd4a03e28b13a86b304b9a30e7dc149
MD5 4a409bd0a4ef7c7b36af48065b7588b2
BLAKE2b-256 0d7fc43e2d4e53ca5e82689dafaeca87f55614a252f429b622b6ce0d360d1181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 18d19aa240a4f3382101a3709f4aa261937136495c8efc0d8758fc51b443621c
MD5 62fb7b64fe9ed2ada06a75d7acf851a1
BLAKE2b-256 91e234f0566b888fc9389a1402afdb90f1c2e2f1bce8500aff2274ea90577b90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77c0a3b696ca35dcbf300a38d8a36d83376c11ce73bb232932c07ef1a1f2e599
MD5 f922b64d8ea362ec3758749c8c134ab0
BLAKE2b-256 b3d3ad25adbd9486597cabad878d53b71371d0771893178df69e27be1ad6157a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b3f7a95f3c66643c4ce4e5ab521f13d4ec811554fc7b897f12827dc26b321ce
MD5 dbebfbd6467e1d7ca19167f07d11f6b2
BLAKE2b-256 6c9254bf1b4d3039aefd4c7265357c8a758349d4b906e6d25e217d1aa1bd9a32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 433d40538294bf9d5cd77e7133a6d9476658fcc2bd35ff826f2aa87eafc2f81b
MD5 d9bf0c35a28c1a602493e990486c654f
BLAKE2b-256 5f27758ed8bf52435b9c9229824f1203b15608a563280a998cf5e869c392e53a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30c03c147e83d542ae97f281e497a6a85a201cb7d78ba6251a6dc5b217f64a30
MD5 84215f8d5f2223509fcfe24f953e2bfa
BLAKE2b-256 4562cff6a07ed253fe51db71bf79517847e2cd51c51094f9bab1b4aae9783305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fc8a3a4ec6b9c96b37b50f5619138bcab5d33bdde64d126b2a0f210d2616d1dd
MD5 fb2b957caa718c054e15fd944c7314a0
BLAKE2b-256 79a63b3e0df30f3d8290fac79b15a19d7d121b5e067aa8517f762980eb0fa84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a299edee956e48b414b0f24263fc83a033f81c5ccac64cc09f8ac8fcfce560e7
MD5 ffb61f1b247da7b2485c7e3b5d341452
BLAKE2b-256 f716b163f9d0db2562119b2f98fe8a64b5b46c5149ad3d87a9e3fbf904dd8608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6eca6d73a9b1cc8348ef5ea99c8e211e82add4a0c81ee6eabc039f43b9afe7cf
MD5 3a72dbd7e7e9993cbf8669e6082383c9
BLAKE2b-256 e3b2a927350388980516b419874fe070b8535c3bc6a58ba5b97c71d8dd580643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffe5d55172d975eccc979a15cee3d16c6c343988641cfbef97b8eee7849f8ea3
MD5 b9562fec046baa836c810d99cccdf0c7
BLAKE2b-256 f120f55efc1d13c91eb7e9b5dc2762586260ea5c7c2291dc47b08d715fbf7982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6331dde7fadbe3ae3ec13d28b777366ba47a8d5edf39be7d8c53a36b11d07fa8
MD5 04a3b9bd1eca437768b3ca535396fecb
BLAKE2b-256 970f15233c5ecbb38077a7089e3ad79dea4fb4ab51cde4ebfde4320404bf209e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 286d51bf8096a9ae7177b0de8e6e3ad944c5b4b84e7c7a4e21095ca895ed926f
MD5 9c4b0381a1955368f2e33df05116177d
BLAKE2b-256 ea11b7ec822da88049c1df35472bbe47d03a6ff8b7d69441c3a51c0694582ac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 186f379b43847a6da2d46ea2769c145dd5b780917f3cb11b66a70573f31258f5
MD5 2467cc148a582babc949200baed2a679
BLAKE2b-256 ab190fabad5fa4209fb5b83a37f3fec298bea20b20b011da76fb7962abd44840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2601580a8307c76ec03eeb30139e0da5a442d94c83efba714d172f414ba4e69e
MD5 ba1695ea70b8172c848f9541d29e1c39
BLAKE2b-256 d3682066d61fa15edce3ea6032e5ee2c5081e2e4f9ed9e3917ae80e613498ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd009316155c495e45ffd0c55d025e23af19fa3efd1e7d8ed4e8302fefb663f2
MD5 7e02e63e34c1f75c0e45058e7e1bfe87
BLAKE2b-256 824a42cc693e9684127aab349749bd1c59e066eded8db8e65804ca25f0ac36bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7eea2cb1051c88f80ebdf49c81747b222eb3c08f32484fb31ca771c39caae04
MD5 41fa671a8d2cd55f47658ad1fcd3fe06
BLAKE2b-256 f00155559eb5cdcb5783a04e79cf7e8c3bf2a40edcf2b00fb351668fd694656d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45231b58901f66e84cc0a5af153a26c0e6826ac8900cd3e59635921dfe818f70
MD5 f8d15acb48600cceb85be767d3882ea2
BLAKE2b-256 706ba77cc04f34ff34c906c6fd683fc201f5872e3ea76aee81a536c8051c922d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56d902aeea08be463219d49edface6b08fb633f7c691c9d38f489e13d29ed47a
MD5 ed9a8e86528efee392a0555c814d0a8c
BLAKE2b-256 f1e593a998a975e20046c6b8c143e89d982d6a06a749c61afe1d126081ce9a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3332632672fde7a872f66bb9c828daafe9e240747f93216515fc591fbe0b0d09
MD5 63a983d91a023efab0e11977a5e1439c
BLAKE2b-256 d5ad4381b3257fabf5de2ff9d3cb1c1ed07bd7a9905c145cf92a2871063edd62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45fa88b72afafac493dba27e83b745b557ce7fa5f7aefed2d4679fd1f220c763
MD5 09af74b5812a9ca35bf66025d52cc3a5
BLAKE2b-256 0426b20ef231515dd110153bd0564d2c574810d70e50fd22a3480bb29c9230b4

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