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

Giac/Xcas is a general purpose Computer algebra system by Bernard Parisse released under GPLv3. It has been developed since 2000 and is widely used: Giac/Xcas is the native CAS engine of the HP Prime calculators; the C++ kernel of the system, Giac, provides the CAS view of Geogebra.

This pip-installable source distribution passagemath-giac makes Giac available from Python and provides integration with the Sage Mathematical Software System.

What is included

Examples

A quick way to try it out interactively:

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

In [1]: from passagemath_giac import *

In [2]: x = libgiac('x')

In [3]: V = [[x[i]**j for i in range(8)] for j in range(8)]

In [4]: libgiac(V).dim()
Out[4]: [8,8]

In [5]: libgiac.det_minor(V).factor()
Out[5]: (x[6]-(x[7]))*(x[5]-(x[7]))*(x[5]-(x[6]))*(x[4]-(x[7]))*(x[4]-(x[6]))*(x[4]-(x[5]))*(x[3]-(x[7]))*(x[3]-(x[6]))*(x[3]-(x[5]))*(x[3]-(x[4]))*(x[2]-(x[7]))*(x[2]-(x[6]))*(x[2]-(x[5]))*(x[2]-(x[4]))*(x[2]-(x[3]))*(x[1]-(x[7]))*(x[1]-(x[6]))*(x[1]-(x[5]))*(x[1]-(x[4]))*(x[1]-(x[3]))*(x[1]-(x[2]))*(x[0]-(x[7]))*(x[0]-(x[6]))*(x[0]-(x[5]))*(x[0]-(x[4]))*(x[0]-(x[3]))*(x[0]-(x[2]))*(x[0]-(x[1]))

In [6]: (x+5)**(1/3)        # note here 1/3 is done in Python before being sent to Giac
Out[6]: (x+5)^0.333333333333

In [7]: (x+5)**QQ('1/3')    # using Sage rationals
Out[7]: (x+5)^(1/3)

In [8]: from fractions import Fraction  # using Python rationals

In [9]: (x+5)**Fraction(1,3)
Out[9]: (x+5)^(1/3)

The last example again, using the Sage REPL:

$ pipx run --spec "passagemath-giac[test]" sage
Warning: sage.all is not available; this is a limited REPL.

sage: from passagemath_giac import *

sage: x = libgiac('x')

