Skip to content

Releases: jitsi/jiwer

Move to maintained dependencies, drop python 3.6 support

02 Sep 14:22
Compare
Choose a tag to compare

What's Changed

  • remove mentions of old transform SentencesToListOfWords by @nikvaessen in #55
  • drop support for python 3.6 and update to poetry 1.2.0 by @nikvaessen in #62
  • Update python-levenshtein with levenshtein by @BramVanroy in #61

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

10 Nov 21:06
Compare
Choose a tag to compare

What's Changed

  • add CER, default transformation is invariant to permutations #48 by @nikvaessen in #49
  • deprecate the words_to_filter and standardize keywords in all measure functions.

Full Changelog: v2.2.1...v2.3.0

README fixes and security update

27 Oct 10:27
Compare
Choose a tag to compare

What's Changed

  • Tiny correction to README example by @nmstoker in #39
  • Fixing typos in ToUpperCase section by @alexantoinefortin in #38
  • use poetry as dependency manager/build/publish tool by @nikvaessen in #44
  • update python-Levenshtein version by @nikvaessen in #45

New Contributors

  • @nmstoker made their first contribution in #39
  • @alexantoinefortin made their first contribution in #38

Full Changelog: 2.2.0...v2.2.1

release 2.2.0 adds hits, substitution, insertion and delections counts

18 Nov 08:23
Compare
Choose a tag to compare

A long-awaited feature request (#13) has finally been implemented by #35 . Thanks @mpariente :)

release 2.1.0 adds the MER, WIL and WIP measures

22 Apr 18:00
c7cb6af
Compare
Choose a tag to compare
feat(release): 2.1.0 comes with more measures! (#28)

* feat(release): 2.1.0 comes with more measures!

* change pipy description

* update README.md