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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.11rc2.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.11rc2.tar.gz
Algorithm Hash digest
SHA256 91848a66a90dacece1be689f6bd7848b115a440910a3aeb72139ef518c8e464c
MD5 97deb1d62cb79ae4732f4a915dc55794
BLAKE2b-256 95753213d1cea4aa0beb2421c05663ce6c998753e33853283cd76a3118a5416c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81313cb6bdd8ed464b2459c537587bc0a3bd0950eccfedc5751bd3eea6dcce2f
MD5 9238a90b467773a8ca1e69a5ee8fe549
BLAKE2b-256 26030d3edbcb1fd3b020056da8596b355c906fe8cc6c2382dc901740293183b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 705e58cc92a3278be4c6e75361dde01a2a79154599e2e923cb96e2979ee6e9d4
MD5 39f9e87d62a85dd2d1356f63ec5bb5fd
BLAKE2b-256 83bdfe33a4d55cac931157f65cde8b62df29a3c880df626264a940958f76d413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 397c80419e99dd2d81cb4c2e46bf51b54fe17b1c052b0533d33b27551758a90b
MD5 326d126daf561f59aa75570e19ef636f
BLAKE2b-256 39c58c4aeda69408dba9a02fbd980b779376e6983f40e9d61438823882f70e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f030c29dc479c814ef041d01a2805b6f69a65b55015c103af791246854d2923
MD5 904663f47374ae112a26b43e8751a5c0
BLAKE2b-256 47af40218518c2abd8d75d347a5a17f180f800dcea69bb182d59a0754ebbe993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f21a1a7d28848d19ae9855b7d646b273ae2a780506038b8310cde008cb10fbaa
MD5 36c93e51f00ed4d2e9bddadf72e162bc
BLAKE2b-256 97a1699e673f56dabf05266631030540d46724fa9fb222adc0371d4e2f317383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f8d93d7193a72a6707e32619cb3065e49076d6ad122ee891f64e64e845098020
MD5 6bcd94ab8e4a59c88d42e42fab117e70
BLAKE2b-256 0bcd5cb5382a19dd7561635555e484abbf2ef82393d03fe3be274b8f494b1178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa9b98e274e863612aee862f6986ff666cb4fcb1adc5e78cf62b87c54c36e392
MD5 c472e97a0b418ed839b25d6af6441ec1
BLAKE2b-256 a98a2bb8f2dba19b6649e89270aec3665b9de5a069ee338bd295ee1e749ed2ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5dfc536a6a4692c0f5f5526a78e1a7c9949f829b0da2c9c436929ffea504c1f5
MD5 8f7944b3db5d663930ed041c53a60a36
BLAKE2b-256 6da2c9347ef0023b53a98d40d4da40109cc4417cde8f66586c1b4177026bfccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 412e3574314834e7dba3a28e8aae64cb1cf172acc5feb559e500d054917a5a8e
MD5 a5d3cc280200a298955f7449a440748d
BLAKE2b-256 52ce221cc2b821a214db30bc24b9785305249ce582ed450d164ec125ca6b3750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 883de949467c79a88e24e58cd16cb9925efa867420c31cdb2f7f7a9acee4ca36
MD5 05a983c11a82a53f7fce0f9eaa4474ac
BLAKE2b-256 50a8c2acb82d14a4390fee260b5554d0f9781a3d8b4631c87eee1b13cff2dd5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b3fe1ed57541329da99e89467eda3dae4279e6a9dc22ffefc9e23203e40abf91
MD5 0495987b1e57263dd2f587b6ed9f3b3b
BLAKE2b-256 31abfe52fe65a666b5d2f1ec16be92ff86d1e1a6c1d28adb804ff02dabda859a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 32e463aee7bf59caa23818ec98e6ba8f117952d2ca5731ef029a054c30f46d1f
MD5 1286c930b2947ac3c09bac4aeac138cb
BLAKE2b-256 4d49cbf98f899ca185e411bca23485fe275eb9bbb3cfc25d5e5255e71755d4ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e54638137cd19db18b122bb4a942baee430d542f3462270abd9922f895e67f8a
MD5 2b6aa23fc332f3e5f538a471cf363be8
BLAKE2b-256 e0751f4506ffcef750c2539f65ed7c3ff46406ca29321e8096bf3e34e9802fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b57561a1ce7e813674d61066c97c788fed541dfc2874f61366277ac661a9f89
MD5 490a5004ea362488653f8e002409fde8
BLAKE2b-256 61123df8b0c8ad1001ce643d97ad304c90d01a60d392f42b9d53d72082a2e37f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f74797045d4e688a4906782709938b401b198dffecae87e42c8829a7068901a
MD5 cd518f524028995186b691defdf2b288
BLAKE2b-256 fcb5e1bd1993da0c3b34a3293f664f0457dde0da6e5d9068b31ba58fec8d9188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f06371daf21a7107a3a3657d8cc1d1248acc17387b3c0bcdd19c39a9de58baab
MD5 9049d329b5a3f5a21928fb5d0d72303e
BLAKE2b-256 3b6eb4a3b99ce20fa41ae3f97c554d60988013d5d78356aa2e7540b3b700003f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0f26db23ad9df75a805860aa4fcdfb7656c910c12de16c5c6ec13d72c657fa83
MD5 13e79af7bb7f390ed9c156c189e66377
BLAKE2b-256 d6ba90f5acaa010e4156c88ba6e30ab06615d3ee56f571718b67c03648009d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c396c29d1a8e3e2fcb21e503c48816f98406af5c3375a9feb5efa550d23d5b74
MD5 bcbeed583476987a33b196f6bbe2348d
BLAKE2b-256 a75f57a470b53312e6ed118e72d76194daedcf250d7b18575a59f83a16b45206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f975eb90181b672251cf061bbbd656986252b196239acc25863954d6e46fe854
MD5 45ab6efa8dd44e6f9fca0a017066da91
BLAKE2b-256 2428adb621051be6ff6375c6ce68293baafc14078ac171d2d58fa229743053f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86244ca1cb2a261ea124ccdd0aece51a8ef61475161f20fee450da029a1c8285
MD5 0313f67b6e9d2d427871ff2ac9646d3c
BLAKE2b-256 ba8233d5dd4c308f1e88f824933f0deba9afc9f981853559992af8cf73ec38f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8fe89bd58df3a621af17b3f87de34d16cfd47708b53647041fe91a735c1c75d
MD5 8e4c34f0a10d996156c60eeeca768432
BLAKE2b-256 3201d0bc104be102d4560f838fc84e0c1f9da689a3676404bdf2a133c3592c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c03a8c49ef7cfbfb7beb34887cea4149fa44dfd71fb7dc3526c5b59982fb6f7
MD5 a78c1a1ce45a3328d99e7187dff77d8c
BLAKE2b-256 f181a9752d0ce608d8c22320c7048484e86b1068cd60418dafe3431766944ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0319e09046216d7dee546043e303be0b681d69f08c5d1cf2ecb76d15066e1545
MD5 1a1e891e9d56177b3ff540ff317fbc7c
BLAKE2b-256 fd9146620b6eb0c120047ce3e83213464a85f5527a6e02855996fed2e2d77a0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d30327b08e54219df7713222a403d2b9d0216b465dcd592b2b7a7f9a4687a349
MD5 701a9152f4aee5adec8dada73c2ab327
BLAKE2b-256 64d1fd9afc87c23339feaa63f20da625f31d9febb3a850e76eac0fea44a1479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d5fdb67a46735e303efd9486db8851b992e6a222b1048f74033baa030b3f337
MD5 3728ed37a0c1c102635673b1b0c0660a
BLAKE2b-256 41bb6282a4346a02edecd8edb0c2f282d20dfa076fa2710a20fca0e8b2d4ba9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b145a3299ec9a1c90ffd75c999555a992624663d47e9f85830a7a36825880d8
MD5 5dac289fc70edc6f35816ce55a42dd42
BLAKE2b-256 08b7241ba2d6cca9c58a4284e68062c2ad7090a4250fd4c47e31933a2027cd7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec59ddc1c3d3207400483c499ea26cd1681617623cdab2f3d96d7030c7d91b2b
MD5 8b7d92d2ca640092c3018abf9f26a66b
BLAKE2b-256 e2956a6394a383b36de870c6c7a4a853bc946a7157d37048abe87c08ab0b596e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d67e5ffd88966df0a1d15a0985067521c1d6caf6bded0a7865ce7b797058d5b
MD5 e46818abb66c2a41e80b1c10573b5a81
BLAKE2b-256 04fc3e1df295a1c8cc1263b7121a43b5591b2f4c02fb43fe61ebc77dbd2edf01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc82bfe4a8a6cd9c542d616a6e1766d76d23fe1a9e38a7f506579119c76b6bf4
MD5 560293f97cc3f6c2b5aa96eea79da864
BLAKE2b-256 bb42f82bdf426a6760da928330284f366dcf7b5d790ebedfd91e1709d07d10e2

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

29 files

This release

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