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.11rc0.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.11rc0-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.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.11rc0-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.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl (93.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.11rc0-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.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl (94.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.11rc0.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.11rc0.tar.gz
Algorithm Hash digest
SHA256 aa611cbf7b81e112b10e8a2d6fc2dfbefbd1f46b2f228c67fa354eb8470c2f88
MD5 28639696544b60d8fbab922d2e316c70
BLAKE2b-256 a08971f86c914fe5612f880540c222822a55b4d742784c96fc8e67d35ca9f047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a14ed973b804b36b825d67c21e224e5f2a1beb89af9072c17a1dca4325ace37
MD5 276f894e6ec63587cfec8cb4f57953ee
BLAKE2b-256 5d007e463ea63bc9abab86db71c75e5432730f17cfcf003466873487747de73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbb4408e61ad4ca37df7b1351b007ecdd00a94abb431438edfd17f965ba2107d
MD5 f86b6c20008eda6c7ffa662e4433c11e
BLAKE2b-256 ebc363bcb00ede8539d5ad52462f97388fdeba7fdf578e688f853b0623ca0a76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bdc4242cc92191a9ed004b337e40e75d7bc9293a3ad2e5fcf5e9bb75ad45669
MD5 dbebe823604a6094f6b2fec6acbf9a29
BLAKE2b-256 f3f690f751b7db6eea2faf75f750e28e9367fd876fc1cbf662d655cd0a5fe8e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13c819c86d7d16a333416a5fed97cdfefbbe39efa75beb9f68c61171b7a34cf9
MD5 48fded1e6611aa441ab50d8ccaee0caf
BLAKE2b-256 d5ed646e9692384525cd1ce3a4b1b8ee760c87364ba285903650c34e7c4275cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01c3dfd009b1e740ff5a4b2216d3dcf282013debf485f862bbcb32a4a23fce8b
MD5 5e2f705a3b05c7750f301ad2f0bbb98d
BLAKE2b-256 2c07d8e6d88961c45a0ead056ff31acae4c48031400fe2d7032cc48f69e76a0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b1000c9fc855779ff7ba0eb08c7916d205169233ac19d171cc7f9184501dca3c
MD5 a48be15f4a8e7de3aabb03f434a216c1
BLAKE2b-256 5efc27f69f20333b9136cc4ce4d1bf97400f413ab675b7ca73db923b18eaafc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2487c52762f3ab6d04218bdcde402748e5c1dadd699e37744f8d0b3f01b583a1
MD5 a01d0c88d3dcd74bc575f1b57c00e97c
BLAKE2b-256 b7f6b734072b6367abbc0d34b1d5b11826ff043910d3d3afee8982846d9c2e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 353d1cf8858bd483e160d70f993e0960374ba3dc4b4f3f388c0a837cc0c1c471
MD5 b8e5acaead7c4733d96f5574929b85fd
BLAKE2b-256 0868b11a1ce964ab4df711ab2a3f7a19aa3f651f05f48b7fcd66d182d7b49cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7426938b3b090665a792af8e84d7dfca2ef90d5686cbea66fff284e5fe787f71
MD5 57c84141e5b16d2bc5acd1cc319f2fa2
BLAKE2b-256 166a0b7fb1300889544938ae9bc1c21134cfdf3636104dcbf5d197fcf6864f6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bec8f229dd70a8825a6db7944cde0e3a3c661653e4847337d78f007d782b046
MD5 a5f92623c52ef77a011a5636a8f45a1a
BLAKE2b-256 1df32d859b63b6724cae696cdb2b5ad552a7010825a85ecf4a4e266ac5f04539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd8915c8e218ac9fc536e1e72dea31a3c4e6c5069de84122ad393704193af3bd
MD5 d3a6722363f312dc40f332ed71e2a0b4
BLAKE2b-256 5a8c24e12994bca1af9acf399abd28e789db43e7b5417561c86c7a3076aa7246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc5ea272b17cbe8bf8223725accc5ee93e71e885c4017a1a97913fc2110add2b
MD5 8865c04eead3b5fb8a30e6cef0e7f453
BLAKE2b-256 a47f2735aa6ad839af6eeb0abd6d8c957227b9bdc389729ce32acf3eb595afa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7947d88fb6d5321d2fd2b7b8c5dbd23752ad5bb0febaf5eb1364431fbf08721d
MD5 ff944912e445bef32b88de88ae69f444
BLAKE2b-256 40252653b55d4b9bec015c1fecccf89d9ed6ae93a2a37e793c88e8b7945d62c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9ba7bfe65509061b48834cb77458c6b245d4724dd234b9ead9f3555ec0d5a36
MD5 c93bcfc377ff25d75b74ca1d8444e173
BLAKE2b-256 72d3f7a2c92d43b4fcd78ffff39c742c6b1042eff2940983a8dccd8546036667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc3520591cffda4301d5beb12aabffec84ddb00f262dc46d5b66cfeae7721432
MD5 689207e978494fcf9f3bbbe9cff7a76d
BLAKE2b-256 e57d9ebc102e2f9975252c0b5dab8624126e17c6db8c451f1eecdc4599164a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b26207283c72851225bfe7d6f99609808e50437792d835c8ba72b3da090f6fc2
MD5 89fa1a12564d238bec6734abf3428fb4
BLAKE2b-256 18f19dd79f7fc632a436dc9014873457767e3da9c313d032ea51fddf3082d3c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 15808d4a19664ff8825a0bc72649e5f155287a33abbab94ccb3caaab73b13204
MD5 1bfae3d4aac049348168bfc3403183b8
BLAKE2b-256 5a9b35bcaa701b964a1c16a6cb64a5d684942138d8152ca87d9f4fbc92781ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7749b5f9d61302b876a88497c0cfcd5708771c6faff8169c0bdf08c18dc074ad
MD5 9d2259587ff1a4ecfc1efaae36ac9b52
BLAKE2b-256 865e98c7e872f303c15c0e1f146fc2df3affdd9ca9ab461695f4fbf0dc00977c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f26a3eaebbf95688a24ddd26dce01b210d5dbc6435c4f0ade52b3e2ace24532
MD5 9b179b657fb9e089d9c115c6b271782d
BLAKE2b-256 13d6ff2c5e5b3bea85c22488f21fc25e7f89fd5c9dd0710230b585a9b518e41e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c04a13fd74705be3fc550797e231227468951873cb6ed4d114bfbb8ad384486
MD5 7526be77c8c58de98f8a9258f273224d
BLAKE2b-256 0d766011c96f01bc3bdd617cd999b22768e6107f77d32fff2268344da193db22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6dd0f719a856dcaf126ba30314afe72a4bf17ba5c646c0e693b0ebb45aec5a8
MD5 60511954edd8d494a7c0df4842a91228
BLAKE2b-256 afba9c01c0300949de6ff72f965af62644ce7d352a9f3d1ffd5de47e6b0291c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67d415abf32513a5bd333d2b430dc8dc25f01b633490f302bd203a9dc417db5d
MD5 29b9d884a1ecfb11d061e802b0969ac1
BLAKE2b-256 22a86d2d8858ae7035f30317ef6656daa88bd38e018035cefb3e9c2eacd54c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fed2971d522b644f8d6cf0761575c58fdaaf0a2484ac3e7425f194405a1f0c99
MD5 0ff5fc2f863e381646e0d802fa80ca62
BLAKE2b-256 d2b292b69f4e4571c71b4edd2a45f8f94f346cecd888a9dafba83090638b9390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 51538e3cd3a02de219955b854556d4b32977474850bf7a9fb164c28052ac38e0
MD5 b1763e07e190e8a3092dd574a3c2a16f
BLAKE2b-256 630e6f2832df7b891806388f3b9fc8c41003f86d7fe58f23b429a29c7a50d802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7508ba9eb0b246d1a2050e08c2dd9615f94de3e6160033582e6f2695a5b1353c
MD5 d9f4b6450e8c52437e6d61e0e4736bd4
BLAKE2b-256 f9a87c69ed72f1cb894335812eba59dd2a2887f5de4e1183d407ed3d26a849a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f9cb7828676aebd4719aec010cbdc41b900feb0ed82c2951bd99d42b23b2ddf
MD5 2fa9b21a6a3c957ff3e74a651e5afda2
BLAKE2b-256 f137d0452d118dad0f3abf1c171dd81ebcd62b2c6f62cc505aa984a243009c04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f7269b96b733c5f273c5cd3cf8a0ae3cb717203d8365340721c8d2c2d9e739f
MD5 bad7638cfd2146d33a03b4288aaa72f6
BLAKE2b-256 84ff5ffb39c06657b69bd40add0ade285cbd8c49b0a4ab874219aa62701db82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6c2097acdf1340d02e0bcb7bb71bbf0630ab00582ec0fa7892a91d496bf6d4c4
MD5 4aa06fcf6f5dd7045f8f3afbd4884dcf
BLAKE2b-256 04880b38e4e5971839868cf14e4feece9cb9414422f96a0173e375252700e149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 efe5c6e003e04803aae3d172c81cddc75cbf5cb64beddad6e1205cbc84b5eb6b
MD5 e5b00ba14bb6aa71d5f1a3719464280e
BLAKE2b-256 705345506c5b727b3fdd4d5b0a0b0aa7846be2e828512ff0b24bd4856276b70d

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

29 files

This release

10.8.11rc0 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