Releases: LeCodeMinister/polars-phonetics
Releases · LeCodeMinister/polars-phonetics
Release list
v0.2.0
What's Changed
- Metaphone, Soundex & Nysiis Algorithms added
- More wheels and Python versions available to download (closes #1)
- Updated docs & organised the repo a little bit
- Started testing wheels on TestPyPI first
Full Changelog: v0.1.0...v0.2.0
v0.2.0.dev0
Notes: This is the pre-release for v0.2.0 to test an updated .github/workflows strategy that allows for wheel build across multiple operating systems and architectures. It also provides new algorithms such as the Metaphone, Soundex and Nysiis.
Full Changelog: v0.1.0...v0.2.0.dev0
v0.1.0 | Initial Relase
This is the initial release of polars-phonetics. It only contains the Double-Metaphone algorithm. Future releases will include other phonetic algorithms, stay tuned!