pbadillatorrealba
released this
16 Jan 01:43
·
37 commits
to master
since this release
What's Changed
- Fix bug in RIPA metric:
Previously it was considering n-1 words for the 2 sets of targets, therefore, it was omitting the last words of the targets, which was incorrect with respect to the original definition of the paper.
Now it correctly occupies all the target words.
- Added project logos to documentation.
- Added pre-commit to github actions, which improves automatic QA.
- Several code style and typing corrections given by flake, black, ruff and isort.
New Contributors
Associated PR
- Add Logos by @pbadillatorrealba in #40
- fix: include last pair in RIPA score by @h4c5 in #43
- Add precommit job to github actions and correct linter issues by @pbadillatorrealba in #44
- Release 0.4.1 by @pbadillatorrealba in #45
Full Changelog: 0.4.0...0.4.1