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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.11rc1.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.11rc1.tar.gz
Algorithm Hash digest
SHA256 155c0bcc667d83f49946270f55a5eae52bb01f5304b69b25b49c9259cfca40fc
MD5 c6b5daf31439c77f2be3165847370815
BLAKE2b-256 57871aa5ec2bfad65f0d6284a7461b82dd4ed903407a889bfad982e71097ae38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 540e90c63ebda0c2dfcf2b42a1252ed08832744562387f69a2da2e616f915cb3
MD5 788b39758f0bf0aecfa8b3582df8d943
BLAKE2b-256 633552612be005552ce7b091ec1ca33aefe4294662b95e75eefe258a9af9d6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 357daf53448417b7ba936f37ae4d9175458ad09f34b085cf12eefeb8e65eefc9
MD5 b9561577503b4226f8d91262199c7930
BLAKE2b-256 5561300533998406f122dd89a373c7ffd18607fe8099b4c3e6ce5f548fb2d2be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 518c10be98aae4e4cc6796073a5d23c4e53ef524768a5e29b8fbb3cf8a2b7241
MD5 6322159bca8fb5b96194471ffbc28517
BLAKE2b-256 9381bc9eb23819ba543c0afd541e83c4da41d9ef0ac7ceec408171fb7f2c9405

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc1-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.11rc1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4d51b5d782af41422c840a2456a20056ceba90d8fae40bb8db80b20dd21b1ae4
MD5 47f13c50617f52e45b3fd31304af567a
BLAKE2b-256 3ce0be5f66b1c82f578233e0de74d2f8fff9b51f5232c08bc73d936856434b12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9de45046ced2dfe67c87eb3dccb06cba72da8204fd4504d447492fc49a8c92b9
MD5 150128eb45461f97f119ce6d2cf4009a
BLAKE2b-256 ba912aca27f0b1c0927170e6504efa3685ac7d16c26597d6d365c64cb56746be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 480eff6778689fa8c5b70c1e566d41a3036a4498c007a2c646d6a5bfb6474eaa
MD5 40b541cf6e1b7a82e56cf2dd7dab3519
BLAKE2b-256 085c686e5fc0b50dda80a3ce7fee942559224944bbf63419c6d6fd98c212ed77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e57c7ba8e80bf50887c639d497000bb7c300aed50fc7eea6aab89dd2585ad2d5
MD5 51002b3ec85610e228329c0119cd6a98
BLAKE2b-256 4ed3df1a835a1539a2d7279a2a68ad10d1ecadfc1d7df8ec3742c1484288a65c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24c5ca9dfac8c6526a37b619e9135a57859c2cb9f1fe1bde488c9fb79b5286a4
MD5 a7423d8754ec0ce93efa323083d65cb6
BLAKE2b-256 877df5eb99e859cbecceff01ddab9ba35ce01ce377cc77e4ff2557193edd25e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 338c67b95f43b71c8bb49261dccb4580cb731d76cae6c589dfbb913385531fd6
MD5 7d8c34c26b628ccca2b968dbd0078786
BLAKE2b-256 20b365120c1716d8423e96692f02269c724bf1befb6197bf6c81b73367a659d6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc1-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.11rc1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8dd17b8b2c84b2f0cc493a7a7b4d42e0c47cee5e3e9d0c73a0586ee1a3a8df56
MD5 59b33db048a3e7b5ba26e604a7f70f47
BLAKE2b-256 29ba66db49fc5b172ed0a3fbe1ffc8cae5880a7340e51f9c12ae0196220842af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c1b5274bb6c7cb8ddb17b60b1b8aa7aa10d53a10698c89a302e68dd826733823
MD5 33af924086ca7b0a9f78347e760eccee
BLAKE2b-256 e1db0bd9460a0cf69056263c5c97b6e7485fc5e5ad1aa665353132cf33f5d909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bd675b58c37434e823412321d1eb884b5c6dfc05f9ea5551832e47d3613d983
MD5 ff382b23df809ebcb7b01912b5d820c7
BLAKE2b-256 a98d1088953a6172c77ccaec7c7b2269e6a80179f0658476f78bd1bac1056235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21e6f41bbaa04b0f4208b82f69ffde4fdce128640840a5f07d1dd71d221d171a
MD5 8de6d3b2399ca26c5628834733e05335
BLAKE2b-256 ed9222f80fc52ed61c6fa7ae7deb58b19ccc7a6fd287be5c6c13c9fe259324d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f72c1ce5f220d86d701461efdca966c613c0904f2c96e3d9bdda71976827ccf9
MD5 3216e52f8ff7318e5337b2476a5f20ec
BLAKE2b-256 dbf0b0b500852a17b6526306453d89b71d5f953acf62f2a114fe7b8124d2eaa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c993473f6b436c58ab6af7d4884650ad95891fa040f130baa109e35a309c474
MD5 45cc2107e1c8c5ab323d23b82bb21d93
BLAKE2b-256 e1518b0828c7f8459169e9194262a031cdc0bf959d7e4e2ff14707dd8639154f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc1-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.11rc1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9e9f365b9b1882cd9310b5654deee56f535ddd62968711d3696d6f15aa52e36f
MD5 a29700fada7e46d8f14a9f5e523c7fc7
BLAKE2b-256 590e613acd4c97a71916e0abd6c1acda9df4ca3c21fa3d9638c814657f4826d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 106202e1d66925377a4380a7e27e5b14718ef111c1e8103653eca1f0255bb021
MD5 680a43220fc87507e551c4a784fd5042
BLAKE2b-256 8c437400a0332758b1ee0b56565694e165fbed875e495e5fe81ad81773418bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0c10d3acb4bd06c56c0c001d4e0139fd1edfba878163c93ece9ddcac77d75704
MD5 9713b5e5a04423e836b43c2254a91094
BLAKE2b-256 0b16481e3c22389040540df480e0cd3f77544e8aca36facc860d0823cd78d6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a8bbefd219a2c77d009a70cd1037839f671566654dd3657d6f6dd4d57300173
MD5 a29d97ad5789a5de1cc3c0b41b6e26b0
BLAKE2b-256 19e13ada3a23c718c83936fc0e8217057b0df6f4b28e5de3be120af3500bcfb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b61c3004a3bffa146720f60ceebd72519d0e8d70fb32f04742ffc3e7753a6858
MD5 281b5d1f2cf09f7f3d34cab0dfb17763
BLAKE2b-256 b6c9909479ccdd406168e2da1b595b22cd5072e53dda8117c915b73633dd3742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be0b3a1f061618cfb26b74e1496128d70a88900909b2d3db18022a9cda119850
MD5 647ccc33fe6bb12fee398496ceaab54e
BLAKE2b-256 a714e1df19310490ab86ae862d20f4f7c214d0ebeef43520370e8c4e84be82c2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc1-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.11rc1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 880f57d9a8782365f813a384ba8d387ce66362e4167516f8f49ea19aae70d16a
MD5 12c5414989165fc2dfcb064442f7cb63
BLAKE2b-256 851bf96606d9d1d39feff5a6d84f8786953617b58f5b70f663961cecfc6aaaf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57d3bb485a3a2a73e97d9f2fd78d2aae97918fec6f0d8a9be3421941987fd3ad
MD5 6fb4faa94760d29d30e0363014259383
BLAKE2b-256 854ed4030564973c050c5fd8b5933c3bb0c82d57f42ec44bc2ee59538ade6201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 34fd12e315bcfd21cb3587ada189b7c5da4184e3cc923402824efb5274cbed06
MD5 9e6d6bd0c7d7159676789dd8f7bd802d
BLAKE2b-256 32157c98167e7a74f2b160d9397feb704a6b28e56dcd74d804df14789f9e70d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5bc26de32839428bd7d4d7ecb804a14e280ce2a97992673fb12eb9d3c1061cd
MD5 22f5f16be1b216ce5380499b8b73308a
BLAKE2b-256 9d6f150c75fb2d5099090840a4206e99252869f0daa928f9205e43fd666287f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7138617c38aacad70bf3c6d7cc12eff921d136c212656d20f4ed0de8860bb9b7
MD5 347f88710357c02f29e8c7cbf976ca5f
BLAKE2b-256 2060c641b924f0944380984b5fb0c8fa48964346aaa5a158383203999a5de547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6852eb0602eca493907303a81e0538d260b6ba7db57a679bfe98486c99102907
MD5 04bc7f520c53acb4ca38180f4ea68672
BLAKE2b-256 f77b6b20338db64539f7b1f9c23c1d8064412968efc1e79b1846235e624bd540

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.11rc1-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.11rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 da92e170cc1e6537442a6e8ebff105e35b1aa1723fbd60fad4d9b8cc0d2abaa5
MD5 89bd83d3ac838726ce5390b9f8a5bb60
BLAKE2b-256 9e3972de95ed42a8e622864d425e142b7d9bf8196a1c2c08de96efb3a9e381de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aadf99e830f65dc384727684cad7c9714fbf0bb491118f1fb553abdb179963ec
MD5 04d59228f083c09f1ebf72dc37a83915
BLAKE2b-256 33abed409ce7fdf8caa5397539e6729585d62dcfac9ffa18ecab262edaf8b864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 801ebf16e0035c2b72dcd49f2cae0cb0d1f290459959d2bc51d45ab22c29cb57
MD5 e26c831516d6828d7e6dcab250b7671a
BLAKE2b-256 ab747a58c81634a80e8d735d8959092915af2b418fe492f69d8d8b5aab7dd05a

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

This release

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