Skip to content

Version 1.1.1

Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 13 Nov 04:50
· 147 commits to main since this release

Enhancements

  • Integrated CircleCI with GitHub repository for automated unit testing. Configured CircleCI workflow to run tests on each commit and pull request. This allows for continuous inspection of code quality and testing.

  • Added the CircleCI badge to the repository Readme.md file

Bug Fixes

  • Fixed an AttributeError in the wers.py module caused by an non-standard operation on a 'float' object. This only occurred when a single reference and hypothesis input string was entered and has now been rectified.

  • Resolved an AttributeError in the 'werps.py' module, which was triggered by a 'float' object having a size attribute. This issue specifically arose when a single reference and hypothesis input string was provided, and it has been successfully addressed.