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"