SymPy 0.7.6.1 is released. It can be downloaded from
https://github.com/sympy/sympy/releases/tag/sympy-0.7.6.1, or
installed using 'pip install --upgrade sympy' (or using 'conda install
sympy' soon).
SymPy 0.7.6.1 is a small bugfix release over SymPy 0.7.6, primarily to
fix issues with printing in the Jupyter notebook.
# Changes
* Fix pretty printing in the Jupyter notebook and Jupyter qtconsole
for Jupyter 4.0.
* The deprecated linearization method in the mechanics module no
longer fails to execute.
Aaron Meurer