From 6368967c3c3407a18a1dc50c569414014687c973 Mon Sep 17 00:00:00 2001 From: Niklas Koehnecke Date: Thu, 11 Apr 2024 10:15:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681596fe8..e3a078850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,27 @@ ## Unreleased -- Documentation - - fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README. +### New Features +... +### Fixes +... + +## 0.8.2 + +### New Features + - feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases + - feature: Trace viewer and IL python package are now deployed to artifactory + +### Fixes + - Documentation + - fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README. + - fix: Confusion matrix in `issue_classification_user_journey` now have rounded numbers. ## 0.8.1 ### Fixes - fix: Linting for release version -### New Features -- feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases - ## 0.8.0 ### New Features