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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.10rc1.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.10rc1.tar.gz
Algorithm Hash digest
SHA256 393c833913a886eb203c09f0e39ecddc5f3ef70e5f4bc9e92a28e5efcc36b9ff
MD5 fd03ac68a5729f9fa20eb5a65600c453
BLAKE2b-256 433f444c4d6a1aff1505a8095bfaf6fdfa4c9fe2ae2220006411bddcb831739a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6759b3a3f3991cb816f20d83d74760f8f769a970721f79e5428df07ab5f5c9be
MD5 17d55bf3ad2847902b62bacd9ce798a2
BLAKE2b-256 e839272da1ed3c8bca412cb426ef6c3378fb75703f29897ea911788927c53748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ff541ebf5444ffc109067ced5b95984e382b7ddde58ba16d4be82c1a658f6eb
MD5 f7bc58df02df903854c5bf25ce72496d
BLAKE2b-256 c94ae03822258d18bc306540c053f23a9a88d3c8eb8ad1ff8122dc14f96eceb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b40da31325905f1f62b39fca5a2a7d81938e6a9e8487d39ce3ad5929170af90
MD5 99820990722a11e22dc8f35c35ae41af
BLAKE2b-256 591215940f9f1a84e4a0c3095360115242c08945cd7157ca9bed07703d382f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7201625b2aa803d18525a53cba34de44272eed7191d523909b1e8054b81e59a
MD5 787332e204b7799234345ac74ede0186
BLAKE2b-256 2948b6dd5cb84934b69945cef89e0201cf10658b54fff52353871e17af83289a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 73722bd4a2f7bc0cd048423b3fdb3748c4fa6aeda7c36fbc0f5d1a11e16ff866
MD5 9c03c228478053491f1edaeffce20760
BLAKE2b-256 577b4b393e8978354f9cf8c9baefefff749b072a72900385a9e6e19ea3ad4160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 922ac8e49041207ffb5a80215569f978b3cccfbd78829fe67e5da1f7cc4f44ea
MD5 7abc1b9cfa44d23c7092a3d17703d976
BLAKE2b-256 b769e601ee659966255fbc98b6b5b87563170be06681d792316d43a54599b01a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ac2561d585c59f8ea8963b7ec76706b36953e7ac3856c855713f99034256246
MD5 9f13700dec2967867c7eb1cdc6fe6033
BLAKE2b-256 bd63cf74bd4f77138f32d3347cded3d692283c9dae248bc5fcca3fc731f3f2b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cd9241a3b465a9a112068d5b28eec33365375d27aefc86c32455a90ffca4bde
MD5 8625bf601c936a44947e31c0583266f5
BLAKE2b-256 a6bcc6c89f1f8395765368100ce5a0c8c369bc811aa8150d46369729c0fab551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9956f8ce3f8b921bf1a2871c504ab25afebdfaff81a96c5bc322b54821342e9
MD5 df3d348d3244b6f5de95a3f36108266d
BLAKE2b-256 33f55eba5582af1aca20c1aff4a703b9934aef759a32f65c0d74beb6a02b13c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00588bac10ba5ebaafe2420b50241b9abcc608363a775aabe5681f8d23992a5d
MD5 9a3ddb5bd20dedb6419dd07086a75e58
BLAKE2b-256 8002ae0ccc5c8bce1a29a2240a6462a33b51e3749f7d2ab9c94e91c5eb4d3251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbb5ec895ee7cbbf8407b8d56e4f975cf7cf4171a75f037bc406c4e594efe89a
MD5 5f426640db039d457d0094a7c0f5ce83
BLAKE2b-256 0240b0e03dd3a5b5087f8446072c7f640c859cea522aedb78196e0bdf7e40dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f6c9c3db9de75b38197d75b574926e9970f57d64a2cbfade823dad6e38de4df5
MD5 19e31eb3c6a7b4abbac9a0d772862ca1
BLAKE2b-256 e490565bb3197058c56ddc7ea017c164059ecc1f91bb080e496273e74af4ec64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccf8032a38acae4e297790e1a325d44b02fb8af96f5d4272d502a8cdce500684
MD5 1a7501efda2b53ecd2d3ac3659acb588
BLAKE2b-256 46ee652e3a78ffee19ddecdec6d87275e13d34f897353ff29170868350f1336a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db46597c40dafef6baf65ee3d7c35b578655066b5473d1a580eda47be0dc815c
MD5 aee9d94839bef0a47099127bda9d825f
BLAKE2b-256 031a87467f0338b8a612cd9767afc368dd16af723e02bc3eea4ff4ff840c1cc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86fbc7cc956e866480d7e5de5cf50fc8d6bb18b0437e82684d3bb083a9e67279
MD5 4f93a3726ac72f4805214f1882902788
BLAKE2b-256 8b1ae9d6a75022ca18f1717c600ad65d5613cdb0de0707c5a29235e581563356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a831d6bdf5c168a98e3432e72c3642174f6332f10a3da4d00aa49286003147e
MD5 b127159be016d5f0ae1830d55a23de15
BLAKE2b-256 8377862d21894232bbeb54da75d2cbd6b51b4d02c1e08f90e87273aed8eeb365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d560a76beff3708939c13b5a626883d55edc8c2db7a7c88fb293021641ceac36
MD5 590d42d2df58d0e7ecbf15b52829fc45
BLAKE2b-256 0ae9c9c0cb8c2a19b4991d266825df1a53b72ba75e155ca7f8a5fe26c7988b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 73727d8948961bb06521c4aa3b5702a62c140d4f05eb8254ea2bd5ad62561a17
MD5 7db3e7d414fdab5e9d079a6991add07e
BLAKE2b-256 db28d10fa1bd2aa802d0f50743f187db12cd2eb3e1019f72bcbce68c2fc8f38b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c63e547f22ee4b834c4d18b5af4d6ff25f0c403199cb7815020b76fe08d23a5
MD5 f73e7cbf66429f90d7a8f52c21870638
BLAKE2b-256 7c3141729a75c0df861383935f97e0d2038d10da84bff7a5c864d2b836778a1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb9ec64ab3f0f0417bb4985137e9f7e90cfe7fabfd54db721e87ddc4bc323365
MD5 26f0bd1d239d5d48f9561c3269649523
BLAKE2b-256 380f4d14667c2a76bfd92b1b0d2ee80c792661030b6de3aeea2a497fd6644f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8dc346098a811b92a18861ed27c6045cbcd2beb5280af496c50e0f48d1b9f19
MD5 dd24889936d16fa28eb9d20c5fb836ce
BLAKE2b-256 d97ef4584b3f988cfaf67f06e8bdf63fcd8cbb1ba468e0dd3635fcc1cfcca272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d1a5f85e41fe9d7f755c3f03924ac362e6360a979d67c992049577316d24788
MD5 2494c774f1c3cfcf18e4718bb958c71d
BLAKE2b-256 952a4507e8f9acdc9fd53c361732945e1d50aced6c445c175421d7b663d12fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3be481a50c9801d5d2ecd2e45d3dd535ff325077d0d4a375a4d8c243d70399d5
MD5 57683911a708aacd226d025df97664bc
BLAKE2b-256 0398c4057a87ff64eb46042f9207b03d008ab6f05b122579d79f408f886d1915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ea7028b4c05b149502f717ebafe8b5a65eb30e24b792d27ce55de325ec7d9c95
MD5 b996aff4daea0ac5eefa15c58d0fb75f
BLAKE2b-256 3037a1f4063dd847ca25d220c01fec99e32bdd295bf877fb82ddc6f06dd81460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cf4d4072025fd4ab44093df5e1ec5372a6837922ef81ee6347ec15739d828f1
MD5 4effe7c783756711c777039b5f45558e
BLAKE2b-256 53b11b5f412c323d75f0c3c03137f78c4684f9a93113aaa48b2e4faa1816b622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 696c6f5f2bf6469e1d2b8f3a0557a972639d8edb83a2e7b5a6a775d4fadb569a
MD5 1f53377c0ecd32f92600bfac1c6a55ef
BLAKE2b-256 28d7f26043388288e0a9dae4af9296ee87eb4a6f228537aad3b330a1242b05b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dce4619f2067b5b6877c860e9825c8933617ff140fc88daee98c3305c1e337dc
MD5 4f124fa9f80f43e4b72e30750407d456
BLAKE2b-256 15586110cb73d718a0a5e19abed71e03747f05e6f4dadb2604ee976efc76aae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 85103102ca745349a92b938d8fda1029656ac8c5420fde53e8cb2ec0abc4abb2
MD5 7dd68aec08737df67d98cd718ba08703
BLAKE2b-256 5d32146828ab565ffe046829b29c8090d5674d603c900cf5021e74538d1e4087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45ac9683f310ab4d3efeaa810876021337d885fd6fc825aec1d4a7843bc9ff02
MD5 d174d110006f82bd89a7e56f3aed4c2a
BLAKE2b-256 f749f2304b19f4cf7b423154fe6b2f5336758361688d5ad6679186678d7d7dca

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc1 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