From 83a1e84591686621d67d76ac06ee8cab5b12c308 Mon Sep 17 00:00:00 2001 From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:16:45 +1100 Subject: [PATCH] Update changelog for 1.1.0 release --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86e277..ca95e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ It is organized by version and release date followed by a list of Enhancements,

-## Version 1.0.1-dev1 (Under Development) -**Released:** TBD
-**Tag:** v1.0.1 +## Version 1.1.0 (Latest) +**Released:** November 8, 2023
+**Tag:** v1.1.0 ### Enhancements +- In this incremental version update, we've optimized the distance algorithm calculations to improve their processing speed. Users should experience improved performance without encountering any disruptive alterations. + - Added the following unit tests to improve code coverage and validation for the functions in the werpy module. The new tests cover additional use cases with longer input sequences and help ensure the wer calculation works properly in different scenarios. - Added new unit tests for the wer module. - Added new unit tests for the wers module. @@ -19,7 +21,7 @@ It is organized by version and release date followed by a list of Enhancements,

-## Version 1.0.0 (Latest) +## Version 1.0.0 **Released:** November 2, 2023
**Tag:** v1.0.0