Fixed - Missing SSE2 files in source distribution.
0.2.0
Added - Vendored `cpu_features` library to perform runtime detection of CPU features. - SIMD implementation of the *similarity* statistic code with SSE2 instructions.
Fixed - Compilation on platforms without OpenMP by adding an empty `omp.h` header file.
0.1.2
Added - Python constructor and buffer protocol support for `SimilarityMatrix`. - `SimilarityMatrix.similarity` method to get the similarity between two characters instead.
Fixed - Source compilation failing because of source files in the `pytrimal` folder.
0.1.1
Added - Type annotations for all classes of the `pytrimal` extension module.
Fixed - Cython header files not being included in source distribution.