Skip to content

Releases: LeCodeMinister/polars-phonetics

v0.2.0

Choose a tag to compare

@LeCodeMinister LeCodeMinister released this 14 Oct 09:30

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

v0.2.0.dev0 Pre-release
Pre-release

Choose a tag to compare

@LeCodeMinister LeCodeMinister released this 13 Oct 21:42

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

Choose a tag to compare

@LeCodeMinister LeCodeMinister released this 06 Oct 21:53

This is the initial release of polars-phonetics. It only contains the Double-Metaphone algorithm. Future releases will include other phonetic algorithms, stay tuned!