From e5b3a8fb7e0412555d154bb3f1fbde4d158b500f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20K=C3=B6hnecke?= <155443293+NiklasKoehneckeAA@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:25:46 +0200 Subject: [PATCH] Release 1.11.0 (#804) --- CHANGELOG.md | 19 +++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27abfded0..6fe73e127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Changelog ## Unreleased +... ### Breaking Changes -- feature: `HuggingFaceDatasetRepository` now has a parameter `caching`, which caches a examples of a dataset once loaded. This is `True` by default. This drastically reduces network traffic. For non-breaking changes, set it to `False`. +... + +### New Features +... + +### Fixes +... + +### Deprecations +... + +## 0.11.0 + +### Breaking Changes +- feature: `HuggingFaceDatasetRepository` now has a parameter `caching`, which caches a examples of a dataset once loaded. This is `True` by default. This drastically reduces network traffic. For a non-breaking change, set it to `False`. - breaking_change: `MultipleChunkRetrieverQa` does not take `insert_chunk_size`-parameter but instead takes `ExpandChunks`-task -- breaking_change: the `issue_cassification_user_journey` notebook is moved to its own repository +- breaking_change: the `issue_cassification_user_journey` notebook moved to its own repository ### New Features - feature: `Llama2InstructModel` to support llama-2 models in Aleph Alpha API diff --git a/pyproject.toml b/pyproject.toml index afc397aa9..c15a56ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "0.10.0" +version = "0.11.0" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"