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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-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.10rc2-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.10rc2-cp314-cp314t-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl (93.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-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.10rc2-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.10rc2-cp314-cp314-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl (94.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-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.10rc2-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.10rc2-cp313-cp313-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-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.10rc2-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.10rc2-cp312-cp312-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl (94.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc2-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.10rc2-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.10rc2-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.10rc2-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.10rc2.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.10rc2.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.10rc2.tar.gz
Algorithm Hash digest
SHA256 14fe62219eb0da8f1881278b7b65b4d45e297dbf5c246432377534500ce4ffd5
MD5 0e0e00a1ae7396b0875488e72dd8c54a
BLAKE2b-256 f85bed17515b7e5da63519bfd1c5c06d30f5e7fe2344f25e636c3f3a0d2bc093

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7bde91f67e9b05d642017ca3e68d63c17856016fb5fb0a987397baa0e046f99
MD5 8276fd7749fd8e2eed3e02e1e1923e9f
BLAKE2b-256 44958b15e3a3c9ea4055b949d5c3538a8e8f4b31a426872cf5c3501e50c25e50

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a6b7060ff2df7e9a2ab20092d2c34b7310d6d98f6bfa70b8a257d16d6b23d4f
MD5 4c3ca3ab07e8a44931e874af0b8f8190
BLAKE2b-256 945faac6b720e1fac15b5cf966321277862b35bf78b5013aaf38e9da12e05470

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94074e2f9342631193d100f88a197b608a9c60eb7901129a89978db90eb353bd
MD5 68a075791fae0c115f49c9f3795bf8a2
BLAKE2b-256 2df53f964e09f771135debd6ec1e593844e0be3562b5bc84e704e30b43cc3268

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6853ad4574becbb9ec578e93e85e59a64940311515abd49f12d928ff93a88a2f
MD5 a796202f5d92e1cbb7a878a5d49a90aa
BLAKE2b-256 5f8e4a8b625e72d0876d974ad1451dffe09350baa7ea0e312012360616061322

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cb7266b9e874144487a893ce0abdae4ebc2951b351a30957278c0d706e4aec13
MD5 32040acfe05256a324dedd0a78cba62b
BLAKE2b-256 e70f4e2110522a3b64e8971d7a0407c814f3195d604ab5a7b7ab107e6ef31485

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8e88a34a512d2ac865a4b4654e9f0f6e000b8865d0271f994f37073dac62f269
MD5 b650c036bd97b6cf79f9038633f84d97
BLAKE2b-256 3683a88ea71335ab39049218253af0f7aaa904e7c725da11589204d52a76c3e5

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcd4494f576d7c85ced054681eeaca5d57e1b2aac8648600056016048709c604
MD5 ffe7c839c0e656191e3821efdfa31ccb
BLAKE2b-256 3a26e64519cb899f5af2cb7a7e6cf185dab73bda099a9a0329b71ed30db3e800

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a923a0000a3a6704fcd004efbbc53f7f296517906c20fa347c499c25c9befb6
MD5 07fd3e2b3537de685a0eb12d08d0d790
BLAKE2b-256 42f70645f0f37053fbf9baa6a4a8096095230a8840c7485fe319f7f104fe56fd

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25001cdcd89aa752fc77ac81fd5c5c2897a08659493ed8e7f3214ad144b351b7
MD5 58414f9e83854e1370a79530ea6ed4a4
BLAKE2b-256 67411e3d6600bf6c956a3114f217bc8b7b6082cb880b1bff4c0a29700ed18898

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39c2d93780361980ba04d98485ccb1e082ee301468de45d90bfa006c36cf0591
MD5 64b1065d61093697c4cd84956c5c9567
BLAKE2b-256 4c01219e208cc6ef0a595de44e63b638156b3dc027af1c25d9b133131010c9b7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ce9ae1c61df129a3bd97c7e6fe7b3757a2c1cd43a882ee6ad4f918752e4d5e2
MD5 a75257e8cf150eab1f6cfc51833de0e7
BLAKE2b-256 9fddd245f8d5eb52b0127a16b538fc225631d3c5df7e051ede86f737a64a5921

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 929fff016172355b8f3f9500a980dfad392a7482eaf43509885d032b60a46c28
MD5 f5bae2dd3758f8a9a4d98bb64f76a355
BLAKE2b-256 96a3873893cdcd76c511d76cf09b8943d46ff4b35f663e178270c42743e8b7f9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c2b1d2a7747a402721a04ae33b9542293f2eca35df031cd1fbde1997ee847b8
MD5 e7ee1deb3ebce6e3e638c81e338a0b45
BLAKE2b-256 666cc3f09b091e00cf0ae0b1ee1cc62a9a6095c89e499e6de09c3b97c66dd056

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a50d32a8fd7763e1b7b78776e4658f1498eeaaa6295f1181f845873dc512afb
MD5 14fa89da3fba12ae4a2f83108ba51668
BLAKE2b-256 bf9cb7db3c723b78cb5ce4ec9d375600a01fff807403d94e8852db5455492511

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb63d245be6982bcf5076052570952b5dab1e2d8a8358057f8c62a80dc9bcc50
MD5 aec846675d3b0eef8a4c5d5de03a9cac
BLAKE2b-256 4889100dfa6e3421e9888cbce1123f7c99aa2bcdadea0b7b44a51a4b75cfe4ba

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b5290a620b255beb108141afac406bd8b3f92ea30e6ce09107a1c29fbfb1c49
MD5 36b4811d40c693d589cfa1277f57a141
BLAKE2b-256 f65a53d5d8a30d6f1594a6822af4d082a4ffca57a3d946825109e43ab6bbc185

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 48ddeb242966a41255df090328dbaf62c89776f0712dc67e719d36a04b86aff6
MD5 d38edca1877223479bb1099e51c6cbae
BLAKE2b-256 30cff529f6850bd5ade55a2377a73644abbcb5f402830a9d7b5b6ae9f0fe5100

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 02b7d5b3725ffe42b1998ce615a50ea393eba615fc9435084a95585567f896d5
MD5 4bdb5cc510db526d3f3af9549e1a106b
BLAKE2b-256 d9ff0b3090cc01bad7b147adf6b5ea37d9af66ea752946636aa7550d6173c9c3

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 089240ef63955d81e05dba08345ddff44fea3bb0f7024a31d0858b9bb15a913f
MD5 ca89fb7513f789b2684bc31ece1117ef
BLAKE2b-256 d31f7d59c40d1661efdee0ff63236b49acd193bfe70f04bd434a7b3455a076da

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa2deae9e3a910dcba121a8d8228e63c6e30b0deb8b44c136e43922367e4cab5
MD5 f8250cc153328770adaafe6d38a41b17
BLAKE2b-256 273e36eafeea7dd9854dcdac5a4e8d00c090de53251e8adc6d06325b7ee35452

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59e0cdb3fa8fcde2487ddd3ccdfdecc207ee4e689eb50dd9065cb9d4026afad2
MD5 60cabcce8137c41abf14f3d319505d65
BLAKE2b-256 349549ddbea473de9c371f8294047a74ca6d3f6c6bf4a073ffbb0c04478505fd

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a8dd1ca8d4c36c2d2f5043f0ab5c0dbf4cd7195ff9ff7a64c6d1833a6019a7f
MD5 44cff940130947c51841fe7a343c8f18
BLAKE2b-256 8be6ff69b6c9f3baa76ac4397d86cb6ae49f7e1d3b724110284589b9b8adac16

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 97f837a8b83238c25c98424d39de81aaa632e19bee4e73a798b4b2666022526b
MD5 ba659e3a1db04527c4d8962c0aa128e2
BLAKE2b-256 7f361ef3b77ce7bda171295274331babaf42a2636af1efeb69e5b4967a526435

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b6c46144bb0dd97289d801ecf3e1ba3af5715634b935f8604b8f78d143d6f4c4
MD5 287db186b6fb45d148e722752cd0c1a6
BLAKE2b-256 00916bf635e46f4f098c60e6d2b007de1be3c28916477dd53f6c841035891b45

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0312902c8dc8e60949d1424a70fd4adcb957a5425ee6760b7936e0ffb2b9a8b8
MD5 267a2bb52f336c7b5820328ef19dcdb6
BLAKE2b-256 b747579f5cc2197c8401442f18ffef2bd62927d0503cad10061c2e44836b451d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3505950a5f696bcee0627ba8808f580fb07cd4f69385c722be4e94e06a735a0b
MD5 6e4980dc427bf49578d6cea0635f1b7a
BLAKE2b-256 ec0666e7e175f80e875a669903dea76e28447773724e167667db787f814cae09

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8a7d5f9ece642d95d49f02c4768054f591b907863bbd549dc1348086f809b29
MD5 0fd9ac4bf2faa399e8985c5bed67763a
BLAKE2b-256 64b7cc5d1b4f910b7bb99e2ad00fe3516d07e0679f370a4d1482aa28b2336156

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1021d0f20f30d6e048fc1034ae3d797f33ae3f47f5ab37a501d5fc6c10fae13
MD5 8d156f3a9816471d249b32d0a50c9f26
BLAKE2b-256 7c62750282ac20e4dd50268b246350349d4ca6ca10b2eb3172d14702f482f766

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d3481ebfec2732d46356819c4adb132b0c9c9e0bc7d09d96395dd17ce02a4ce3
MD5 6f699ef1d3afc7d3bd11b211b8539a9c
BLAKE2b-256 c974266fda74f2fe785b4bbd4d0e6ef65fb1508f1b7b2888a8004024a9c272b2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc2 This release

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.3

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

31 files

10.4.68

9 files

10.4.36

1 file

10.4.2

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page