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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp314-cp314-macosx_13_0_arm64.whl (729.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp313-cp313-macosx_13_0_arm64.whl (729.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp312-cp312-macosx_13_0_arm64.whl (729.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-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.9rc0.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.9rc0.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.9rc0.tar.gz
Algorithm Hash digest
SHA256 7e74a8954863131bf2b8c738fa7a89638342c02ac20057309a66cc8d9c890a8e
MD5 b8d9482a383142c230f09d9ad2890c28
BLAKE2b-256 c305675a17b9c3923c04205ab8353b3ffcd078aa65b0ec11303bfb549dde9b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 387f4fd6cd2dfb460301cdc9983e32fe206d2afd911395841b06c78fabacd49b
MD5 be23e8c795f065ff3a7dbcd281866e93
BLAKE2b-256 daeafd3b6501f7822d9b7fc956a106096a75fe7dd4916c657731ef4c661dc71c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f71319e9fe66fc3bfe7c49606e4ae6fcfaf04f1bee601024df84b0d6f38acbb4
MD5 41bda55ed2579e626c043db9f95c482c
BLAKE2b-256 da5244583b1ddda9a43f3f289fe6dfa03518ff441de330fff2a510841e3d5544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d455eb8197144ce2620ce850bbbcb34e0bad7e7cb438b69c790db462391a5f60
MD5 ceed93042703343f53cf1d49319e209c
BLAKE2b-256 7acacddaa2e39c97385e5368053afd2daae0ab35fba6956b0399fbcfc81ea2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43c68221ac094a31283728e40b1d808eba4274c62f541b005d04b0ed0cf4d22f
MD5 95297a8125449a7b457ba3f9328451db
BLAKE2b-256 bf05226990affc2558606e46e1febdc62c8d92b2ef04d6bc03713230e13ab36b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19b159ffff404dc9a80d40df60684cb848d755c06afc045ce8926b5765a8b2bd
MD5 50f10d1c5e394be2eb448a48ba183a50
BLAKE2b-256 4682975c35a8f605f384441455315c3298dac92340a62ed0ef813a2574754220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 17896389e16693adca92d1b95bf6af18bcc159e0675a04f4dcd92f6c09242dfa
MD5 360b2d14ef10963bc10ad1ed36aebade
BLAKE2b-256 03ec2f1716353e423bc5e5680d8d9722821f96356ecfb6ba6ded134f6ed5f575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e28a764ffac422a87ba0a24fd4c8b7b01b3900dc06e873d41414b0ca1fb7f59
MD5 6afd11615d4cb95c97e40bd468c23476
BLAKE2b-256 ad47d297e9c2266dbe68ec1c95fe98192658a39cc879a9d3b349b24fa5996d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d0a32ba4ab40ee60a3f750beab95fb015179bb1743044a9f411727d50467cba
MD5 3c9125b0c2111d1533cad7959b3f84cf
BLAKE2b-256 50ff4c11635fd2ab7ea538e7eddace622cf06ecee62caed8eb9af39953fc651f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7165819d2530d32f16bc8f6ba0bc2a4f1130ddea2ac26f249228d1ed8c418f7e
MD5 2b6c98c2c85435c81b9ffb1b50a58eb7
BLAKE2b-256 035135d76b9b71c082bcedc9fb390b911155f7d60c62f0ccbcf0770f7b8ef769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03d23de4bf1080c25b6c41b84a00aa2bf14b19ef34c931518f7f7a92fe833fdd
MD5 b634f55cb94819473b3b9cc88c6016e3
BLAKE2b-256 0d04175f4bd2caed130b08697fb1285ed9697fea03be467c708296e234e5d05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4de7593543edb84339621bab27e29c804510e9f5956cf974150cff8201147d4e
MD5 98a6f1d48b34843515baddf7a424885e
BLAKE2b-256 161a0cd87b97775475ca7bf5cbdcf787008598a0cb040e6acb03d7a1591eb17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bb584e3891dd8e42fe4ecf985e4b8c79ce721e2c38b2ab18a7721c166cab2bdd
MD5 a419cc17387053260921c8b3f1f74e8e
BLAKE2b-256 9ed0edea489b98f7f8c343ce35a53ea2042318f895193ad2ce3e059b7603e09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0c05602c4d8131782478e19e25cd2bff747ba2ec5c7c6c4b29834c93240066c
MD5 67e8e94b8fa3d61a4d68adbc2bc07acf
BLAKE2b-256 603aa3b8bce6031f8cfdc028635edca3761f6befd3137748c81ce1fcfc4acc8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b9d40f0d0ecebebb45ccc3f3cc048177250a702a8b3f29d95bf3ef607194505
MD5 66c3e33ce6cfdd80756c2160d952cd58
BLAKE2b-256 8f263d825d7fe64c7406f6c8bb7e5118bb9c2d88299a7ecb1f251bfb85c0ff91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a47954c1e9a10902f3fdfb7dc03daa61d63029460402f2fab36a62f962b72ed
MD5 f8931053dd64cf7013dd61715c52f8ba
BLAKE2b-256 77c121aa51a9ac7bf1031310f3ab19eaa4f206ea8d0a62aaaaffca9653f8ca9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c49ef7cce9b9d06938c460ca96b0043f31254a20fc3e0fb0e33a6b3cf7a7ff90
MD5 1ba7b0108ab63ba7ecb3aed98b070ecd
BLAKE2b-256 54aa3e4cb6ada75f1b17d68dda4842237b5e8de8aabafd35f9455c89da156349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bcacd3fbac4484646278d85f1c3bb1c7d219ab57b86deb3724df9b5bc1996f76
MD5 27afb30ec8b6d797d9c1bedfb11c7d1f
BLAKE2b-256 a2045718f08168e36699d2b2ebee6a678f95a780f34d61ccf0b8d075190bf6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c267d55c126b09e1f5005854ed2ff8907e8fb8a0aeca0773d3a5254cafda429
MD5 1164a62a52b400942c9a2feb6203ccda
BLAKE2b-256 dc545b70240213ed792b5d6ed39faaa2ab81361baa8924a043df82f53f9184b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2c4613b552f9f4954af6447b0be08d7886c3dbf8ccfa5079aa4cc54ba787412
MD5 eed2ef80d98d057dfc2a5a0b21fb5c20
BLAKE2b-256 dbc3cc36383893207242f6fb5488538ddeffa64db67b8945efadc2c3f0633f4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96e346dc9dbeb24dc1228c5f7a07cd488246809ec9fcdfa26a4509da5afbbf55
MD5 6e2e140565c6f55b53ee016d9919fdfc
BLAKE2b-256 7f71a77a537a1396273fca78e7eab9f141610f447df7ef613b1a0777e923dbea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd30423016fb0d769fd37896dbafac1ef0b7ff07b57f0e8da21898dc60f77cec
MD5 f0e2d3b8c8f46a46d07bddfecdf9d905
BLAKE2b-256 0161637709c0af9d1da66bd432a54b26a72ca3e283e03bb947c90c76d9db6208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99e8ed87e872b610adbaed138199abf01ece3ddd917f8749592f97f6dbefae68
MD5 800bfcbf222adb4468b51d8b07e02308
BLAKE2b-256 aa77082026d0188695d641074d5625fb6619227ce055ead6153875e8ed368083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8dac4e2582e2dcbc61e152511ae6306a01ebe9ace1256313857025b194d39801
MD5 d81d4918f7500937530ed532f55d5022
BLAKE2b-256 4b38dbd6ef81d7f87f4ae70a3d538dd8609d1c3df33e54ff2667bdc1ede12c8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a0aeb1ab1c776f967c3d36f9d18516710d0f8a3ea38ef99b4cf582f7fd28bbd
MD5 f1e0d82cd603e72ac6e3afb2ccddc4c9
BLAKE2b-256 e472d73743567f617f97e2023046a22a92991a91cf8819d5d4a4c778ae52b062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afbe48d0571bdfaa9ebbc5028e541dcaceee6d90ed52b36e51f44a611a1f6041
MD5 b977901744f74c7b3f2309e1aeaa5aea
BLAKE2b-256 619f4db0320b4e91aa1ee42157b884fc97c0fa30593a606218a2600a87b3b72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55cfd70cf28ea6337eb02735bae2daf5745ca09df82473aee0e5c1bd335c6fd9
MD5 a1407360ce52a6c0c1bdbec90a6ae0cd
BLAKE2b-256 75bfcd99b94af4f94c47269208eaff5b33fd703577b314f75f7010a2b977780c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e38324b228701c1d7a9933f86304a168d484b2b27b6ce8f83e02bf195cc73345
MD5 f5870181cb76ca24c00c454726b4a8f0
BLAKE2b-256 fef121a0335b998a8bb23402dcb96a7a516f5628ebb366975ec05f22721327be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54d9366de690f8f4695cd802f0d26b6f3149255566d3410498f0a86a493caf91
MD5 c96d19c935a6f4714aa6db3596954505
BLAKE2b-256 783fe0180e5f335c94c430144a8ab2c4a2312e6e327ea863a40d9f3079771344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd9103b644cbb5af6557ce42dbf5906c97ee76651cc3559d680f8329e6512574
MD5 c9995ad82d2b3a86cd7c2e854a33a8e4
BLAKE2b-256 77690a26a1521b6b4b39f32d8720c636dde270805b4e08ca3bf4768686e69c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 076928b1917fd2c98e0ec35ec747d5fdb0de718d5e5f4cd781460ab3542225fd
MD5 03b90002db198c348e0685abca9a7639
BLAKE2b-256 4d4d2b608d301bab5710cdfa7ca88277a63f86e5f07be387cd4b90dcb8c49354

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

This release

10.8.9rc0 This release

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