* Switched from SymPy to SymEngine as a backend, which may speed up code generation by a factor of up to nine hundred. Almost everything that worked before should still work. See [SymPy vs. SymEngine](http://jitcde-common.readthedocs.io/en/latest/#sympy-vs-symengine) for details. As a required [Symengine release is pending](https://github.com/symengine/symengine.py/issues/204), you have to [build it from source](http://jitcde-common.readthedocs.io/en/latest/#building-from-source) for now.
* Added OpenMP support.
* Several improvements to documentation.
* Changed some default parameters and behaviours.
* Dropped support of some old, rarely used syntax.
* Dropped Python 2 support.