SymPy 1.3 has been released. You can update it with
pip install -U sympy
or using
conda update sympy
(conda packages will be updated soon).
The release notes for this release are at
https://github.com/sympy/sympy/wiki/Release-Notes-for-1.3. A major
change starting with this release is that the release notes are now
written by pull request authors and amalgamated into the wiki by a
bot. I think you'll notice that the release notes for this release are
far higher quality than what they have been in the past, and, more
importantly, complete. The release notes are still stored on the wiki
so you should feel free to edit them if you see any mistakes.
Please report any issues on our issue tracker
https://github.com/sympy/sympy/issues
Thank you to everyone who contributed to this release. The full list
of people who contributed at least one patch to this release can be
found at the bottom of the release notes.
Aaron Meurer