Skip to main content

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 distribution passagemath-sirocco provides a Cython interface to the sirocco library for computing topologically certified root continuation of bivariate polynomials.

What is included

Examples

$ pipx run --spec "passagemath-sirocco[test]" ipython

In [1]: from passagemath_sirocco import *

In [2]: from sage.libs.sirocco import contpath

In [3]: pol = list(map(RR,[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))

In [4]: contpath(2, pol, RR(0), RR(0))
Out[4]:
[(0.0, 0.0, 0.0),
 (0.3535533905932738, -0.12500000000000003, 0.0),
 (0.7071067811865476, -0.5000000000000001, 0.0),
 (1.0, -1.0, 0.0)]

Release files for passagemath-sirocco 10.8.11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-sirocco 10.8.11
File Size Uploaded
passagemath_sirocco-10.8.11.tar.gz 6.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-sirocco 10.8.11
File
passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 40.1 MB

Release files / passagemath_sirocco-10.8.11.tar.gz

Download URL passagemath_sirocco-10.8.11.tar.gz
Size 6.7 kB
Tags Source
SHA-256 checksum
How to use checksums
6ee041afe24c35005f1f5764dfcd620432d22b1579b4bd65c94a245e365c0466
BLAKE2b-256 checksum
How to use checksums
62d14684afabe89ff049d16b22a2a3e6631636f890a8617eb5f73c0cae751989
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f0671880397c1046f7a6cc1fa9d1da9caec0e249dc17b8a917f314fb3216ace4
BLAKE2b-256 checksum
How to use checksums
85ba2b010fdee7579f25775df9903f7cfcbb325c2b1046c6524fd4ea70fb8f02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 2.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
125c6e2d11d654f149fc3f87208d78035c4eb40e4af6090c0a75eadad5af3f2a
BLAKE2b-256 checksum
How to use checksums
ab76524ba99c3ac8d3ace565970649edcc1792ee901fab085c460df33e8e1657
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
126fe4758ad62e33a2ed6ba928c1e29108f6b9c3d5cb1ced878d107f581f8427
BLAKE2b-256 checksum
How to use checksums
70119b9a9b283dfc12f612666d92415a1200bd3744ee07662c7e74695a24e7d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 1.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b66a0d24cef56ff58064f524dca2267f3f2f59d9c9a03629a91632c21af9c648
BLAKE2b-256 checksum
How to use checksums
1aa58dba23d4341d5fa0d1048c3f66eddfde876c63c7c49ca60e65a26f37cdef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_x86_64.whl
Size 629.1 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
44b4ea456dad5ccff1846fe1c2ef552081f0049d66c19eabd9559ee3b367dbc9
BLAKE2b-256 checksum
How to use checksums
b1f6dc31d4a389dc7deeb4da8fc1c5ba1a876d2156595f2a752929f0dda7af18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314t-macosx_13_0_arm64.whl
Size 563.8 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
37cd7d2eabb5bfaa9cd4cbf85cda6fd74c7fa8442a2ea0e917504bd745dea23e
BLAKE2b-256 checksum
How to use checksums
b67f1897779c5480d63c6762f5d55f389ab80ba164b0ccafa19c24ed216fc199
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f2196560206a7bd6e0799aac14159a1e9acf9c33287bf0642150b3095ab92c07
BLAKE2b-256 checksum
How to use checksums
903d76f283c9c5ba143fbbce8e72c0599fb14c5fa1494c4c75e30cd89d0d66fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-musllinux_1_2_aarch64.whl
Size 2.1 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7a6adfaaf3245c19963ee3f0cc4432f986305c4f32c13aa0974f4697e18c93c3
BLAKE2b-256 checksum
How to use checksums
b8d2dfcff6d84745cdf01168f08b481dbaec819744524521897d4f1dbd9c4eef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.3 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
18f7f6dd3909084a866f26a48acf91210868814b0695025bb6d85f7c6db43b1d
BLAKE2b-256 checksum
How to use checksums
31b7bc0ec03d8800088f98e87942ed058c4176dcca03f349a596b7157efce472
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3aadfe44323ceb42029d97b50e6fe79d1bfbd8234c76598ea8e1b67dd2c25b44
BLAKE2b-256 checksum
How to use checksums
c71997b407d53c4e02ff10943dfcf09aca956a20d73383637e8351a8fc2ca460
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_x86_64.whl
Size 626.6 kB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c59dbdb8e3ba00b5823477385eb5514b1144f7ccf9c75122ca1ac4fc70543060
BLAKE2b-256 checksum
How to use checksums
fb0e6bd3196929beabd374d5c34b645143acf278771f06a85130cdc79bab7294
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.11-cp314-cp314-macosx_13_0_arm64.whl
Size 560.3 kB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
8061e069cb4c3adcf6d375b36735deced1365d3e8108ff3a92e34260385b0061
BLAKE2b-256 checksum
How to use checksums
15d12c5a6b9774ad5ca3b826ec00d79e0da310d46277f0f897a9e25ac91fc650
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d318646b7806eb43d1b7a80227b7da640260a1fa0491ba64652679a5cd1bdc0d
BLAKE2b-256 checksum
How to use checksums
5ccaa4173d81758649272701a7a10cf9ad121cb94cfd221a97964d1b1d4b14cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-musllinux_1_2_aarch64.whl
Size 2.1 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d7491ab9d325c9a00241f14bbfb13acd71e656ac77658526ae9c08f7b67c07af
BLAKE2b-256 checksum
How to use checksums
1d66d4824d2f60766e005eddc44569ec944532e99a1fdc23bc01043b0ccce1a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.3 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
da1304662b2e98e6a5d204314ea51187a87014674991434ac08af16244c63b4e
BLAKE2b-256 checksum
How to use checksums
148386eecd5547e78f9c79dfcfe29dc2cb73a035a95c7f759f0013f2fb29960d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a5e9699f90dc34dec4f21b74e77d872b7c67d63c2c566a9a28367deb67c1546f
BLAKE2b-256 checksum
How to use checksums
ffcd93fd46bc9579a7e9eb08152ca24436373c875136090f19f9b91f4c6f5ef5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_x86_64.whl
Size 626.6 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
e9a418902478e27353b65110744c8f517ad21f8e74d73f19d6b0e13efdca306b
BLAKE2b-256 checksum
How to use checksums
6540753fa67796a3e082635648454967f6f3853f86256e48582b6ee127974a56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.11-cp313-cp313-macosx_13_0_arm64.whl
Size 560.3 kB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
5adedfe5ca2d5172b18b5a34632854576a3dc400c25be99070d7b9d48b144348
BLAKE2b-256 checksum
How to use checksums
ddaa2e55d8b4be3001dd9940d253449ecf0e555b555c0b8029627e615cf087ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cb240eed4b04fcfd2d42fae680d63e33cfa2300804db4b4bdaf3ce6a2f2985cf
BLAKE2b-256 checksum
How to use checksums
d848572f9c3e6b3aed8a32f1b2363da243af645841761afbcf651ace1ae70c5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-musllinux_1_2_aarch64.whl
Size 2.1 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
24cd5a3961a0a3eef8d1e602a1fab06bc4fefa384ce2e926a22a62e912794d05
BLAKE2b-256 checksum
How to use checksums
b4d2ad84e60bb72a8e63887daf5e50ac6f48294d3d820ce430086a5551f78637
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.3 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d1e31bd9c49d0f2ec64486d47bee37b8643e93bc09d8041b79d032400be47512
BLAKE2b-256 checksum
How to use checksums
d9f3e85d70f9e24eaa87ea40912af4d5a8ca259c0c076f1d5c7a38f313089bcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9d5243916246facaa046831a25eb1082eafbf7bd932a436a69f19cb70157f6f0
BLAKE2b-256 checksum
How to use checksums
21187c1ddc33e8cd9fc1327ce55d13adb31d75138e824aee8b27c8122242caf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_x86_64.whl
Size 625.9 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
df2ca685a5e3e925ed97cb219dd6274277a2feefda1f9bd6bea7593cd09d4e3e
BLAKE2b-256 checksum
How to use checksums
8e6b6ae6b95da474dc2efa6a93706dff863f4399e760bc22247ff0a5ff25de83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.11-cp312-cp312-macosx_13_0_arm64.whl
Size 559.9 kB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d12077a080ecc7400da6c264149d5939adf837e84d1ddd8bda38c9de2b0d86cc
BLAKE2b-256 checksum
How to use checksums
40c00b166d8a404c8bcd6dff54160d0e12bb03264545b4757b817a88710d39fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c760ed4b9d64289ed8c85f7baa0855ad0282b1f82924fbdca7ddc7d956d1dde8
BLAKE2b-256 checksum
How to use checksums
34d043e7c408073ede6bd3e4e84c5acb57bc0c612d04405ee33c2ddd5f299333
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-musllinux_1_2_aarch64.whl
Size 2.1 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
40003561e9e4530d590ad557a96554a528510ca84da36e1efbf9ae5679bbcb37
BLAKE2b-256 checksum
How to use checksums
94641758641263ed4ea245b505c3de68b55090040b37172745855eaa3834d09d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5f353f4a4b4e9793e47944e633ea627aa3729bebbd063176c810cccf239f37e9
BLAKE2b-256 checksum
How to use checksums
7a1857628bc88b3d1bed13692a1d363ce53fd3242f2a496c4a96897804fdb468
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
cbece15721ab2d2559a3a2af102e9fa35bea9bb449089a6305999d4e50b7edd0
BLAKE2b-256 checksum
How to use checksums
14cee88fd1d3703aa264f974f4143142f3ddd212c88aae39f6c2d02aebc5bcf5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl
Size 626.7 kB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
fbbf3b8f072868ac767bff87c6062b52961901b24a6b1d638c48b2e2e7b70dd4
BLAKE2b-256 checksum
How to use checksums
d038573f2d0e981301ca37cba6c1feb08fa3a01c8aaa0a41f5cc51fbf7545737
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.11-cp311-cp311-macosx_13_0_arm64.whl
Size 560.1 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
4a8d1fd5d0fcf73f8ebea9d481fe6eceed76bca6145a96cb21783a0452b78f61
BLAKE2b-256 checksum
How to use checksums
c0ed85db8bebcc3b208387d1cc8075b068670bc83a487191f73d2ed41aec1343
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

10.8.11 This release

31 release files

10.5.1

1 release file

10.4.67

1 release file

10.4.66

1 release file

10.4.65

1 release file

10.4.64

1 release file

10.4.63

1 release file

10.4.62

1 release file

10.4.61

1 release file

10.4.60

1 release file

10.4.59

1 release file

10.4.58

1 release file

10.4.57

1 release file

10.4.56

1 release file

10.4.38

1 release file

10.4.37

1 release file

10.4.36

1 release file

10.4.35

1 release file

10.4.34

1 release file

10.4.33

1 release file

10.4.32

1 release file

10.4.31

1 release file

10.4.30

1 release file

10.4.29

1 release file

10.4.28

1 release file

10.4.27

1 release file

10.4.26

1 release file

10.4.25

1 release file

10.4.24

1 release file

10.4.23

1 release file

10.4.22

1 release file

10.4.21

1 release file

10.4.20

1 release file

10.4.19

1 release file

10.4.18

1 release file

10.4.17

1 release file

10.4.16

1 release file

10.4.15

1 release file

10.4.14

1 release file

10.4.13

1 release file

10.4.12

1 release file

10.4.11

1 release file

10.4.9

1 release file

10.4.8

1 release file

10.4.7

1 release file

10.4.6

1 release file

10.4.5

1 release file

10.4.4

1 release file

10.4.3

1 release file

10.4.2

1 release file

10.4.1

1 release 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