From 257edae2a246ee5ef22c4dea08084a98c924d703 Mon Sep 17 00:00:00 2001 From: Merlin Kallenborn Date: Thu, 4 Apr 2024 10:45:59 +0200 Subject: [PATCH] doc(changelog): Update changelog TASK: IL-411 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa817e6e..efac3cae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## 0.8.0 -### Breaking Changes ### New Features +- feature: Expose start and end index in DocumentChunk - feature: Add sorted_scores property to `SingleLabelClassifyOutput`. - 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 @@ -14,10 +14,17 @@ - feature: Added optional argument to set an id when creating a `Dataset` via `DatasetRepository.create_dataset(..)` - feature: Traces now log exceptions using the `ErrorValue` type. + - Documentation: + - feature: Add info on how to run tests in VSCode - feature: Add `issue_classification_user_journey` notebook. + - feature: Add documentation of newly added data retrieval methods `how_to_retrieve_data_for_analysis` + - feature: Add documentation of release workflow + ### Fixes +- fix: Fix version number in pyproject.toml in IL +- fix: Fix instructions for installing IL via pip. ## 0.7.0 diff --git a/pyproject.toml b/pyproject.toml index ec8d8c49b..bf3edf1d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "0.7.0" +version = "0.8.0" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"