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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.10rc0.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.10rc0.tar.gz
Algorithm Hash digest
SHA256 860f9020406feb30dd335fd2520cbb5d398728a2cafca6256128c0dfc516db00
MD5 22e8520f351c6cd8ad74d73e449e0ddd
BLAKE2b-256 233ea171a37bc6662e0dcf35cb2f8103c701961fecab39b16acc115a5b4fe9c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9f4c765adde9402522051ce6336d973a56b14c97311d43e99346e8067904231
MD5 a45c557151f48eb723b3559a70180f99
BLAKE2b-256 f90ae223ea1024a3df2200a3f85410c0b17cd5ea6acfe85a0d4eb0aa428a0fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 069868b0b35349fcb72003225d4b61180f4846f28c649037f547df615e237848
MD5 96d5a24821093c98fc97faf6365ced2d
BLAKE2b-256 b07f1a100b60a6036e51928a2a46c5ab4043b796b417aab8389303220c1eb1df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4f89ddef0bf51509b7664406581b2fd416e53559eff23cb869c529626f14383
MD5 71f36c4447d5318f5b2f3f6d555f7b01
BLAKE2b-256 7b26b6a0702ceae5fe89f275c7dc9162bde168421ffd3b987a4ffe70626fcc99

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc0-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.10rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 305a7f870888d4744ca5edef952f34612f41370c36b398e61c2e5c0dd8cd5d02
MD5 79b66be03d494aa875d78f8cdd823ba8
BLAKE2b-256 a4779917ead5f45f7c4b6f5bd010c0502b761d875b4ffcec4c7cd5cf18d37d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b9b7c9878e150d546fc2cc3551f3a14e768b7055ef2476af15a6dec63d4f96c
MD5 154dc66db1aabb9df136f6d0b846dd68
BLAKE2b-256 a73fff46d517860ea7441722e7d34b4f81d1dd691ddc2bbd92bab50c0e5294c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2521aa7d44c229639d226d35a3c7cf46226391936efb76443e2acce247c59720
MD5 3924a08bb94cf007d6069d1702c6624f
BLAKE2b-256 5be9b86a53d51871d312fd634dc0a1afbfd84d38327e5c5813d8ffa6238f3ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 296048208a8982231ed95e2d0fd91cc6929725ffd45e98b40db8c23faf99f0b2
MD5 a355ba4d46b9aa7c79fc433288b3f238
BLAKE2b-256 90f63febe98f796668313b122c2abce859698ebe301be5a3d8383062a35435e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fed62f1c089066ebefa33414ed2ed994a0fb4bdbf99bc8c6911bcecfbfb30a23
MD5 85d8805ac094ae22f495c0c3a587e960
BLAKE2b-256 e83ead1352d4dae02e8e1abf4b3d9c675972d7aadaf7266d0b15895afdfbea46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b8331ae82c80c2623f0c223c183353fb86b1d51c04da6d16143ba099cf73dc7
MD5 b75917f3ef9b397ccdf7b0ec8dba2c36
BLAKE2b-256 89ae8cc219b4026445c77f1eec7fbaa34ab96cb37518ec615fb6935de61a2cbc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc0-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.10rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 eab7aaa2a56cfc38c8d3d3c0e9dce6ce9960152d4850c753b9fb4d590c3e842c
MD5 93d267dc11e9b198e8cf2ecd6b9535da
BLAKE2b-256 0f1626c52ac885360b0e9bb679d9768e8bda88d51ee6b0db7e86059ead4d339b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4427893e41a82868aac6288de57481fb8a1cffdeb3fdc96e33cbca348d3f635
MD5 452c58f2daeaa072d696af83f8625220
BLAKE2b-256 85684d92205ec4e52555f434672f02080173a36d119e714305adc5488e85d6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5f6c00a15c0039353da8af022d8ff3b375056a6e7c501a51276bd41152a218b3
MD5 a2d09e3d557449e80a3e5fd1cc26f21a
BLAKE2b-256 8fa5eef7f0e3380d5d58d1047e35d4e2ae7b7a62dbe50eb0686c5461c8d1ae53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 479f2c2180501b455ed3ef3121dab49b346fa428488aa00a149f9adb7fa44e07
MD5 848359dd890e237461ebc97916992311
BLAKE2b-256 37aaf03953829236abef65c5e2297b3e5f4de1d51aaeb3ff988b42eb2ff1e2a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aff012d4cd3ef62dd2ee21dd8622c78fc03b349d71299d715714b3f8e34b29c4
MD5 911f6990d85656f4f216fc2e0b475b0e
BLAKE2b-256 338c108329c4b281abbf322c87e5ff30de3a7258d6ad5961a660ae8bf408f975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59c7d7ce57dede06691fee8159d059ce0e3f566e3fce62530ff3b40526c38b9a
MD5 567e7ec1ae542a1712f1faf89357c6d7
BLAKE2b-256 dbf96f05ee89797246637618858e5b33c080fe477f8eac44562e3f192733050a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc0-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.10rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cff8b42301f7a2639c9577d37a8cca7182e0a953b66626de82b448b45cf36689
MD5 d70b3c34a5eced36bd74bc0278143fcf
BLAKE2b-256 06961da756d154397e3792b3217fade243078272512831d8ea2f0e9229c03450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 49c0d601f7d1621c021d97246d5004e0b91efdaa4c722e4de2fecdc1261998c4
MD5 216ad701e7e76674559f3d33e2c21298
BLAKE2b-256 8411dbf4b000bbd997a6f18568ec15bfd0d0cbefee8330f9fd3e9bc92162ca69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5988e6038d92cc0e111ecac9071421ac0bfcfdc5bef80ce94880aa94c7c0546
MD5 43d790622328f7bf658cc3b9b8692949
BLAKE2b-256 f0a7bdfa49f5b4582573b6eb1fc01b0df582e666ae98411fa7912cd50012e36a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00fe8d4b916bbcd21e63cf6942ec36ab03f141072ea458bd3e9b118599883a5f
MD5 936902e6715bf614a43afd002ab50470
BLAKE2b-256 b17eb06b1455096f91852bbbf1ea1207a8e88b4a45ab7adb765b1fd47facaef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4ed817e94457089b180e2f3733058a1ea39f2d085147c255647608757efd361
MD5 c11af7cf99c2fa12bde48080ecbd4901
BLAKE2b-256 29466acb88a84d707f256f9c140c1e035de9cee2c89df2fa19418810b496e806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bce373ef8c7704d2d0bf38727120aee440abb4c5fbbe8fc4b386ce51d7293301
MD5 8b6f0813429c43b315e6d0c5fab8fb66
BLAKE2b-256 e34e86a5d6f2346ff86bd3caef87fdf5c56d7dda717d763fb6be4036a06eacf9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc0-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.10rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 91cf5d3cd8a2aa3514d46f69d76073e98b97e2f7c1693056114800ce8574fb6d
MD5 a3d2d8166b0179a5870cbd1c52a7982d
BLAKE2b-256 d1307f48bbf9897beedd2da745282f13be368cc9969efefc7625c6dd25d403f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01a73d7410d1e3c90746baf9b4318b70a08c2a533c4b6f952310c8ea2e80932a
MD5 4883edbfd8b0119eb6b7add299a84e29
BLAKE2b-256 bc7c42b68cb61d541116644e5a859e6fc9351de6435f629223603d7413cc5ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 36277da852db8c164c7609a6796afe9440574de0fbaddeca9bcf80ac8f03af91
MD5 d613fc69355ffd27c76389cb54b7f96c
BLAKE2b-256 4195fd1de8e3c242a055b4cc3a2d97973130cf35294ea0d8dfe01df7e05a8ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b23521652f3d433d3f78795a52786bc4b9168befa40e88cd482280e4e52382f
MD5 bc822e28daae4549a1fca5238b9af7ff
BLAKE2b-256 ad5f8c598ee39458b682e048bb8a01037f3ed02e6fc96afcb23d2c9bb8bcc67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbb14c63fc0d03ad422ca646c244040797e478d1cd965a719b6426f2c0e1637e
MD5 6d422b22f6bed9e11171d908a8e911c5
BLAKE2b-256 1b8ece4be7e0f05f97b3adce71cf68622ff744f7992da3e87679fa95b5de3ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10fae4bdb6cf150859a09971c370d6dd4a169b7c368a9599a30ce7f9009f4c92
MD5 f4958e1d3bb588edbc5171f96841193f
BLAKE2b-256 1d64eada96c5401fc8c3fc8c4efebc77b0da321106e4818711fa0aa8c09e34e6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc0-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.10rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ec53d9e372770a2e44fde7813b44d390adbf19fea887fe859df4144fced59d8a
MD5 07d5512560a362eb679788edc26081e9
BLAKE2b-256 9deed17b8036ffc9844758520fc6b82f5cb24a7c90c70c47c676ec153a39547f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 14860efb4b708b6d729b4994be032f140952bf4471f478ab08f0a7967777edb7
MD5 e487b55e93e40d4d19a5d7fec479e625
BLAKE2b-256 d45de0f2286d52f9920dd9e4cb7a15e179f9b10cb5c813e9b84875732f387669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1d8c7f4b2dc0d6238ccbb93ba9f0e7da73901f0618e67ef0e8910037bbdd24a5
MD5 61d764024722ecbb8ffada131aa6cac1
BLAKE2b-256 5dbe76f60e1b38379d4c7ce66cca6bfbf8c4be6683f6c38295597d8223aac73c

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.10rc0 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