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.11rc3.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.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc3-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.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.6 MB view details)

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

passagemath_giac-10.8.11rc3-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.11rc3-cp314-cp314t-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.2 MB view details)

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

passagemath_giac-10.8.11rc3-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.11rc3-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.11rc3-cp314-cp314-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl (103.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl (93.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

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

passagemath_giac-10.8.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.6 MB view details)

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

passagemath_giac-10.8.11rc3-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.11rc3-cp313-cp313-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.11rc3-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.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl (93.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.2 MB view details)

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

passagemath_giac-10.8.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.4 MB view details)

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

passagemath_giac-10.8.11rc3-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.11rc3-cp312-cp312-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.11rc3-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.11rc3-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.11rc3-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.11rc3.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.11rc3.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.11rc3.tar.gz
Algorithm Hash digest
SHA256 c98c2e0788545b3bed0925a7196dd8fd8773d55d4e3caf6f021dae2e11898361
MD5 b2b5c7a978585e1e693b61a8993d0179
BLAKE2b-256 9982493fe3feab01e78dd12f62fac85f69af567b302c6fb64c9035e518f08657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a978e82158981a5fcfc8134d9cebcc168e71122ce246d261d490ec556cbee37
MD5 2fa95bf74e346cbd022be999ac9f8137
BLAKE2b-256 7b57256e51235783a43e7820fc06d4482aa20cf349c59d897e781365de651621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e33f682cf3bea715bcb8311eb2c20b3e4b409b25e83bea9c8a382d672353b691
MD5 9b180a4585e00b6215ca48912d8b4d5e
BLAKE2b-256 e1ac631b0d43702b0dc63e4f8425c008565045fcff367282c6974b029f08bd09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44ba9edcd5bb794ad847f682bdcb40161f8fd2ad6187068e3e26b43ed0b90859
MD5 e86e24b2fc1f08b0bdac275648388ab2
BLAKE2b-256 f7ee584361923c7a53e57a44382960eecccc6846e95871326c694f7729381041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 822741822e6ecf8048e70fbf720ae77ccd56c6480cc9a4202f0cd8903a495cf3
MD5 4076710f1e62dbf5c94cb90b64903633
BLAKE2b-256 469595a44a6b1ed6c797cd3c520808245195cfaf1ffa930815d6f94646e6da80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f50d86ffce0562bfae1260bad1a3245b7af3a4dc64dbfe6a303431ea6e66e56
MD5 5aa2968432ea0f38617de9f717e2a0de
BLAKE2b-256 276799759f561d758fb66f1eedbebfbf1886d1143b38ed8d71ff80c280f77944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f1e53ced35c5618cfe0b53a598b21fbe30358671ca1855c444703b89b31d4f7
MD5 0ce00bc043a165806b0b09ff1c0068c8
BLAKE2b-256 d9b374581a74139e456d1dec0097bcf3e1bd7739086e0d95e872e9f5eca04c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 066bb9d32698d8f47d576ac90f4acae7ac6fcc2829bb96c93ed9958921675fbf
MD5 e0288c64ceb7f45b3fa933708b9828a6
BLAKE2b-256 663b1bf7ffa31b446b0a0898f202b796764fb348a7d265906a1603155a01a95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d81eb7ee32b72ab037900eb2cb3e8d14d05a16ae496a46bf059caf348cb9934
MD5 7a75f5fb1659d74821e5c5659037c022
BLAKE2b-256 b0b583827b43b1205bfed5928aaa71861999472e65f9decf2d6f7ae1cca931c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 394fde735093294f7c856fbf558424138952bcc0ce03bd8f2e9c4ab79148e0b0
MD5 c177572f89618840c4f2bbd0a2a8b266
BLAKE2b-256 ce7fa43bb61f579feb0dd6d7f9c391d3be7cdec68b9edcf01a2adb7864a65f04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b10af8919fd3a2324d06bc16710cf93d6b4296c4926a3c661d7070f98d0858b
MD5 cc8c4e5482b74669ce626a5c2a35ef6a
BLAKE2b-256 a801c7fa50b9e3398713266196959798615b0606a9a638a2a3c908492b40e18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbf51dd59e2c82b264ba5d1586ee706dbd7c54bf7f9d423421fb550cf6be9b58
MD5 806a6700d7784473fa344ce55321b6b5
BLAKE2b-256 89f136bbf2c45b6924768df7833ae2ccd0d75441d3db9f4ec5e0e6153e052d53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e7917607fd07f62d13775d5a8c09545eedc9a791e6b78a6f116f9cb6cc2ca63c
MD5 37cadf2ec10ced94a1209fe0e268c366
BLAKE2b-256 fe92f3d69505bb32c7f1b775f722838d5ce3aa8aacd2e55d925da8331398fc0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81270fc3a2b986c8123df8152d5a5d0cef064de5f072ba1cdabe4a85453fe749
MD5 5624f4728750ee56cee940ebf3ffab4e
BLAKE2b-256 231f097852715ae6a9dff0e480528568985d829e33e6979b235269f9a4a5a21f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c61129bb31f276699736488c259d1af8d6a15fa2bb3fa827391714c5e0c4150
MD5 3e06b9311089df892ce97e12f8e6dc3a
BLAKE2b-256 57fd5e4c74319c9b0e991aae0fd6323bf87290bb36bdc9e5bc504e45e095bff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1409b1fa904cb1bfdac4b42a6ad761ad3a00e769db01d917860d846bd75ee75e
MD5 5833a85ef28b6da357cf1091986ff3cc
BLAKE2b-256 926da84b005df06e2e0d0b6338abbeffaba7151d1e2d2dcc328d8d05309bdee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a93c61164415b29d5026ef70b1def795dee30d63df2f058a919121ff168d1c4
MD5 34a47c8fe230a15ba9f14e959c5f31af
BLAKE2b-256 28d23be1817e6641ff0a196a97ca03d16d71aa0607160ffdcd0f760a78731d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc906fb3a0d774dfecc60208529517aa181bbbec7b55845569f993b157297525
MD5 1020b21b52d7cf61e32146fc11aa2f1c
BLAKE2b-256 cbf148d93113199261c65e37562f29b2aed202952d0380298dc0e46a8574b60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5a4c45fcc5a5fbc5fb7c4c4e698961f1287f45ad2c5aa231a2739d743128ad75
MD5 463f5da433d3ed02c725705706159efa
BLAKE2b-256 b9b16b73bce8c3a06be2cdcb68daaff6ef33ddaf712319b70ebade56ae06e2b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c040f8d8dd521fd3a5733f68f2906dcf2be6ae13b0e83c787919a214b1c7a92
MD5 c4e012fe4b6cd553b5455986371c3c34
BLAKE2b-256 5014f5c3b663d4d64afab1083ee127c8b56b1b7919e8cf61f3dff753269384e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 549f0b0b3544c3b8679be4a61ab9028caba426500e18616cceba74e3728f5f59
MD5 c89841ff5e0112caf4b6fe362855e146
BLAKE2b-256 663f5332ef3588406374431d8ed1169eb5b2e149a4fa05af5941f52568791d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89fddf3e2f82e96568904519bfe3708bd131a98cf7e91f264119f4198a9fbf89
MD5 5440504c60c8d7589ae1cec38b8a25f7
BLAKE2b-256 4f79c5777284747b165c3dbd6dc0c8ab30804c34efd42236eacbcb373e52f2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b41ee6d3353ee34c7301cf4ee65806a6f4aef88b2a090e0da0c37b20c6eab52b
MD5 23254dc2a59b80c412579603d5906e9d
BLAKE2b-256 4f8f65fb92a87924fdb0668dfcd6d2a6fe52193d25ec81041ac0d4ad97d6fdb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 532e6ed9251a02bc2935afb311d5d638d24ba39344d4f4d06bd9884ae5dc6d87
MD5 e5dc363c41d9f4e40b627661faba7277
BLAKE2b-256 039aa4cfd8cedaf38ad19d49d431a8f83525760c8992d43746787ab91a419a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 381b130eb8bd44fd14b50a3078f252030f69a74984f72cdd7157ed6df6ad8496
MD5 203b9b06acc4b77fe2b96e78b2b3ad60
BLAKE2b-256 8078f294941c6f2cb5223472f42dd824108455da94b7429f73047299aabfaa73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd11e21957894b86494d81d98e0e93fb0535baf2b9ab1b03ddf835a5e3d2d791
MD5 627322aa6f9ecb338c7245055fe74520
BLAKE2b-256 01096f06b4b03c862ced52cb254e764f04e4d4df1599dc99f37192491c09bc12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f62c24d9371c747d69691fde0ac823370ed4240b1d166bbe43f3368549be93a6
MD5 ef7323929d783b111617c7e34049d3bd
BLAKE2b-256 92f589d8380ef42717ce30d36e89cab8bb53eb6d441a37826d6e60dd8cb0eaff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ab4e67dd8980d777a6b612e7d82d61c8411590ab6654f1ecc5f5620feac5bbb0
MD5 33ddeaab1053e702c0ccbeba612ce1eb
BLAKE2b-256 f8815e6eceeb7575232b057b0e266e56e93a0a1651556d827655067786e75cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bb4ee5080ed9da6c22b2b77d3df349d159a20eff3628a0b4c326eb61164c2ded
MD5 a9f66c06d05749e93253e4b2d01ec8aa
BLAKE2b-256 5bbc5caa4ff2783fa29e97b7222bf583199ea8d06bf916bf0970141f046e644f

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

29 files

This release

10.8.11rc3 This release

29 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