sage: (x+5)^(1/3)           # the Sage preparser translates this to (x+5)**QQ('1/3')
(x+5)^(1/3)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_giac-10.8.11rc1.tar.gz (182.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_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (103.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl (93.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl (94.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl (94.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (95.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_giac-10.8.11rc1.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.11rc1.tar.gz
  • Upload date:
  • Size: 182.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_giac-10.8.11rc1.tar.gz
Algorithm Hash digest
SHA256 a1f7eec843d818e91f1fde271882038f4445591a8cf7a2c9cbaf265e6e248d80
MD5 047ddfe94d60242d1123cdc500f4dff2
BLAKE2b-256 ecfa185016c8f277db42b77716f073b4678c07ddac8866da90b223259630bfa3

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0de8ce67fe55ab0f95809052382f0896369fdb2caf4bfd346c0d4da8a1787e5
MD5 dccac9c44d40cc61afa95e8d43a50a0e
BLAKE2b-256 0bf6f19df21545ceb3e825b7cd8262aa13115f91bb9fa7a7fc6d6a16b904ba97

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d4a0952407b2d562a76b48e57f4d57216b44fea5478d86bca3e861584b4409a
MD5 8c4e4bacc1c476df56a33dc9efbb4970
BLAKE2b-256 74689576d16b352e7752319c6982895bd3e41bed11409bfec72ba944e5433acb

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1a13f9a1d7311393931be82035817547e8e7d3ee1a93ab8fd6f6c1b6073c905
MD5 cad4ee770c2c1bafb3439846693c92ca
BLAKE2b-256 9e93cd3ddd33a2fc76e10632ceaeb110834b3c3d29a348fe6a3e7fac239500a9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de5939beec50c2eb232fc8336e287cd1ccb225e3ea8c4cb2801a8e7dc2ee3d71
MD5 da59fe51cb22d2fc2a21147d87a6016d
BLAKE2b-256 17dc4e9dac26f2474ea054bc9095db3b548f35b726b24d4de8cf78fa7da29b0a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 981c46f0475f08e80a8c546bff3e4cc418e6c261b849099a6c02656a7c464214
MD5 5ca37257ecb165ea921d7ceceaf86f24
BLAKE2b-256 2a00b82c4be92ab0ffb87e2f82d49d952a611c65110ab9be4fe504a2c258466f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f385cf9742b3a43db89a4fa59a37c5d4c71d49b71ac21a9934e2c80301e83d2f
MD5 bfe498fffa6a766e9de310390d859034
BLAKE2b-256 386b98aff473e3a2a79a63d61ff571855819967e5119599a581ea28dd6b15487

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73f6f1972aed4be759e9c754fd1c20515c0eff38fdf36f5c451d1ed5932ca75b
MD5 d826d427c3bd722264a281a887451286
BLAKE2b-256 c6fa94b72092c6c6b325c40a0e2d5fbf617eb818220db23a3efecffa71afc297

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 adecd1e8495d6121ea6d2483501d4ceb6b499d53204ca2f91f52082625452607
MD5 2ec94cffdf52540ab875b6a13cd7e0e1
BLAKE2b-256 09bb22562b260424286a659ffc9617b64b54dec49a8bac0fb507240e958ab9c0

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4b1ea9c247b0f07ffa365eab12b1f4a4acc6344c64da600ae25b0afcb134eeb
MD5 1aab2dd0a0b042b6dab38799141ef6c8
BLAKE2b-256 213cbd3bbfed5ac65e6fc1b2863ed3d552d16fb99a65747eb739ffe0bbd55c90

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ac0b7a0d7064867633fdb5e5c774a689d599dd8bcff4f4d9d9e4bd903f0a0c4
MD5 8f6deb2e1e2fdba7eb474f67161024ae
BLAKE2b-256 790a16e61c76fe41ba604e777c7733280cff51f834106465b6fd65abfeb0c953

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d2ba023b2206a225e5a324b196a22aa586e25ff2f93442bf35d9fb21de4252c5
MD5 05f75d26ef366f1c833a903b5f802442
BLAKE2b-256 01fb9df509a009bcce79d740a46a1454f5c1dbd9b1541bd655692d26d5a199b0

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0145bd230328f489babc08105a796961b3168d82f68ebb437bcc428b680958bb
MD5 65c8de5373735f0b7930a64e93315fe4
BLAKE2b-256 6f30693d2ffbd28041757906aba04bffc58a01e326cf29f664ece3ec9465b020

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ec32fe94218a8f29ab44f9c6f8517e3896c72b38c79dac89d227a33cbc1a683
MD5 d5a64c4a33455db3bd72fbb75d9acae7
BLAKE2b-256 6a1c1e033e886a5c159fcc7923a7fa27184627890ec10c4cb045f3935b725882

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 992d9d22c8969b5f83f809eab4b40c6951e029be36c06422c606f40b565b5f5c
MD5 2dab53a08cea3624826dc850ac5964f1
BLAKE2b-256 f36898b20ce5d80102d26576011d5c7f5e5d455faa6baae6ea640e4a926a8c95

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86200f72df4508dedfc98f8205f3cbc261a854e2d1ff10e79f0b5fa248527832
MD5 a067c780bc6003c0a225f018b707eca0
BLAKE2b-256 0739bbc6176171756a947417811afe57ede4546e55c496b7deaa359466d0a3a4

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d06de5de09245e58036c263ed2ff5ba5da4ac8da1562f395b8b6f3591001013
MD5 37f0c34ae8eccb6476eee721c67128fe
BLAKE2b-256 713e028c5a16c1a5096c391610e1b61117bf8f4f8647645f9e45dc38b19a3f9e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e93de593879a8f507c524aabc18383411a98a8f84b59780d6bff87d3313fa4e5
MD5 2a697a804f3876aee9f9b628095ac48d
BLAKE2b-256 d10a9385a0bdb43cd8fe0d80b4b8eee990bc3b57c47b519e39ec8b13dda3969a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5dd28e56e9178bd68458c1b4f70f722d9f970d17113b86b5cd05676c9449bce4
MD5 b4d0af62a5b6aa073067f103fcc4aec2
BLAKE2b-256 ea296f7a7de6edcce3ca0fa925e016a33b52c4f87bf13fec440774a824bf6ba6

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed67fed470c731a9e1ae195cfd83a1bfe9a642027be57c5445e69d3bf9f02c1b
MD5 2d93425c63b83c7ba38262af28d2074d
BLAKE2b-256 6ad451324560c60b02c965ea8195d14cfa73323ea6de7e26669f813f853386f9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ae90e28e8af6ee183c561c772caff79def2d4077b7afada287464cc2fb045c7
MD5 4177a7c1e2074332cb7a120d15f8398f
BLAKE2b-256 a011e4b30398d5d0d492eede5e7043600124f57436109f96e94ab4517cdada22

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d1d9dbce07f38ff41db4bb7b6e2ef25692f560eb54feac1648433faf602d6dc
MD5 3e5426a0a09939b102ce4dcbf8951dfa
BLAKE2b-256 800f12e13bd0d1e49bdfaf1095f645a422ff6385c4fdee48c28e0723842eba2a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8962a23c79b1e1cbe8859a981512129b2a68ad32036fbd4c73c05c50d42735c8
MD5 488dc4993a0c9960085f6ab26db7ee63
BLAKE2b-256 3ddcffaef7d1ba2db58251eb57eef50f83317b0bfcb0c9e660cce4d3677a71f4

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4bebd0143a1377095c8beeb422dbb01092bd11dc2f28d3dd5ec354176f5396b0
MD5 8b7c83015002bc5f6a7212ddc418f589
BLAKE2b-256 badd734aa2cf4e14e0053dd6a13aa6662c42adfe179c9921b6a91b1ef6708603

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9b99987363e1368f7c78236379aded449f09e1d4d688dd44ec901023c92ddebe
MD5 b20968ae2328226ae6809776790a8338
BLAKE2b-256 fbc75b7b6dfbffc38455bef854a3737a79454a3d8c22c723d00e9ec6a28c069b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 529e152e843005d49fcf04b9fe6c16f480ee106f127077142a77bc158fa20cf6
MD5 19e6e848ef403b148e05eabf303a5244
BLAKE2b-256 7d5a78cd22b595285b24f6f7b679bbc7132e382c8472e3ef9db639ec70d225f9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2de3629ba5ac5cec98ceee9d8d9487160c9d2bcb59569d3a8842e0067e1c70d9
MD5 dbed868e8d8d3721e78f71739c18a19a
BLAKE2b-256 a97e2e08463dde215fe889b125b09c400e87db5c82f7b1693f1df980f8de97b5

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13589dcef6a1ae1b203dbf2706744cc1d7b56aaa3a76d5edfe8048539f3e32e6
MD5 744556518473fc0bd6f6a4f78d803835
BLAKE2b-256 f8a992bfc0a575dd82b1632e5a2e703fd27c204985fa38544819df01e9a5e324

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 735f4177eaf53801d44fe2211c25375015179999e2e353165e3b574cbde67f4d
MD5 a76e9617fbb261b9cd3410747f355bce
BLAKE2b-256 e159dfd996fa8986b9831e42b78ad697ff4f677b1238b536bc1456396c1f6a40

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d1c3ecdf5f42071d89a24eb009e023d94e14dbfc358032a4e61137a8cac5e17f
MD5 bac1e7d53026f4d255d3c409b4fe0191
BLAKE2b-256 32fbc4472cf605216e92bcacde4f8c842202d7acd8db6f406c74f8f657f9963f

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

29 files

This release

10.8.11rc1 This release

30 files

10.8.10

30 files

10.8.9

30 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.2

31 files

10.6.48

37 files

10.5.49

31 files

10.4.68

9 files

10.4.2

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