From c892aef04a42651e156c8a3a8ca95de73d07972a Mon Sep 17 00:00:00 2001 From: Florian Schepers Date: Mon, 15 Apr 2024 13:40:01 +0200 Subject: [PATCH] docs: Updates release number to 0.9.0 TASK: IL-423 --- CHANGELOG.md | 14 +++++++++++--- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae7c654d..bfd7f096c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,22 @@ ## Unreleased ### Breaking Changes - - The implementation of the HuggingFace repository creation and deletion got moved to `HuggingFaceRepository` +... + ### New Features - - feature: HuggingFaceDataset- & AggregationRepositories now have an explicit `create_repository` function. - - feature: Add `MultipleChunkRetrieverBasedQa`, a task that performs better on faster on retriever-QA, especially with longer context models +... ### Fixes ... +## 0.9.0 + +### Breaking Changes + - The implementation of the HuggingFace repository creation and deletion got moved to `HuggingFaceRepository` + +### New Features + - feature: HuggingFaceDataset- & AggregationRepositories now have an explicit `create_repository` function. + - feature: Add `MultipleChunkRetrieverBasedQa`, a task that performs better on faster on retriever-QA, especially with longer context models ## 0.8.2 diff --git a/pyproject.toml b/pyproject.toml index b3aebacf2..0e8258b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "0.8.2" +version = "0.9.0" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"