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

This pip-installable distribution passagemath-maxima provides interfaces to the computer algebra system Maxima.

What is included

  • Binary wheels on PyPI contain prebuilt copies of Maxima.

Examples

Starting Maxima from the command line:

$ pipx run --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --spec "passagemath-maxima[test]" ipython

In [1]: from sage.interfaces.maxima import maxima

In [2]: maxima('1+1')
Out[2]: 2

Using the library interface to Maxima requires the additional package passagemath-symbolics; you can install it, for example, by using pip install "passagemath-maxima[symbolics]":

$ pipx run --spec "passagemath-maxima[symbolics,test]" ipython

In [1]: from sage.interfaces.maxima_lib import maxima_lib

In [2]: F = maxima_lib('x^5 - y^5').factor()

In [3]: F.display2d()
Out[3]:
                           4      3    2  2    3      4
               - (y - x) (y  + x y  + x  y  + x  y + x )

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_maxima-10.8.11rc3.tar.gz (50.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_maxima-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_maxima-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_maxima-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_maxima-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_maxima-10.8.11rc3.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.11rc3.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_maxima-10.8.11rc3.tar.gz
Algorithm Hash digest
SHA256 864171b26776f3db91be7938c298dfd9424d90a32b3a5a758522bb516ae5cd74
MD5 bd1728da35a4aefbd6f8e32296b37585
BLAKE2b-256 251b6fe01610c73287abf46037dcefc552ec441bbcb773d5307d8e0c46952ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41fa25369354ecfb074788f352f5239cd696e99207f7ba039be8dabc14b25aa2
MD5 3e6d80f16f84c27e4c715394418f5312
BLAKE2b-256 c60e93a310b10b9b539509ab5f792145ebca062d439a01b763060fffa9aefadd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b449f248efe9d60ac4ef262c75af42efa5ecc84e7bea38ca24e7e023e285ecc8
MD5 3a400ccea2681378674c6517b9c9f5c6
BLAKE2b-256 768cbb5538543db43a71b8f30944a733dea65701b91ade8abb4805c88c894301

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b5419811e6895c5a1b0d3522918b3b7c5496f3980a3ccc04fa0c5c131676ef
MD5 8096a4e2d2774a21e872ee4f358aad98
BLAKE2b-256 614d04fbc29814e9a71b154176042b057926b14ce73a3f9394ec66568847381a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a42360cca866706016b4d6804da3aad9babc3aa1d393909d748fcc462b805e7d
MD5 59ed7b16f172eb56fa6a79a6b5662fc6
BLAKE2b-256 ef5ebfad6c36db80fcb28a81b56c71a1ae9a2140396d42a21a51fe23ee423094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65aa7c3c1600868127eed4885a3d544fa8e4d30f3fdabce66eab918350eaa9c1
MD5 5dfb69810f5900d91629a6586dc8839a
BLAKE2b-256 4464f590d5fb68521e89b34dae91e0e377af36b30ca41cc602de5af17bfce502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 195e7eec85392116a43bf5f181336b9e4297b7f6a2fde7177139a44f14d711ad
MD5 d7a5083f96936b98e7d321afb49e26f6
BLAKE2b-256 b392220387c0212cfaf4a29992b35c320c0ec382dc83e8e12e6ae052b68ea48e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d10f0098e78479335f279d1fd3634812bec78fff6c3101caabb7ff22ac5b62e2
MD5 e1729ac4d689340ec9470b96c6752c14
BLAKE2b-256 730dfe74157c58ea68eaec5d9818ddc31ec0287f0afc0fe662d87103f4fd227a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 493fc4de40f3c99d5768b27faae4b4a77cd62f856e83756fc436f5e5c0f130b2
MD5 151ff62f257cf2f73d9c6f731169481e
BLAKE2b-256 10b02d42d4b7e98661b6f6ca3d72b6daa713998010220560a3ac93e609076ab1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14e61b23e0be632398b53ac7355f8e2b1fb36ae1c52bb0378cd12b032014be68
MD5 82bb55d68bfe696495880a6fa89f928b
BLAKE2b-256 008644db2582a9bfcb838b1b8636c86457531f347769bc24de61b4486746378d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 af887776ed39745d0c181acda10d758b43991706606fd88e32a027cb55f9c4da
MD5 fa790b3376e433d71917fa48c3bcf3fa
BLAKE2b-256 24ff2b1c7c9b8b28fddded416ccf11eb58d879356a2bca127ac23914d8ee5d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 742af72388ad3bddf5f2b6e96f869c509c8b54b5196e9f62420bcb9078960a52
MD5 a7e14d2d42fb89e4e4de4854a989668a
BLAKE2b-256 173809336333fabe7499c632bf7ab0774078869e0c4fdbf391b8664ba36b4bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 68d5bb6eb347ddb9fad59bf95823950da42eb4fd0fbb463981a557e4fee78127
MD5 b7663c4f882f7ad4d83c1bb4c4681e96
BLAKE2b-256 898f923d118ace15fe785b50c360f06370c026920d6f1fcc0a2d0e641aed754e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf695366cf2dce9ef1678e8083636653c5562c7900bd474a50dbc4774fadd86a
MD5 be7e154a029236882b361046a9779c54
BLAKE2b-256 c8332d5beef28e547515768b11e5a4c4b6208781c444c6d4bf5bb6e6623b7a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccaa7142f55188b70e6b5b9bb6a74bf3ab305181660a7343eac87939fdaf3f04
MD5 81f92f2a4e54567a0c13f9b449554f89
BLAKE2b-256 a98c732ba4287ac9e13e5a49ae9c40022d1e2986cca5c2c666854a720718c6f3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db135bdaa7c689b753b25efcc403b4ae4639d50612b7ce8ec8251e7074d51f6d
MD5 894c390ce4e57f38ccc1a14bfbb6ba8c
BLAKE2b-256 12effc226fdd4d9b890dbfd798dba26c58dfd0dddd743ea7d6812f55e71aec62

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 99571b411bc86f7320c26d22a0499dcb6244dfa443440e9d4fe238e6de9884b3
MD5 452c560407d712e616bfbe2575721fb8
BLAKE2b-256 6b2a8a878f177d7e075d102a089ddaf37c891304aa444a5748ac0a8e8da31511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27564514b7960caa0c568b3cde526bd9470a052a839f366620c055d44a68fa9a
MD5 47320be2b10db5c3102ec2e161e737d0
BLAKE2b-256 ae240cbd1254815158dfba416f5e8c56b9be900bb641ce7599d4fbc8fe63cdd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dde0a0e1e6e25a13795521e53daca24b463e67cb8ad7db5ad25e7f3f441201fb
MD5 a175a91605c2d72e93f687dfba15655f
BLAKE2b-256 f6670d85dea63e652338b100d6db7caa74c373b09309a218d1fa73dc4f684552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1571da9371350a803bda9528f3fb5b98dea0ce857f7c86358e960c5e8d07974
MD5 18fa200a86b098af5e2282bb4fee4afe
BLAKE2b-256 9319799e5a9027f938d6344e6a520bd262f02aa032b1b484e173a43260255af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49df1e079a17f26e43a94b63df99f77235b3d815af0b1b73d958328889c9ab0b
MD5 ff4691ea8c81c5ffc3385672602e9e09
BLAKE2b-256 4f1983e0f659792aa95a9cf596afaf1dc6936c2474144187bf82c1e83e5b9e43

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 756bb5b73e16e18751f9f43e1781897f352f01ada67babc7b44024c04ddc80df
MD5 4a9c415b58053483cbc890ae19059930
BLAKE2b-256 c30a7b346918eaab736860a33f795e708a0eec296e1168a35f6e8a673b467301

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 994de06c8ed3c25150f60ea7e7d765aba152a2a54bf1cc50eae6579f3491a5af
MD5 337f03eed58cd2d0cbc7a3633970b074
BLAKE2b-256 13cbe7389dac58af5de454e01bde1582a7df6522d8b3c979da52a423080da839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ac3b4347d33f42f586565d97add8d42a623e2ee28739cbe0b1fe7a9e8030ee7
MD5 6d3a35a5d4540892d0e735a9128c26ce
BLAKE2b-256 87b706e2db4c7bdfb7e2c9067459e0f5f3c7ccbff13eb896af441c7adcc4e477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c10b35cf73712be15136c3ab0c689a9a30bcfbf7a3acafaec264b1c66eadf571
MD5 06bb9f7fd061a18a9f0719c3cce79b66
BLAKE2b-256 d18404bfeb2ed7d2279e5634cae15835eeabf9715d1c2d65f6b7bd9d00523459

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ec56d9f36d13a88678b584754d80a010c1048268dc530911135cfc0b77a4e7f
MD5 416cfd620f02cd3c3b57cc45bb14bc01
BLAKE2b-256 6e4cf335d474edd34ae415998df97442dd3d364903b88c5f2da9dca1e875e529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f4a547a6c6228fc16e2a20f4f1cfdaf292861d13dbaa9038a39bfb7dd55c6ca
MD5 2fc285b35a94dbce12b4aa11e842c4b8
BLAKE2b-256 5f4fbd484d852242515efe383102e24e5073f06a9e0ad5bcb607da1f63e305ce

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ff6f05acfe9e42c5a076aaabe142e3ce89db9e5d60974a30ce20a1421cb44be
MD5 734a52bacc43703bf91676197f4b46de
BLAKE2b-256 e9f87cb4e82c759e036c2ef49dcd427da484d30b8d11675f3df0ce380345729f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ad3f4fefd818080ef18495e2059d13a6fd62615bc363f3791f5175876c8f2a48
MD5 e49fccca4b2d2cac4b8d73752099e251
BLAKE2b-256 b2cfed3ec55ce00cfe606a335d42f722836e19b62a54f832e4987e5c84aff238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 49736ed45bc986bdd219a69d7a87b823ef88605e63305c4806fa05d69c26bb8d
MD5 d458e20bc6e88bb0938fb0409d8e3182
BLAKE2b-256 d614cc0c379f61a85e405549e08f52434da382cd1d716c7f4049127c7462dbc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 629f5da74ebcef2e3a62ca8c62a668ca137fe445b9bd26a5d9e7a28565bc4a28
MD5 d523c602c128a9b80cc5af2692eac818
BLAKE2b-256 5f9dc21514404f8f2bf3babfc4174d0289e4078c95542fb11c940a8e25416f1f

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

10.8.11rc3 This release

31 files

10.8.10

31 files

10.8.9

31 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.8.1

31 files

10.6.48

37 files

10.6.47

37 files

10.6.42

37 files

10.6.28

25 files

10.5.49

31 files

10.5.29

16 files

10.5.22

16 files

10.5.6

13 files

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