Hi all,
I've just put out a bugfix release SymPy 1.11.1.
There is only one change since 1.11 was released a week ago which is
to fix a bug with using lambdify with the cse=True flag (as discussed
here on the mailing list). Thanks to Jason Moore and Chris Smith for
getting a quick fix together. The only PR to be merged for this
release is here:
https://github.com/sympy/sympy/pull/23976
No other issues or regressions for the 1.11 release have been reported so far.
The release notes for 1.11.1 are here:
https://github.com/sympy/sympy/wiki/Release-Notes-for-1.11.1
The release files can be found on GitHub:
https://github.com/sympy/sympy/releases/tag/sympy-1.11.1
I've also pushed the release to PyPI so you can upgrade with:
pip install --upgrade sympy
The SHA256 hashes for the release files are:
e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658
sympy-1.11.1.tar.gz
938f984ee2b1e8eae8a07b884c8b7a1146010040fccddc6539c54f401c8f6fcf
sympy-1.11.1-py3-none-any.whl
be3bb7fef0e17cf437fa73354041ca84ae6329369c7a746a4d3d015bd09403e2
sympy-docs-html-1.11.1.zip
051f14ec10d48706061c19fd2346167a5d311aaffb12f01e1bed44a316af73b0
sympy-docs-pdf-1.11.1.pdf
Oscar