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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp313-cp313-macosx_13_0_arm64.whl (729.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp311-cp311-macosx_13_0_arm64.whl (729.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.8rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.8rc1.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.8rc1.tar.gz
Algorithm Hash digest
SHA256 a6b8be72a7faae948f549af1506e4b98104da09fb406c3d3ce1ad093e0f91b25
MD5 5fc7f191f31b868b66d44a671af51649
BLAKE2b-256 95426b59fbb6317986757ddaa0e6561166cb6528de1882eb6f583379404a6b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4cc9552a74fabc30d18aa63bfc6f455e4e02216209570dd27d1baba760cf0f8
MD5 f4b6ecd959b9707e1b5e141001ed4eff
BLAKE2b-256 956617facf2a243fe37aca04f1e10149e53464fe904aeb69c7045d43364597eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a48bca91a23c44fedca18830915fd0a044ec9a5d3d8673bbf0ea6f295459ff6b
MD5 edc722e97414403d62d8773f41a8f654
BLAKE2b-256 bcdcf4e267a3aaf5a7f541b293985c490765bdae1457901fb855e21567695e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 87efb0e0fca8c74e862506db68f34f22298d8cf28d8b59bd6a2e0c7bad8d25af
MD5 18e1515fd28da7d1f7091632f64fd05c
BLAKE2b-256 367fa47a91277dd759d0dbc50413b36a01fea8f5b0070133bc3ba5ab9cfe3858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2a7fdde8c26dc6413d9f39c92deafb6f45a9dae863eaa88a474f202554c11b5
MD5 a2b07341696e70408005e379c9a82cac
BLAKE2b-256 5699827117ce7d978caaf3ca5af2b135e624cc477e9edb0513c51b7f1335aa00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f2843798f5569d53f660c59974f8402d0d43b4de498d4816e9abaa47d31794c9
MD5 a48d9ecb90126ae3e8ec484a5e204241
BLAKE2b-256 2a3097b7be59d7122c36ff8871af40ed4503d3ac3e52f6db2a8e6020643b69a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9fb7730f3a301d0a6fb101b81c1c572b55de273136279aebf1ddaa9537beee32
MD5 d46fcb8fff2c5d8ce01b6afcc33320f5
BLAKE2b-256 18173ef4e30310f6bf3f88bbbf46b2366cd37fdfd030838102a98e326e1b018c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b83bf88097040bc8fcde1dfb7ddf813e347f62766053533197670964e89bd662
MD5 b2bcb95b6c04fafbaba3352d9e262e94
BLAKE2b-256 0d455b726d3c31ccf64be0f08c13b626266d1d68f33e292b9ff4b76d05672dd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad2a10b9cedf92be3e1de8c19d03e5aa40cff9b8deaf57dfd50b4e750c977574
MD5 179bfc80a053280ae94f5f493ab7bc88
BLAKE2b-256 277dd13bbdd48ab6d39bf5e14ec5a07714983fad739a0eb1f72eb0d00f73ea94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65f84085acd9eb1f10b8e806102d6c90c79e8090036c078f19e9aaa66fbd38e8
MD5 22cb651adb66d92a0c284c22dbeb688f
BLAKE2b-256 c3e09be7f5c5af554b83869ddde486086e1d0e5bb71884e0625373309d51caf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e76e2d4904566a776a590bdbc9fa27b51998be27455de959b8dfc5e6457e1d5a
MD5 8dce87d623b90c292c6d0836a480ab21
BLAKE2b-256 50ad2ba2b51553d0adfcecea01b1b6637df1cdd34de6baff473cf58bcb0ca980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38193a96bb1aa52223e1fcaa1b428bf8ed3556846f85678936b48b2c012530b9
MD5 a5fc4c54b5b89cff1861e250b088c245
BLAKE2b-256 b046509b22ba54f83eff1b8793117b006e144dff9b25ed2f7a6b48d543c782a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 67d42c518c0a71ebff3bbbb28f02fca9195b977d9bd56bad2ea35633014c4d6d
MD5 c7cc1b40c561bba7c0140af8d47b4757
BLAKE2b-256 56fa7d3aad6accd01c682fd67653009cf12fdeb94f96db729f8655bcef551ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2d9e0decddf5556d76cf26d711a151fe524593826b505d7a1fe2d7e04e2b8f4
MD5 d59a677068392c6ea8545610d483510d
BLAKE2b-256 1c7ede390e12a957be85e5c5ab47dbdb031aabc4d4cdf00fe7928de322fdb9bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59cd6580cacbd2688057e0fe89099a43d2f3b86706a45e82afb55e5ebd92bd79
MD5 4cb299476036a94c647fd8f59ef68e86
BLAKE2b-256 32b0fade3944d898376f9ec9f6bc518d57c76d535b4253276cc6898390eabce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e67e19895cdb324b4a7a316f6ba52cedce2c84cfaa8774e897fcd42f7bc06132
MD5 b0ec91418d41ea042d0ca0451fe5f1b5
BLAKE2b-256 254cfe8743a1c51f28221d5030537e19584bc329d39c7672d5fdc6ce0232980d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fd8907da74e87d0d8b5c93ab4bea7c15b27c9ac07279f257a763ffddba774b4
MD5 45160553d08ef7767d1e777d342aa5bd
BLAKE2b-256 bee115076a094f229e24f10eae46a1b517436716fa639cb148d0f64ed16a06c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fde7c5dee3748a097786bae93278a7ce954ba77a7eda9dc7f3c6c3c9b42bc3dd
MD5 9008dc87ab0373cd05a3deda3c3a0b9d
BLAKE2b-256 4b5fe9f599cca01f39bfe54e24cbcb1f677d2b930d584e03916af67a78e7f291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1ca03715c66c554333ef9e263192253f4450b983d5a9307985c30505286f6ed
MD5 0812a796bdac943d3728b966afaa9a87
BLAKE2b-256 d6da2c8f90fcb19d6041c31b556982b5c252a96795e40438f0fed5f3e8a374d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c173b8967cc91eb00bf19216f4cc54c5c811e3926d0331082b52a614172c848
MD5 014aa6bd228a5c53bbf9b73af93c3165
BLAKE2b-256 78aab2b7036319c0a13e0c96a8d236bb39f2117cb44422ab3a0808cfb2ddecde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fd24daa24656b1b758861df312f21004eacbde9e748774b58bb103b262dbcbb
MD5 63541478553c04eb695cebc434e096bc
BLAKE2b-256 2502dad34b98c2dc9697d085055bad10436c11973866644a1adb70f6a4a686e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7d00b05f769dcc37e854a734a3d623af89d07c278a5617f57e3b85206327da8
MD5 03db540b5a88569ecce776df73b2b18f
BLAKE2b-256 f65d2ba0aff86ccd22bdf4023f5a5bb68a11e19ee457d6fad5d72c390bfff816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8570ac82ab9a6a5a592d4dcc9dad61c8a0154b3b6c00758ab93d4155109bc2df
MD5 ad883985ba4c201aec55e5955c8d0b36
BLAKE2b-256 3b2b22af4dcb20cf3d4cdb8747333858022590b8e1d93b7dc329321dff948386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7623e13d4f21aa1a3e27dae33a2c3665179e8e98da1cf6bbb1c053c1c3a0ea78
MD5 4b543d681c4d9eec3466207e41471d2d
BLAKE2b-256 95f0b4d057323492869a62cbf830b0e58bb7d1459e2800751e46ef23fc1c0281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 281b12969a3294e5b434046e598715dd5eb703959974cb074588aafa7d13380a
MD5 17822cbb97aa4e3e627449027ea13465
BLAKE2b-256 99b589e7cf4be08bbb4a31e2390359502506999c47a2a74e3b9c9396dab0b05a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3a8f37b64c004d4c782fbcd6178b7faee1f1440c9bb5862530b322ee64c3cd1
MD5 e945ef706caf25230ec61e2bc53146c7
BLAKE2b-256 c10ddfcf449b1461c9ec3671c70cc98a4969c7027731d03195aa92ad1198d1f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04e91d48de09e3de26282f81f4d7364473b8180f09056cb1f01377bc5c860367
MD5 6e78ef966c1dc0d11e6a71b48b43a967
BLAKE2b-256 ec205b79e9fed3ede3a31a4d81519ead64433ff9b8e978e33de340f993bc4dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b679f3807723d910a5db6bb964fe2c847105443195c3ea0659fa8600af537f1d
MD5 42530119f1f6ecc47db3fdeb8fa099ad
BLAKE2b-256 1d96cac6171c6e4134be2eade71519d9e0d313cbf1d1e7abc730cc5ccef02fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4728b51bfd1ffc89a9885dad5a78561278c5a66132cd716efa263d3346181900
MD5 1784963a69379b5edd4378244a209756
BLAKE2b-256 0ea8915ab9890a4b73c4921f29f8eb020ae1e6ef18f1299a057080e476b249fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 35e539ca24bb04987764d2122242be9f2bb3065dd6b08d4dfd458f0856cc0c2a
MD5 ea13ab1d5d6d884c1d81dd0fde05743c
BLAKE2b-256 3e79d01854f8d9f74f75d04989a43b3ae762a245319b672be051b601117feb5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d7cef546bfddbecbea55515a7061e076c3c3ce447cecc2680635edad8a959d2
MD5 42274a110b9505ccf08b88bcf82c3706
BLAKE2b-256 5a8962123e7de06af171a22f259b544ef3773d986b5f27121ac241be7f7c335a

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