Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

passagemath: Certified root continuation with sirocco

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

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.10rc2
File Size Uploaded
passagemath_sirocco-10.8.10rc2.tar.gz 6.7 kB Details

Built distributions (wheels)

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

Total release size: 40.4 MB

Release files / passagemath_sirocco-10.8.10rc2.tar.gz

Download URL passagemath_sirocco-10.8.10rc2.tar.gz
Size 6.7 kB
Tags Source
SHA-256 checksum
How to use checksums
af797d66c460ef354502ec2fc693d2fbed176455b2094a7162159f67688ff55b
BLAKE2b-256 checksum
How to use checksums
27e7e98f3ced1e002c31e89dd73d8bcec4c4a251dbf08b82bcf59de849a97fbe
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.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
9758a7a524bd245b01eaa56ab190fe0581137071650c88c18f511df45ef91d51
BLAKE2b-256 checksum
How to use checksums
c09b534ff62df08e4c2a6b55564f3d110e977be29418426025ecde641dfd0450
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.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
faa643b6de241de2b853e487d85c431ba7726c24c02e59dde28c95b3ebf3a1e8
BLAKE2b-256 checksum
How to use checksums
381648bd659a9ae643a0966a24c35951740580bfc193fc736837c5b7e9d33dbe
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.10rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
0afd99b6ce0ceb9f08246b3d237257aea6511bb054ec5d36b5edf7a9a6ce2c1e
BLAKE2b-256 checksum
How to use checksums
9f0575268ad866d52bd9b6f576c1213f20721654cc96b004fd1c225820004f63
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.10rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
804eaa857ea6f953d4e2b71863baeb5453baae7aed21d1f4c8ddce5b1de07c5d
BLAKE2b-256 checksum
How to use checksums
19036025ee45c42ed7da002ad01f92af9056db0ad1b7eef21b6ad27eab78dc3c
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.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 627.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
0b65a97b66ae30cde317d32736f0105b36a19a2773f4687eff0154f01f68da49
BLAKE2b-256 checksum
How to use checksums
617c2acde45c7f5946ac6161a05f438068e1198ba12953eb0b0732f24025f9ad
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.10rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 561.7 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
b88bb54daa0b851d8b60157055f3b606d627381a9827963ef10f203d3044ed93
BLAKE2b-256 checksum
How to use checksums
9e55808d633012a62a00303086dc21f4b5dce13ae3a06dfd9502bafea47db783
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.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
da9ab80f2a96b1072e26877849c7d97ab590b1130fddb16f0f0e769c805b2200
BLAKE2b-256 checksum
How to use checksums
cd5d11a591492d1b9973792fb1b7f7add9819890af8a3647671b258fd0e8ba73
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.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
9a0c04e9f2e5ce19de76642c150e37f458315bf1682fca2c6ce80688decfd878
BLAKE2b-256 checksum
How to use checksums
f7007c096ec760edb2fd6ebceb909a3166451f5ec62d8c5cc9ae8e9834795c90
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.10rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
f113241d64093efc25c1920bc44d0d20509c919029208aa5c7f58769124f3215
BLAKE2b-256 checksum
How to use checksums
8d30c0bdee1d189dd2edf7f0e54de7933accb7c45f1f4d419bd84afaa30d90cb
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.10rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
6c1c836742870dd0da19b046b45868594fcf5a0312a580b47e8561fe0736d586
BLAKE2b-256 checksum
How to use checksums
f7b39b7103e20c1875b518aa70d2d5bf22f58b1ba1f59a0deeb06aa9dd37d2f1
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.10rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 624.6 kB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
19a996f5ed15f80e474fc47d8fc0792a378b5597fef11fe0c4b7336ab054c414
BLAKE2b-256 checksum
How to use checksums
43c683dcc88bddc17bdd251489608d5fff1ee2af87e53df4b9f5e0680ea7c40c
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.10rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 558.5 kB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
4c3257de1b3128deac75d3e3b1f4aaa6a4fd296994bde6c40c8b20fa0f18d311
BLAKE2b-256 checksum
How to use checksums
bbd6d406e6025a551b9e7dd48b681a03aea22bcd20cb43f828ed12a8699e8b3a
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.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
409c1c3978b3e768d81a23c9a191b61e3d41e5f333d606e62eb2c868104b1c34
BLAKE2b-256 checksum
How to use checksums
d40768422f20587861b72133dc576a6849b800925209a22874462093356dcfc6
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.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
084b40aef6654ba511c71ad4aa4cbacc894848b05756dc004410c868b178273b
BLAKE2b-256 checksum
How to use checksums
c2ad14c628a576ad73fac3d8873b0d877037e829e4504b53365692d1492a0bbd
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.10rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
e51bdeab965f9f0a16bc93f7f9fc086496e9e5012aff3c8200d8eb54f9ccb01f
BLAKE2b-256 checksum
How to use checksums
bb8039946c45d4342107ef977865824c072f2f9d9d49766df9761d39438cc4c2
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.10rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
26747b7a2e5e54a8d24263664ab40d7a63d5a7a72e144b5ea1ebf84641a8e480
BLAKE2b-256 checksum
How to use checksums
808e332368f0efaf28b0cdea10ddc673d2a911032d6b25abd3c9e4ca946c0f04
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.10rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 624.7 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
5264cf477b37836c3c4db7e04d6937fc4b128db7849254ac43c0b2d483efef69
BLAKE2b-256 checksum
How to use checksums
de43d679140fe9e72dc13bb313350e15c012be573c1c21ec4c82b387260f331f
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.10rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 558.4 kB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
e61cad9a7c61bdb71fe87abf9ed3dfa59a6a233970f7a32cf42f1bf7d530e8b8
BLAKE2b-256 checksum
How to use checksums
dfb9a4a713723b7b10861f29a3554baca4ff6f163685eed10b53c64020b3341f
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.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
195d02c7d4fb4688d9e9c642d89ccbe589474625353903b88f46a0bc48ea2755
BLAKE2b-256 checksum
How to use checksums
6a5840ba1afaaba467c236f20897591853841cb2be3043b157dafb6a4a1fc026
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.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 2.2 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7ed34d92cb94f5639e7917a74ae0b36e6a3edf8433bbc56af3e3a94d3d2ed596
BLAKE2b-256 checksum
How to use checksums
4916f0ae732127bb3c4a9a878d92836271deec259f6a47e15d892fb4920968c8
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.10rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
5c590dcc35df2dfed6c23423d6e7366e3fc8bdfc3ad66ad387c170d92513ef3c
BLAKE2b-256 checksum
How to use checksums
e2e680208971f553b32c457f03e8534921531978fa013ac059a85172fb044b12
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.10rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
62fbfa083f88f9f3bf4058483f6536e31e7c78596688c0acdfefcdf0d6ffa09d
BLAKE2b-256 checksum
How to use checksums
11cee575c3913d66da10cef8ead705660d3ddb96f403ae8ad387a1779c144a78
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.10rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 625.4 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
25b3dd98ec636112050e41e959f186e337707cdc0df3b01cf49b390057ec7a4a
BLAKE2b-256 checksum
How to use checksums
4529aa104e9645e24811c54d7920c1ead949d47b5f783f0182302294a7aecd25
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.10rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 559.1 kB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
86436edffe8300b3ff35c1c44f2328a70b15ddaa3f11017b6100c02c345b1836
BLAKE2b-256 checksum
How to use checksums
faa99844e000e32cbe5e774ccc0319da152803d9186b6c02167aace37d128e85
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.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
abd8186980ce0cf7adc149b1d775938fdc3c55138e323d214c82621d3e4423c2
BLAKE2b-256 checksum
How to use checksums
58143c8a2e36e25f74af19067d1fee7002ee3faa49513c53909b9e6a1aa0ef7e
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.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
1ed3bacdae10e189f598bf683c7d91f50e9e388d1dae20de27deeeaabdc0c913
BLAKE2b-256 checksum
How to use checksums
3d045dada5f857520aed1dc17436aa6004073801006ec0560071a8a67fd4280e
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.10rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
25652211eca70e3032fee038182038709896667171cccbeeb602ed8f2478816f
BLAKE2b-256 checksum
How to use checksums
83780b83e818919a2b6be19f5b104beb69b7757e26b4ec3ace4c7328d928d026
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.10rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.10rc2-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
8b452cc4e334a144d93f5c72b8f2f8fff4932c7926f4a6d38f8f5dac6bec00c0
BLAKE2b-256 checksum
How to use checksums
3ff9f95c7d634a1b68e69ba09aa3bd4b95442b194da115498d3d7592f7759226
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.10rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 624.8 kB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
831f5e59a1a3b95632440e8d11a8906d216e8b1c58ee4481744c767b15f23b60
BLAKE2b-256 checksum
How to use checksums
a3cb9e8c1b2ee20dcca176c6d2d98bfc47bbf57bd95e278a04e935b92677f56e
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.10rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 558.4 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
21f3b0a2997bea983225d6bb58aa4701b8b20159ba9004c362837fe17a4ff3a2
BLAKE2b-256 checksum
How to use checksums
f05c9376862fb58c8ba0751898111cef1884be4c7dfbc46d93eda63a677c5674
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.10rc2 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