- Dropped support for Python 3.6. - Deleted variant `sse2` from enum `CpuExtensions`. - Added support of new pixel types: `U8x3` and `U16x3`. - Added optimization for convolution grayscale images (`U8`) with helps of `SSE4.1` and `AVX2` instructions.
1.1
- Added support of the new pixel type `U8`. - Added support of `L-type` PIL images (grayscale with one byte per pixel).