stride-align / Python wheels

Release 0.6.0 · CPython 3.12–3.14 · self-hosted in Vermont

Native Python wheels for POWER and LoongArch.

These architecture packages are served directly by the project. Choose the wheel matching your Python ABI and platform; LoongArch users must also choose the binary world used by their Python interpreter.

View downloads ↓

Runtime-tested packages

Every listed wheel was imported and exercised on its target architecture. Files are immutable within the versioned directory.

PlatformPythonBinary worldArtifactValidation
Linux POWER8+ (ppc64le)CPython 3.12Linux ppc64leDownloadRuntime tested
Linux POWER8+ (ppc64le)CPython 3.13Linux ppc64leDownloadRuntime tested
Linux POWER8+ (ppc64le)CPython 3.14Linux ppc64leDownloadRuntime tested
Linux LoongArch64CPython 3.12Old-worldDownloadRuntime tested
Linux LoongArch64CPython 3.13Old-worldDownloadRuntime tested
Linux LoongArch64CPython 3.14Old-worldDownloadRuntime tested
Linux LoongArch64CPython 3.12New-worldDownloadRuntime tested
Linux LoongArch64CPython 3.13New-worldDownloadRuntime tested
Linux LoongArch64CPython 3.14New-worldDownloadRuntime tested

POWER wheels contain the generic and VSX implementations and select the best compatible backend when imported.

LoongArch old-world and new-world wheels are not interchangeable. Check your Python loader before downloading.

Install on POWER8+

PY=$(python3 -c 'import sys; print(f"cp{sys.version_info.major}{sys.version_info.minor}")')
python3 -m pip install \
  https://distribution.goblinreactor.com/stride-align/python/v0.6.0/stride_align-0.6.0-${PY}-${PY}-linux_ppc64le.whl

See SHA-256 checksums or the machine-readable manifest for the complete release.