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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.11rc2-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.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.11rc2.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.11rc2.tar.gz
Algorithm Hash digest
SHA256 3c63fd362021d5ea4cf47bd6dc49684fb2c14c2196a19370a92c0c93d73c1edb
MD5 570cfc0c1c8194a4faaad9d0104f643f
BLAKE2b-256 1bab788b595ea96ce12cc0508ae4aff42dce8cc4633ac2e20cdc7293b639a0a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfad22a2772f96dedd495f7f9fedfdb1bd3aacbaf724ade55b75c346c01da8ea
MD5 e521218d638d0441e8a679afd3641d2c
BLAKE2b-256 42b1f9195eb4fd618af968d85501477bb517912bf65d5f5e0bf229e2c5b1c3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed794a7078125ce1eb8b126a34ced8d939bb3f64c9eb993db9c93ffe485d9089
MD5 97a43e34580dd2aa86ab7c5c56762113
BLAKE2b-256 1ad1b0b997150b8dfe451df72fce001688ad0525ccb48ffe624271c0b013fb7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d31bf43d7ac9ddc0c07fa2cb75a4e0dae0ad845e884845eef59e86086a2e7f7
MD5 1af90671a6f9a6d7e13e266421f4397a
BLAKE2b-256 856e7567c0b51727f05107b38679bf1b3f4fb8c0c8ed961c123771edffe8cf76

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc2-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.11rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 98876660075a0ce52fa849068dad5c5a693d967e226aee114789609995c5f27f
MD5 06cdd2468543d09eae93e84ee7d7c8a6
BLAKE2b-256 aba38518b2e88ef7f38a02c95825354536d856992d096e193581f34593960cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 472bfde28eac0215d9728c4961a9d81946afec03a6c427e9243933eab1bdc47b
MD5 06092db8c8f9a6b1413e45b1e02fcc6d
BLAKE2b-256 2d39312abcc7ccc8757db68c70b9332510b81e383ecb1750a096112f3292fa68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c98d979e3bf2df316268dbc84465955a3ff3a72a6211a5fb0f05f5947d19027
MD5 1ae939fc39bb6c04070c7940e31d2dec
BLAKE2b-256 5bbbd847d4254208203a8a0448094af1abd656acf0041a2ed69f9e012cf84637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e378ff953d708306852b41a3f00f9065e962fcfd5be8cea5aa7fdef0a202f14
MD5 efe1f7a6ecc083fd2c3ba2992773346b
BLAKE2b-256 97d8aa9acea18b2021b0d7c747ad2d7f01360531a6fc0534829b5d942fc5a669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd77eaf03cc773e7cc23983c3b01b07702e99b726199b52ebe5d3ed573962730
MD5 022fbc432edb99974bf2fdeaacd53eca
BLAKE2b-256 eea3ae1997f6f6263d79d1e8375256634b18d35a5aa23c5a94b32c452de02970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf479d428a721bec6a05504d5ec642e397761cf9eff96e4306f4dfdb67d25bda
MD5 0296d4405be6fd15e3640967c3456549
BLAKE2b-256 18dcb0dfadcf5220f2e1f7a71e00f6c002802c4b621111be69bd6b23fb10fb20

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc2-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.11rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 913492f0220eab97c4d719775b015618991ee3ec9af0e5590e5c401210b2f625
MD5 af084f2aae3c981657297984f6379c9a
BLAKE2b-256 c140d3d43971d4f596a42d4528d071dce74740c1506420deca265b27dcea0298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b639ca4c2b62d9063be3d9fb6437918f6553f94fdd43641656383f7c262657b
MD5 2bd79963a94c58bfc1cf87aa29b19a52
BLAKE2b-256 03a276a61b69ed1b2587cfff67fab86febda98064d7a6f63596bbeddd03370fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6f0ad178a62e3ec93b70144fd6e77f3de9bd490a0ece851ddc6a6a5bf1133b0d
MD5 fcba0bebb071e840c134d71c638f4818
BLAKE2b-256 65ecfd40e0cbff0e2bdf49d7a809ecb19ddbdcaa0595fa49dd7d4865eee923a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5016c8e770d868631f7f2088136dcbf5c91168c0b73538b9c2d509a585d9d4fa
MD5 67a0822b67dbdfcf0cc2dd0eaab7e048
BLAKE2b-256 0191d9c77d3e3d6aeb81505eaf3dd026d9998a181a968323d7bd72f6024d3a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 372b4b8233f4456ea42537dcc13f426164bbf256687c896c7a6d5daffdb00c6a
MD5 fc2502d922dd03eca157d62e2087d65a
BLAKE2b-256 86155e7581873e51d1d58f1923fa3d3d0a6b096d26d7724befdf793e3bc2efe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc77748a2155294f8aa30c6d7095656d2ced324ea9ee0a4e7d0d2fa9ea1d7236
MD5 10d8ccc469c53d6037262ee05289b2b8
BLAKE2b-256 8283742fd3f177691d50b302cea8620fc6cce9a8fc77fb21006ed7d2200bac1e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc2-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.11rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 318d602e79178ce6a713d2effc1c130018c874fc2ea339d34c0c1fe404e04bba
MD5 56df57430d47c76fce09e76de1ef17a9
BLAKE2b-256 075476fb17a93d0c9c815b64b1b94ccec3efb7a17bdd70dd9c78bdd637dde153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e6876b96a2f70ba63027f8e0fa2d580e4a8f9fdcd055195840d7ca24ea196f1d
MD5 f9aa3e4f8d71d611a866659598244969
BLAKE2b-256 ca99d9aaded666d36b5f461ebf5b14860aa60ceb6d94a175830c591dc7b855b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 df1faae3bf3890216fdbe96a9b2e4d48598fc26a7efa5d4458f81116529d8898
MD5 8f77408e7affa429e2661084c90438cc
BLAKE2b-256 637530fc42d0e93fbe557f8e68cbd5ab303b44967945380b98250ea84fc0df10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 163ba369046fca3544d517b1fcef48817f2efa544f14c443223717b63d5ceada
MD5 e70c08bc830479dcb85a2d121b5fdc1f
BLAKE2b-256 ce8aadfca85cc7bf29b50bc247e69d23ade9a92f0be835238d72d4b9b8e14bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ba617ee56babd9c1cd49acdbdb1a997db0c321c1aef2df68deadf2583b2f6f5
MD5 9def0adec30b2e21b42f2bc82b34e4ca
BLAKE2b-256 65a5b9251515a138b2055602f2f5c0a785d176a52ef566ed9d87abe201287056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a49825db8c25d858bd70ae85b1e21642c5f0e58eaf73c5e16d531b94ddaca76b
MD5 aad5f3429d7f1a1bcd7146d718bab59e
BLAKE2b-256 f95fcc40aa7c414f89015685f1254a07b2d18fad3d3704f1d9d374db5d202474

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc2-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.11rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1549805882cd36bd89b3175b72649335904a55769f98bb6bb74c9c3d10942052
MD5 b4534847677a7d8dfcda46e36ee3ad23
BLAKE2b-256 0cc427cf82627c739b656439d10a64d6e242339c4d1ef1051ace63cdfa4af85d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 49c5f02f7c8d76c5abe8f3f74843dd38ec90d3c27f0c3cf037689f4c425ea279
MD5 2f11382832c7542939247945197c7f9b
BLAKE2b-256 1d09397dd1e4e600b058879dfd002b23d9d7ab4e44208a10324a5e334fa005ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c7a6210df340c707470db0a860b7bab3bbdb00666a0d9519f30837a2e394dc1b
MD5 a8ca3576f8cb6e7eaaeb9e498d3c9a60
BLAKE2b-256 cad701504fd7f15e94e4fe77178ef65f892a207c94c17d81c5bb6246523dcb61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a13d2eabb4de76d7f494c535968be8ccfa861566b90d06aa2164676e11d59f1
MD5 77561a9743066b4902735212e0cb51cb
BLAKE2b-256 9097fb71a4d54bfd4547d4fc0cbcf4a82cdb5d84f99b538051f73b117681cf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec999a36ad8901edf59704ec0a26efe804dadf369ec3f35a8992d49f2b09097d
MD5 fee27a2ab11168f3aa9abe7e3f365c5e
BLAKE2b-256 ee1f2740ab77d0c7cb36c89adcf3bcf82865e3f0061f125fdc75ebc9f039adf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01af5d9fce042c82d5d8bd4cf1eef73abf322841ec92e0d35f6573b090cef57e
MD5 3685648494de77989262bab7e8fd882d
BLAKE2b-256 34bf1fdddb2309a76d0098a29b225670ced0e5055863ac8680733d2d7a4191f9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc2-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.11rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b99cf509add8506520a77ead6e1ce5a0de1c3f2262edc105bda2aa51a2f730c1
MD5 2f7235b5e4fec490fddeef52fba69943
BLAKE2b-256 27e745a551de34bbb050aa732686b5eea8270aa97507259e070a02c746a5a8bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 866a85d2b63819aa1ffef5337d0e5ad08135c08f5067599626404af3a9be6787
MD5 864259d9ac5c0943a27643ddff515fde
BLAKE2b-256 9f0c703f6c2a788d71e5cfb76b6a123e1b77dff6b2ae23dfeb43826135d5ee3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a9f9f3e8c0c4e984b1018b07263c01c33083d71c22e9916f7583e0d7f936e496
MD5 140a25faae67b03e9ee976483cd7c499
BLAKE2b-256 744fa6d8329fbdb4997557045b84c62bba677d9680d8528e63e779ee821f03aa

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

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