++++++++++++++++++++++++
New features
------------
* Add Python 3.8 wheels for Mac.
Resolved issues
---------------
* GH308: Avoid allocating arrays of ``__m128i`` on the stack, to cope with buggy compilers.
* GH322: Remove blanket ``-O3`` optimization for gcc and clang, to cope with buggy compilers.
* GH337: Fix typing stubs for signatures.
* GH338: Deal with gcc installations that don't have ``x86intrin.h``.