Skip to content

Release Notes for 1.12.1

Oscar Benjamin edited this page May 29, 2024 · 3 revisions

These are the release notes for SymPy 1.12.1. You can also find release notes for previous versions.

SymPy 1.12.1 was released on 29th May 2024.

This version of SymPy has been tested on Python 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy. See our Python version support policy for more information on when we plan to drop support for older Python versions.

Install SymPy with

pip install -U sympy

or if you use Anaconda

conda install sympy

Highlights

There are not many changes in 1.12.1 (see below).

The main changes are improved compatibility with NumPy 2.0 and CPython 3.12.

Changes

Authors

The following people contributed at least one patch to this release (names are given in alphabetical order by last name). A total of 7 people contributed to this release. People with a * by their names contributed a patch for the first time for this release; 3 people contributed for the first time for this release.

Thanks to everyone who contributed to this release!

  • Oscar Benjamin
  • Jerry James
  • Matthias Köppe
  • S.Y. Lee
  • Sam Lubelsky*
  • Pablo Galindo Salgado*
  • Raj Sapale*

SHA 256 hashes

2877b03f998cd8c08f07cd0de5b767119cd3ef40d09f41c30d722f6686b0fb88 sympy-1.12.1.tar.gz 9b2cbc7f1a640289430e13d2a56f02f867a1da0190f2f99d8968c2f74da0e515 sympy-1.12.1-py3-none-any.whl b7e9cf0c22ce6013e0ec48d29769c6faf6d1b2f96243ec8277a9e0afa8b5409b sympy-docs-html-1.12.1.zip c33a3e2c7a9aa4e4a3d59f2481d1bcaf2525ae6f40f5383a71b8dea6253d6583 sympy-docs-pdf-1.12.1.pdf

Clone this wiki locally