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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc1-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.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.10rc1.tar.gz
  • Upload date:
  • Size: 49.1 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.10rc1.tar.gz
Algorithm Hash digest
SHA256 dc8fe79cf5aed4bd7465c9a9e2b6e3bcf382cb2560f8334d3be96351af30f7cf
MD5 e62d2d1c2bdea6e29ce001e331898b48
BLAKE2b-256 45d36c46db6d299d0d0fde50828dce3bbad5bbe2c22310129a10cc00b7fb2198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcd65bdb972cd7e8446c06de3876df936fde047db49f22b1aadcada880e92e6a
MD5 6698abf618c32ce137ef913f1480bba3
BLAKE2b-256 beda78c8ce8440b1d188cf4cb6e79d43d332affea2be496379816585d224811b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4e3c1189ea685f4541a7b4050e41939931f589afdbff2f48a30253d1883ea59
MD5 fa5f134527d374bf9eb813bbaa3ad55e
BLAKE2b-256 5ec270f9f6c38cee80184260cbce9763bf1ed5b17e3a32fbea2e1eb44fa024c9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7eaa0d943d7845b8767a3e58cbab234eafcb75c45ac7eeb079383678ceb0aa06
MD5 01033380d1487b72c012dc5cfcc43533
BLAKE2b-256 861e150b240c3dcf6e14a643c7bc25ff4afb3afea3e9da8f3b6987a1fd66305b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-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.10rc1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 041d2b2ffbb3db5b905e072dab93a3c3b9fa73a955118416e3243021f9eda835
MD5 699607e16d5deecc99ddf907b7f2e7c7
BLAKE2b-256 4313b59d3f84c50042b2138c94433e3f6ac39759159a86872eeb20c70d388814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cbb8d007d8af329abb8d8fd10f4ba2cbe307a0e6631157e3f699076a55ae7407
MD5 92b110d6da7c11a1f036684899a61bc9
BLAKE2b-256 0fb1c793a3f381a80b75a56830efdc6e76ce83217b9fb16b262b9fa9e53c089f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63aa48296baadf4b4d304b2dc544f2126b97880afc8de59b9393da96db2959a2
MD5 68136b75c6a5d208c22276d107bb4309
BLAKE2b-256 bce071df571dd1447590d7fbe9aa92bd261790db5dce2b4c0871a696dcde1522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f57836430dd0763b07a6bd2199f07302376fb8fbfd872971e431b0546fa0dba1
MD5 67c52353ed4e2bd4b8965adebe432242
BLAKE2b-256 2b12d2443d98aca28ba131541d8351d880250db973accd036e8bc21b7d0834a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d9196f55279c292312bd6c4d26ea7be1574db6598647cb816f874c40987b2b6
MD5 4c6651602f9c301156ecda1a8cbea5c1
BLAKE2b-256 728800c984626f71e02a08be677457b8490f44f94b7fc375cd82b38090de4c94

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4f34c20b280c51a7ce062a4eaa540cb1614a5207a02eed15981c93b242840a6
MD5 711d48bc7e8d74bb62e60f004b215140
BLAKE2b-256 baf90e63a732dcf449b8dcd701b167b49da699c8255a741fb4a29bb4e28238aa

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-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.10rc1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c0c5a4b3b17276ef23a40969aa9e1d225e9d649797ecbb5ef0963086728be912
MD5 613001862b499dcb181374c298b68f5e
BLAKE2b-256 6bf362c490cab04e900438ad9d5210ffb957cf3fbf73decb1ef85a12a6085b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b1a20807618928511c196cac346b6c403665015db451fcc25a8d175d56b82d6
MD5 6b073f8a30b700bfb12831cdff9dc354
BLAKE2b-256 852c2d76551e078d4a0b3a73ae6ebcb4ac77bdb243183c52a90b231222938591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9ab85a3b936d31a88c04088e121abeb4325d7405be8e54e74d0efab09db4c082
MD5 74b3f0c105fc7fd91b21fb00c5e271d2
BLAKE2b-256 42a4974302d5df0d9c2dff88693ec762871d1f0d3c987e73a04e77032bb16b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1633e1ec7dc49156ad1cfebe057b01e4c96e9c191eb0b9ef4cfd7157e1c718e
MD5 03b44e5241e4493e9037d74ff8042a8e
BLAKE2b-256 08310c8e1b1d3db42010ee6e78e2089da5d9d003d537f787c3d38155d1c706c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43e9d8673d4ec462a217c5fdcaef7ce532bd539337fc0cad2eef20f458ddc8dc
MD5 9baa201d634d974ff0d48ddd9b5baa37
BLAKE2b-256 39edb2b46b415d6c6ce176125ccb80bf682bc9c4022bb566d6b01139430b4718

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5194461b2a0acb51ed27532948a6d79f51fe0fea390c4601427b84b3380f9cd0
MD5 c7e8a418af8f9360cd31a83ba15b56d6
BLAKE2b-256 589b61b99d40d8477d3daf389f0569ed049925a6ca8c871d9f01bf76975ea2f0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-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.10rc1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6fc7938e14bfb6097bb0d457ab6638b3ab1242f08f76f25e5b5afc2515ba1c75
MD5 d6c54be85ab89d6512f0a1be47c94e27
BLAKE2b-256 9a48b3f0500af85783ae91832eca81c16ba8f4e3f4944b500f544e9223b1cd97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef20a35697bc1713500277560a6a8cea7c1eb16d2ddc3422dd23f242a603c115
MD5 7e263ad7a666c44a0265b0ea7d90ff60
BLAKE2b-256 0e1205bf6a15484cc7d7a3589bdaf881cf72f9eeec4b17e8b2e6c95a1513e912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aedde90df811905ecd26a48fbc206e6ba36547ec42fbf2a1de367912123a8eef
MD5 6d3790a8d85e1fb596ee2e1a3b30bbc5
BLAKE2b-256 0a02d977aff47ec6f5a94eb9dff3defec2a1ee2b61cff82c7890521ff3b740a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce46a2785ee5e13d4fefea664a96db4b5ee2abb8fdfd34eb81ecd1dfa3d08f9c
MD5 bc821495a03876c93408c9885a7a7ee0
BLAKE2b-256 db9628fe29e0b3e9727c0c90444c5df9c4813168d4e70aa3f029a7400aaa4b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23771973d8344a6736c5e4951b725d7c3a697bb1e7c47b834ef10e899857a639
MD5 99aa7d3e93e5c942abc8bac483f439f9
BLAKE2b-256 1a7b95ab79819a2a945ad12e97fb9acefe23dd64ae3a8487020e237edd7a5a4d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79d2f777a4ad2c2c9dea6ea6eeda201cf3d5465de0d4325d5c7341b4250e4c7c
MD5 010c1c05a2c96d7f7c38df6f829690d9
BLAKE2b-256 4ee060b6408780cf500a09a2a812ab4413c0a6a0f7a1388599d830791e2bad79

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-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.10rc1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e62936d2e89c7ce1933f2c5d9912ca7c74d7dd10f7eccd3367446102f1925a67
MD5 50df184904b0814ac5e914fe4ec1e19b
BLAKE2b-256 fb95b536f2f6e05135f9d3416ce3619c214ac4482162d2c122fe5c58716952b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 894508194cdd4b1f7711ab361eff53354a685996f9325d1feaba101c5c8f77f8
MD5 15d952d50bc87eb4641e41e6dd336dd8
BLAKE2b-256 1e11fdc9d4ca45a3835ad013c19405fea890973981e974548fc22cc7fd727741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dbe24c5eebc916f3478ac818a995b302e7ab5a528c3f469e8a984a937e589bf6
MD5 98d7e02e7d18224611e3cb55e3dedd91
BLAKE2b-256 fad670c9d6580b1a9046db3135c88f7d307c92d037e9ca5376eeb5c6662f46bb

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79a263493b35c55ce3f40edfe0ba1438143df634651e227b06ac79c4394dc7e3
MD5 fc56347ea12df5f7eee7cf0fbb2e6845
BLAKE2b-256 239f44d6c17e50e5034490f2609785c9743faebe2ae5870e3fed4db29d8fe91a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4639dd5a4fc8566cb6d95ca3c38c277dc35c18629a4f1789c4e24c9aee5d9753
MD5 2b63cfc59a5e4827fac8965f8026003a
BLAKE2b-256 38f12c08f6be3a625cabbc4b4d241e35d4a08b9bb228a7bd6c85b62aa9abc906

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eabf44175d94e1794154c01946ad58fa4e470fd2645c4a1c46699b55c75e1f1d
MD5 1b9f2a55aa98de97296a42261a247c08
BLAKE2b-256 8769aa71832640f9770e32a7f2ebb4092612182970d8b994b8992db00be6a062

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc1-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.10rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2be7a5d4abd5dec5cc0a333759204e66a04dad5238f390b3148559b6f811a413
MD5 362efda8a90d2ea76c831f2d0076c357
BLAKE2b-256 d4be167fe050b1e42192c8d09d5dd561fef2cf24f22c1a7fa159d2f5bd402b6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad0b3177c55cfdd1a8aaa926dccf99360c2cc884d011a8238388d77efc7d41c7
MD5 5a48beb5aa8acd06fac9f670c24607e3
BLAKE2b-256 76ebacf6da4424e87603eb6d06adb0a1b04e6a3ef71c2641ce354a9ee37e1cc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 865cb09c16182db1a99196172c9bc14e0834de31652ccc2921d40664f06876b7
MD5 a0b74c3deb502c80efb51142f2d31931
BLAKE2b-256 26168deb4a5411e2b0fa0591d648c04f1e5d56ba9482095e4979fc8739416626

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

This release

10.8.10rc1 This release

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