From 1faea1c2ff14f9e8acf12a5b9c9b711771a52576 Mon Sep 17 00:00:00 2001 From: Ivo Schaper Date: Mon, 8 Apr 2024 17:19:52 +0200 Subject: [PATCH] Adjust CHANGELOG.md --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811b138da..a27829730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog ## 0.8.1 + ### Fixes - fix: Linting for release version -## 0.8.0 +### New Features +- feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases +## 0.8.0 ### New Features - feature: Expose start and end index in DocumentChunk @@ -13,9 +16,9 @@ - feature: Error information is printed to the console on failed runs and evaluations. - feature: The stack trace of a failed run/evaluation is included in the `FailedExampleRun`/`FailedExampleEvaluation` object - feature: The `Runner.run_dataset(..)` and `Evaluator.evaluate_run(..)` have an optional flag `abort_on_error` to stop running/evaluating when an error occurs. -- feature: Added `Runner.failed_runs(..)` and `Evaluator.failed_evaluations(..)` to retrieve all failed run / evaluation lineages -- feature: Added `.successful_example_outputs(..)` and `.failed_example_outputs(..)` to `RunRepository` to match the evaluation repository -- feature: Added optional argument to set an id when creating a `Dataset` via `DatasetRepository.create_dataset(..)` +- feature: Add `Runner.failed_runs(..)` and `Evaluator.failed_evaluations(..)` to retrieve all failed run / evaluation lineages +- feature: Add `.successful_example_outputs(..)` and `.failed_example_outputs(..)` to `RunRepository` to match the evaluation repository +- feature: Add optional argument to set an id when creating a `Dataset` via `DatasetRepository.create_dataset(..)` - feature: Traces now log exceptions using the `ErrorValue` type.