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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.11rc0.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.11rc0.tar.gz
Algorithm Hash digest
SHA256 bc78b2c06e587ecb2ba713b0112cafa88b3006f7d1873c2fe63f8843fac90982
MD5 273daa7d2e0dae90de8432cc8639d115
BLAKE2b-256 f67b90cc6f7aa45f2baae71fae66457934fd72017b4ed5cd839434110badf230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b5ad9c64799da2c9bf8ddc5de2529121d518248564905557817835d145c7a73
MD5 54dd3a196010f1ce929b441b3e7ce2d9
BLAKE2b-256 4f1b2b824b9f3fd9053ee0ac998300f2e94ac16f6e5521887413856bd1feb6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab44440980d4b5330e52cdf918542c37a5fec2b492c47c48bfc0259d11cfb432
MD5 4e8e99c7f4444eaa1291836a9d93500e
BLAKE2b-256 11899ca9dc8e903312eb02ab60471da1660c3f0f9cce6e053c9a01f789017ca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8165b950a29f371dc349b48761dc554af95ac141b3ae00e9e9762dcbef03c78
MD5 ae4adbb2659774a1c842ca743aeeb825
BLAKE2b-256 194b908e6032ad0b395c8398fd37c6b3c7e44fd730bb2652ee3ede89ca8943bf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc0-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.11rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cce2cffe873a67290cda1382606d5a8eed62a120afdd143447446b75231a6df2
MD5 9a9c52bfe699039637cb89d1cee9154d
BLAKE2b-256 99454f805b4762cf14cc6578de0556ba30b0c400755c5a0d1261977bc8701914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 80630f08ee679d5f19285f7e5c32d6d1325dffef8c19bf3a39dadf5f59899edf
MD5 9d1889436471ef66f8a2d296edeb2c41
BLAKE2b-256 d905e86d0dbd85303e9d7ed8472ac85c90d0d5843ccfef7c44b582a9e1a6e37a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8341804d460614763721dca827a960e7f26f6f67c170bb9d5b46018f1203ef7c
MD5 f8ee40d3fab75703f27952e10d905b01
BLAKE2b-256 68382232384b9a604e5e6ffe1114c237b2a7709a7247b431b20a25a3734e5074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 877d8d5cf95968f436c25f81a5684ff84a452c2af97624ab15f58dd77dbb13ce
MD5 b4ff711e37f7833357ca3727c90e6cb3
BLAKE2b-256 5c2a44ad164c3504078a0997c7efd9a5e77142a126f0ba016263b578505aa11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b37855108f52d03d9cd16c1658f69c57d8dcfc581ab9b8e2a622a9599e2c3bd1
MD5 4a5b7655b3a816c5b41427f257b877ea
BLAKE2b-256 b1f17d8d324ce03ae04c07ead3137d265266358857dc6fa91a299299737a4048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9998d5b1e3ebe3d56fe127685e2d6af738fda5bf1d1d84453ea7a80b3c4b8acb
MD5 ed120d59b0ad7d0c0a22775c24a6e76b
BLAKE2b-256 49d184548443e29294c80d87e343c834d1afab24147a610a28c5117538112697

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc0-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.11rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ac16313672235c983128109810f22d4fff52546396ea3d7617cb723732cda2c6
MD5 c166bf69ef073db4673846bbfe9c2736
BLAKE2b-256 61df85e95db6e9b44ffec48af93dfd994026843edee88792df16d2705d93b769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bdb0208578d4f0beeba5b640a467482a5baf1e44670187ae4fe7443c1a9c1a03
MD5 dc70c084e29c937b41583dccf47ab89b
BLAKE2b-256 c16e26a7aa21f876ef2a85ac4657249fd6f4c86779661a63a7a0be4c2333b1e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f15651ed4587f9bb87d4e1b1684f28ad91c6a518e2a2f732750b2e6f4532e767
MD5 75b6a5efde0e1af6f0aca81fe541cc51
BLAKE2b-256 f0a15c39266b44accb6bc2dbac298cc4997bc34123bf1e690a61afe8e8dc7d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d86d01247cbe0e6c703012b2d2b7599051e383f84bba833ab0b080d7262bd6
MD5 6c1818bc45654140af288b4faf287826
BLAKE2b-256 687c6dd9f5807b0cf8231ec4411aa10b26de82f09320f330f127d18f201301ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4592cd69a2fbc4ff0b6f0713229fd6d773ef73c9d53df1f18b327d317344993c
MD5 3f6a9f8ba231d4d28bd45d6342398e55
BLAKE2b-256 7e79fc5f0cc14ea903537a6a30d41663a8ebc5a1c0f9566ce12bbf3e634ec6fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ee5fe10298be101e0563189906174fe1bb7d182486c4a10b3da4b611bcc79d1
MD5 9f8e8c32db87c352213df700485015eb
BLAKE2b-256 b469867886cff6dc4ad77253b356bcf5b65a5c36d44caf5419527e3e09e905cd

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc0-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.11rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6cae5298d6a96d3afd7017f3a39eec267d227bc26ff20d79a676751777a6801a
MD5 ab11f831ff4cca7386e24a23ae14d60a
BLAKE2b-256 5b3184801f0c23fbf35cf6908bb44727e7f3b9b9be68ac5c5d7380e3a83b726a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57f72078d67c67abeb0b9c3a4abd5fce6d5d02d6b6970385ccfc46478ea7b67d
MD5 1091d5cadf6e0dc66429c9a6e1f5680e
BLAKE2b-256 94a05e63b7b3b52db478ad73d045a8af1ae29db9a4e4298c386ed8762de3bc9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 91cf14969300593f4cd92df70d43560a4f450c9783a69969f5103dfe92f470fe
MD5 072f939c5eafc4c003ba79e919d687ff
BLAKE2b-256 685734ee5988e2197d42504ddcce8515364c9777da51c7ce6b4978b8a8da2847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aabb752ef667596dc0d87736f6c796b5ac9dd370af0283992b660a16545f679e
MD5 cb8580837a8f066473f82164c7461ead
BLAKE2b-256 2ad895384915ec5f2e0848bca27e6349ecbdf3bba16d457e9c7002e250f5cbce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 933c125f993da0b8ad3bf91484b8b82c18ef784442a166117ca0bd32a3afe7b6
MD5 cd90194c7de8cd21c732de538ad33d5b
BLAKE2b-256 7a54550b9f76ee177b355465a08cf26fddd547e639d31e69d6b080f7a5e1adbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a64e4980d0854768463141bfe15fe008c1356ef21b9bc6f5ba44d03292004498
MD5 a7ec0f5bba25ad14dcaacaf4f418f7f5
BLAKE2b-256 9e0d4aa595ca9df72aa1ffc58748df2d04cab3cfc1a247349b1f7c09bb2a0598

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc0-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.11rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 935007785b2b8c8e468b26b55f6bdd35322e7b8c4242adec0f783b18a3c75fcd
MD5 9624840ed9a73fa9ec152bf0719641d5
BLAKE2b-256 648d1b9bfc7d3f5c8f98d7cb75739161ab4748ee7224bb4af9bcff798c4fba2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f14d5ad0c93f739180c170af3adbd043d8e9723fc0490319b31e6e2ba6ab7c48
MD5 254a29329ea4a2d6284c93953524c297
BLAKE2b-256 582a6d9a4279e71d3d06517381b1eefd08e3fb693cc6e61164860643df87c838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fa2c8e460b5780e70787d4ac7d89f1e52f993c62b3c4dc7c58716192eda8adcd
MD5 c1a09e8bf13d98b2b69000a5215ea41f
BLAKE2b-256 542664f10a95ce6e2f8d3f6438ad7426f103050d07c0660eecbd6969a5cb62cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4cc5837f95d2808465b50117b99b1fa784d42a4ac78fe0464e189785da56604
MD5 91a2b3d9051ecfb3ccb314be36938994
BLAKE2b-256 7de033bcc9b45ee4be581739e4a1b16140c2fa4655c4f7aa6a9435e3ab0c883c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d27a8e8825c5998b9a061d26b68db13f93d4eac8314a0b401b2f3e125f81fa01
MD5 d6cc0e8c265a3dccea551da5cdbd7d88
BLAKE2b-256 7850e5953e67e774b7a25b93e24d3357ce446568241a8e20406f7e1aca15f30a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f27e61b56b4955dde05aa0e5ef63cd4c6454e9916aa026996ce2d08e84a32129
MD5 4c4ea59965e06b55c7766e987ef23933
BLAKE2b-256 1899e99f8b706dc3dc096efffe237e7e6d7ee4167caf25122a2a545c6bdb339d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc0-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.11rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4f35c27a97dff2e4dd63b9f444cc22aa72103c07c12439c4eec4ae905a7e345a
MD5 985b76d93ab54b38030308e1388d8ebe
BLAKE2b-256 94cd975c0605edc1ef9814476bb105e533568a28a5eac077c397e0d581dd2f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8920572acac8d7e2d04ecff22805b977477a25f6027b6a6689eee291015e4333
MD5 034b507658d504211e324cfb6d9d0f65
BLAKE2b-256 6d120628d8f4e8c0f6db3c473a7475b1aa4bf1c2294f9345c86bb41f2908ff3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2f9ce9247ef92d5a726c6c56400e267082c80e0bfa0230505db3aa08b30cde4a
MD5 1e4df8ba682503af02f79d506f065e0a
BLAKE2b-256 a8bb6337e92de15e43be8cf3dfaac00f614513aabba966532274995a3f44c451

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

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