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

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.12rc1
File Size Uploaded
passagemath_sirocco-10.8.12rc1.tar.gz 6.7 kB Details

Built distributions (wheels)

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

Download URL passagemath_sirocco-10.8.12rc1.tar.gz
Size 6.7 kB
Tags Source
SHA-256 checksum
How to use checksums
926a29281fdb67d2b7471b16cfb7861230755be0f8e9dd7dfff22b5678a95de0
BLAKE2b-256 checksum
How to use checksums
757b8d65e1f4a9763b8bf54cfd181775422ce281e2b1ba2040fa91e8af5a2613
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.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
50b808ce9d9d6342ac080bb93acecb676b373847282e52c0a35e596c76238d41
BLAKE2b-256 checksum
How to use checksums
9132fa308541e2bfe02eaa7315e419f92768efd8fb41f269c8896bf3d6889cb1
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
3931bf790e77f0eae9d3bac8be01e4ab9db284abee7efe5eff8de4383dfb8f63
BLAKE2b-256 checksum
How to use checksums
543a5cfdda1039c6bf7cf09f23b7206e79baed7196a4c3187023443923401ded
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.12rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
10021f33c8a227e5ce8bd8d99857f4c21624a061c4d1086e9fe370d7be5aa8b6
BLAKE2b-256 checksum
How to use checksums
3a26649768d8076b83f7dc7d71b54745b901cce2e294441bc6987537c9486a9d
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.12rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
0f322a0f84585bd03a4b72323c22ba18bc1c04874ebdf751eb9b106f90f20051
BLAKE2b-256 checksum
How to use checksums
f5f3c236a47f862545027bbdc4a76e2af2b35d85aa551657a873b91d46d9c7a0
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
b5f9298c321c498b7ff138d932dc24fca61d0476901f1be3220352353394c084
BLAKE2b-256 checksum
How to use checksums
64ec99656e5372efa484b3e94bd13d70e9a62cd0127dcce925fc29e536cf1ea5
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
ca93d05115280965a2dcfd131374891abe7527b7c8e6762a25bff0c63b62c100
BLAKE2b-256 checksum
How to use checksums
dcef23b18207bb37615dda0f1f4488605176a7931055b6d92957a6ab53346866
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
ff744e24adee699a40f5d63ca921279c5518019030be03c113dbcb7352c897c1
BLAKE2b-256 checksum
How to use checksums
c80defaf50090efe349ec9fcd75ec6147a64d8ea900b1af8dab5e17718188521
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
48fe5df26fcc3abc49f89c340845d791ec045f69e6b5b96fcbb145281147cf79
BLAKE2b-256 checksum
How to use checksums
a9e285e0943948dcf59a5b0e1634ee6840ba2608b0ffd90c5fe3453c2b0d927e
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.12rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
19596bf369de403e25f536f8c2218186bc44f0607e24fb693d1ce1c119b8b57c
BLAKE2b-256 checksum
How to use checksums
dad31ff122bef796b02e8526939793f2e689c7a1b01b981b0e2f27898797d2c4
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.12rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
621335082d84151d1453bee71c8625d2d86566891057929c88d179443f80166f
BLAKE2b-256 checksum
How to use checksums
3a2545ea6e6762a8d11f231e9a3634174a0b8444d9a6355f389f5c5bfc27fcee
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
f1b3b46fefcb981879d49c80d70865b607756126f57e03d6a0f84a6f90b0ea04
BLAKE2b-256 checksum
How to use checksums
9bea40e776ecbe27c2699edfe74358ac3d38bc0686f9ab07f8a748485ea4f43e
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
147baf6c8e3ad55e8b4820a9f706fdc847480f329fb415afe264c9f7fb1f71c4
BLAKE2b-256 checksum
How to use checksums
cdf18e72d19b4b1b9d7565cc6cc82bc8e3f00c3d2de4cde03b00abcfd548722e
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
91f41837192aaca50326ccb74ea8d6e5752e04c5aa82f147a8df2e00e55b5ab0
BLAKE2b-256 checksum
How to use checksums
6bde16447c2e42ec59dce17aabcc1fa1359bb171c0440a843eee7290439206ab
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
2b7a28db2555984d38dd2483edacff4a264ad0f1419f05b39ca3d884d9e7855b
BLAKE2b-256 checksum
How to use checksums
93364e5657df88ca2ad07831b48b9f87edc5de4c712ec6f6c20660a561cc11aa
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.12rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
dcde3561c9a49fb44ee39ae76e46ad000b6b911a9375746c0416ffb11e19cccd
BLAKE2b-256 checksum
How to use checksums
574a170a5dbdb7d9b57d70a89734f8ad2230dd9f16da98d97deb2364e626a051
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.12rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
4f3d16aa3184bf70ab07e389762f5710b3a28062cd741bf7702cfd13e2120112
BLAKE2b-256 checksum
How to use checksums
59427df04e987677f846d0a758cf35ef52038069077e394563e9dcf6ed5b37ec
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-cp313-cp313-macosx_13_0_x86_64.whl
Size 626.7 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
9d89a0a450c132545fa0be610ee40234359fecf10b1908eeb9053bdc3d2f1381
BLAKE2b-256 checksum
How to use checksums
6c6cfed7010a3a24a64c3e2ca01146f034e7b7b01880b5ac5fd104cb94963eec
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
a54ef53bd905edc968c968be3c4e519590e6f6a8312a59ca6989077bfae4cd97
BLAKE2b-256 checksum
How to use checksums
d69ce2e3936a96a9002246e8711cfa4aa970473d503a7c2c7409f82532cc379f
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
130fe8581d5e1a6ca5808cbef8c20ec2451d42a3cdbbccd96e6f65143e6c0dcd
BLAKE2b-256 checksum
How to use checksums
1a98260f7ad993cadad3d53ae48f469503b91048aad108f1c8505f730c49d810
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
7b4f90af8ada657ee65919452074baff4777f0123044515fd4c5516827b161f4
BLAKE2b-256 checksum
How to use checksums
cc2dfa906cc7cbc64ea79816955c7ea52d2e86d51558728dcf0d6d06b5f5fb81
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.12rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
ee34b36afb385a61ed3ce26ef3a75c59b68fdcf02d325ff079493ef4a421778d
BLAKE2b-256 checksum
How to use checksums
1ed94c769be4f18e31cded619684e7ced3c8855916c3a544dd7fd9d4bd390448
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.12rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
30f5af99a3a33293006f3abe57e6a7af3fba00e15ef9d14fa1ca5ce4b4967d62
BLAKE2b-256 checksum
How to use checksums
27e5c7e14048ef9510b093995b80c5725d558bc8bee98205e366bec3a9b36702
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-cp312-cp312-macosx_13_0_x86_64.whl
Size 626.0 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
e98e578d3bc69e4c26be5aca3b156a684b8bbecbfd4da1f855ccbd6b98305d08
BLAKE2b-256 checksum
How to use checksums
fdd68bea0a310e7ab550c05695d194b5650b57adfe2c4b52c2db064910d87813
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.12rc1-cp312-cp312-macosx_13_0_arm64.whl
Size 560.0 kB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
00abcaef78a9b346dc40ad24b392cfd51eac0e50262a1921c1d1ee3f71cc708f
BLAKE2b-256 checksum
How to use checksums
bbab6124dbace72153280d2194d320368e6f0fd5ee3b119b770e7a2ce2a8de90
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
38d528b81c59ddeee6181cc879cdbeb40f7c553bf6c967ecf95026fe5ee4221f
BLAKE2b-256 checksum
How to use checksums
92f780b77465a6a2f467908df0b409afaa3c04ac236bb4635af1080b0edbca00
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
50a16b43c48039959555ef746d068e1f28303bfbbc845feedab78c81f55a4c8a
BLAKE2b-256 checksum
How to use checksums
b7d7e590693a959d045532ac6aab728be69b107f08a4388312a420f64f161fc1
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.12rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
06fe527899479fa50569882a43d268b9ac13b6438fb345a0a0cd25e9d39fe4e2
BLAKE2b-256 checksum
How to use checksums
fe475c2e75992035ba0f380e62143d12cc93d2904f26f6d670212f4c1a38d146
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.12rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
6cbca87c2de5ca0fcb356d12546f322860c6eec93471a8b9799a18d129ada96a
BLAKE2b-256 checksum
How to use checksums
5bf5b39fa21ef258a7619d5cbf295555f2a250db3571b1a2fbc6eb070259bda7
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
714a33df56fec594a6d5d57fb2d3bba9031fc4edf1bffe3cacdda20c2dd95c16
BLAKE2b-256 checksum
How to use checksums
f4cfcb302c37e98c06744094c094db9ad123df28fb43e40ab9316761aa8ed018
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_sirocco-10.8.12rc1-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
9b7c2b6bdbb7e5ddc51503d93dee572e52cd215b25ba84afe9c8c3c446e5546b
BLAKE2b-256 checksum
How to use checksums
accae41b1dafdcf896bdd72a83468f831c98d122fc5f99328bd27ee89d541d7e
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.12rc1 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