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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-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.9rc0.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.9rc0.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.9rc0.tar.gz
Algorithm Hash digest
SHA256 f5388c7fb02b4271a3396474cdb6c1b8b80095eddb8c8877358b90658cba61b3
MD5 fbf0169ce6156f2a697aa81fe0e620c1
BLAKE2b-256 cf45c944a86a40566ae986f430cd0da90d7207b2a82a5d44a7ce2d313b3714ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2eb592ee904df096c1ddab66bb2ac263d04f8b15042c67bdfb4cce9d3d40e0f6
MD5 1e43d2d9343ca2e3a52b0c5b33fcf24f
BLAKE2b-256 a3acb1ec5420d80d2a5c3317854f02f9c8d7c89bc430c961410c551d7bca85fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 955906dcf27321dc672f59fef4b6f6b7bcbd02da8f2a3d5b11b3c35312bc09f1
MD5 7fab7b171a5b535466121e43e8e6f380
BLAKE2b-256 3421dfb31060ec1f75b56ef51cb00d4e46ef57e24547c81991e4a51d0fcc99c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0d831711cf5dc156d83852b70fb073551171f9f038bed6788e6367f843dfc9c
MD5 49a9a3188aad8f05fb7f1782c16a9fc4
BLAKE2b-256 cb559a19a72b445655efd45c4bc92930b43d15a2a1398d166e8112530eb9ce4a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.9rc0-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.9rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 14e9b32e83be0363c47b47d3952868f5d0b062634bd6b64eba25bd5be60bfc39
MD5 2044552ffa912a465459039bcbc6406e
BLAKE2b-256 d2e5f4d325b1dfa57c0f0366cacd682d2a20245b0938ee6d5ea30548322f1c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5e0640850aefc2a8095fdb1eda3cdbd962c324139fc643ace4571945f84494bc
MD5 e71c1b9a3a2666f51c3b4a86d285b96f
BLAKE2b-256 5a65c9ac369c3283d22431a6378d24dcb9165aa67ed45642b04da0c6f8b22202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 78624de4d0e617dec8df6751e5f6f15255efcafdf2d242933e8b818dcf804498
MD5 ea988329ee908c3e0fd43b30d61df1bd
BLAKE2b-256 9a38c27b688755fe1007e003a979ae8014959aa3ef83526bdd17c6a3677a8a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36dd209d7426e4d20e5b44bcfed915b5863ad415cafbfd917a33df5e97d17195
MD5 5e4d95ba781cbf440d1bf1e7bf3643db
BLAKE2b-256 459057330f6d0417e187c513052c7418695861702ecef9afb77c986fe60baa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6695d55fe947558d6dccf9cca9353f4a2db0376d657450e8518a545ad72daa9c
MD5 57c0ca33ede55324412defe6f33f091b
BLAKE2b-256 0166bccbf9ae8b6a3eb3c6033221c36308a62b18e892225a247ca9ed925fae18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bd11974cc7115a1efc416ba879ea87b7e13b2f9317737f9515653018b4b39d2
MD5 d21a6076571033c553a053911d947052
BLAKE2b-256 92b6ce3a5c9ab4820681597ef3839d70f36a567243704263a9ad81de37f4df10

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.9rc0-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.9rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8ea4034e69a75340393b3d1ae545cc3a471e71100404245b47959dc762ca0b75
MD5 3979f8ef8e1dd401924a6bface3d73c4
BLAKE2b-256 ff94b6f1946134bd82b2cc1349728043cef4f445daa5ff847f86a38b7dc297f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d8ee9d0212ade6951f06009307c53928a8ccdb828fef100b7483cf4506b69c94
MD5 9d888659f799194a872373b782c37542
BLAKE2b-256 cc97d40a5222a469fbfa3d648462b23a3d1da86c1636aeb7a8581d1ed42b2711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f51b63ee5a859b7b0ac791aa2b3e70199645e3462b35e2d925e616fc4fb1b35f
MD5 570019c13d7f6f710ef3f54b6c26b4cd
BLAKE2b-256 ffa3942b5d4db9b602fb388451d18e94368e21dd54e4d881133d74cac7a84587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85b02cf9a9e20f00acadbd68582b64e7939a100adb06f7cbfbf6efd9523eae79
MD5 c7f34765dda3b80b7caa0e5c851d6cc0
BLAKE2b-256 d2cea6636ed8fa39068b7e1add5cfff97b9291b7014d87ccef5c1bcc0f5fc046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d934520877e2502961c30b28900765dd3d1813da4e96993f65fe28be43d54f7b
MD5 b33f0c505e3944c0ac5159bb67a99113
BLAKE2b-256 49512a8f70769be8ff276aa5d0bf9bbd9748366017ec6565734a3b7e23a405a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d3ad77dc64a7019b72c8e061149da260eae1829c2db55769a3a06edeca6cdce
MD5 3dae72025762efd8099a239e3ce606aa
BLAKE2b-256 a9f8108c9a38b2d9d784057e8126cef9a89035e279a0683decdf33baea8a00be

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.9rc0-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.9rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 30c00b006face1a9d39f0ff7bb3514d879b2a3d404576373fecce9d68cf43d03
MD5 cb8acd2c8f215fd77983232820a86676
BLAKE2b-256 2bc407bae4577e6af73b8c375b31aef739b09ed75c4b8c33d50f64c48327d600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e72eaeae0cac8d272a6a2d0302ba40576d1e5d0140eaf70c43979449be53bb21
MD5 29192a90026dcc9f03c434340515152d
BLAKE2b-256 bd8c309934f463a611b78fe257e97c9ab052bda2c1d87d1dfd266a6a794a5d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ce2a1d2d1769ac9ef376076e5ff7431d7b8209369df7863afaf0eeba8254f29d
MD5 f48b9485b7036ee4380fbdcf956a9d9d
BLAKE2b-256 f432f620e4c02e83bf0722108e36ec02c1038f1eeb99496ab4096d489c99b695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d80b627e1932b6cc6580bc58a7d61687f9d06bb71bdbc5c0dfc4a3932fdea6dc
MD5 a727df08e6d459da228916193542f949
BLAKE2b-256 7c78723d0bd0680aac6175c359fabe93db6ab3733bffdd4178f02928cc2dc07e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d42b7cbd336f8d6a3389545d848ae3ebbb8c9a5679bb7195940167703657490
MD5 10b14d526cdaff53f22deb6aa97b5b07
BLAKE2b-256 1b1258c0c7b6bc9cc62ef0b246df863cfef94eb4117a2270c83fdc557d6039b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1108abce8fe618f90232a85df87976c02ead0f4dcbee9b8ff4bb7e13365dae5d
MD5 e276bac1a4430fa786fca0000ae58503
BLAKE2b-256 7ccdcf44a3ee4ace838d593c5fdf053548c317158d9dc71e12b3f581ad18782d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.9rc0-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.9rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 63117609dcf94deea91de7c125e23a62b6c0ace2f35eeea4e903de43383ce4d9
MD5 8207972e8a0daf42d4aa84c2c197a96c
BLAKE2b-256 018d9b4af302e934f20cf6872122a1e35d4141222417bbe5a776f158932a64ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81c9a234b0c54a914b308f2707b60dcf9a5d33d99ed4c9793c6c71351a241df2
MD5 626be204badb11eda37903ecfba9b6de
BLAKE2b-256 ee1a5fa65d1160be00c75780d750f14a565ae8a519f96f47d4997f05ef3af6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 14450eb85d439de758d3f02d56c0add94829d27f91b50e0f740a8cf99d06ea2b
MD5 d5e4c89b065cd99b758a3974cecf308d
BLAKE2b-256 4e8836427ebaba894e51dfa4cb304b06bcc16d8310efb0004a20b93137a238b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51da36e237f8630b8002da3162b117f5bf63d20cd040af273916e8badbecd59d
MD5 c828eba93fb42a21b238a75a1cba8b1d
BLAKE2b-256 9dc4092adc27a9e4b7da63b03c4e6e945763ab8bb6ea8bc6fb0530430b2038b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0831014f6dff1afdb026a828e7c37a1057dc0deadc2b9340a704c0fe88336a46
MD5 46f220d1b84b926302936a85d35271f8
BLAKE2b-256 8db9c5b46d45f982c72bd9e28d4c1a7aec58953d05e851cb5d22472463deaf2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 75e9efe077a1a856d6b7d00bbee05f0491310f89bd9d6accd78b162701e100b9
MD5 bef8649708f8ff65fdc474f6b04891e0
BLAKE2b-256 98f30ee83ddf5483335c45efca10065e4e2bd539ea1633588916dfabb270e842

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.9rc0-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.9rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 731359d595972a510f5dd1cc1f23e11b1a2ceaff808d7ba175f1b29f00cc65c1
MD5 7a8e336142c01ccc433ca4e59a33c24d
BLAKE2b-256 4beadfb393a5aeaeb457ea0d332bb1d38079b44cadd5c2a2f3415a832fc46f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 359e3442eda68adcf14929ba34335bcf60a3081cf8aa119d4a940ef37c5e370b
MD5 b1a2f6a5f4cc30d1c02a6fd890964c12
BLAKE2b-256 1a6ff4f8e43be901fa7630b0338afb25a029aba44a0b42cabb42e6ecac5c373e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fd082276ff7c6363f687bfe81b66cc503be0bf2b47395fdc7d67a56272117430
MD5 4a38670c5be4e691775a62e20c2ee90d
BLAKE2b-256 f690e2a2467f6ad5af67b7029b2de86724af953f4d2f58852545e76af0946e74

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

10.8.9

31 files

This release

10.8.9rc0 This release

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