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.
[0.2.2] - 2025-09-01
Changed
Improve documentation.
[0.2.1] - 2025-08-31
Fixed
Documentation for PyPI
[0.2.0] - 2025-08-31
Added
WeightedLevenshtein
class for reusable configuration.Explanation of edit operations via
WeightedLevenshtein.explain
andexplain_weighted_levenshtein
.
[0.1.0] - 2025-04-26
Added
Custom insertion and deletion costs for weighted Levenshtein distance.
Changed
Breaking changes to Levenshtein distance functions signatures.