From f40e665062d7acc5a8e608f350465a628c0d340e Mon Sep 17 00:00:00 2001 From: "Peter M. Stahl" Date: Fri, 3 Feb 2023 13:41:42 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa0ea5e..1e41f6f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## Lingua 1.3.3 (released on 03 Feb 2023) + +### Bug Fixes + +- For long input texts, a panic occurred while computing the confidence + values due to an accidental division by zero. This has been fixed. (#27) + ## Lingua 1.3.2 (released on 30 Jan 2023) ### Improvements @@ -10,7 +17,7 @@ ### Bug Fixes -- For long input texts, an error occurred whiled computing the confidence +- For long input texts, an error occurred while computing the confidence values due to numerical underflow when converting probabilities. This has been fixed.