Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

[v0.1.2] - 2022-06-04

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.

v0.1.1 - 2022-06-03

Added

  • Type annotations for all classes of the pytrimal extension module.

Fixed

  • Cython header files not being included in source distribution.

v0.1.0 - 2022-06-02

Initial release.