From 5c82bd41199a9bc973aca6d90039d98480d09c42 Mon Sep 17 00:00:00 2001 From: Felix Fehse <155464791+FelixFehse@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:21:38 +0200 Subject: [PATCH] update changelog and pyproject (#904) --- CHANGELOG.md | 17 +++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01c7634d..f5d0f4be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## Unreleased +### Breaking Changes +... + +### New Features +... + +### Fixes +... + +### Deprecations +... + +## 4.0.1 + ### Breaking Changes - Remove the `Trace` class, as it was no longer used. - Renamed `example_trace` to `example_tracer` and changed return type to `Optional[Tracer]`. @@ -18,8 +32,7 @@ - ControlModels throw a warning instead of an error in case a not-recommended model is selected. - The `LimitedConcurrencyClient.max_concurrency` is now capped at 10, which is its default, as the underlying `aleph_alpha_client` does not support more currently. - ExpandChunk now works properly if the chunk of interest is not at the beginning of a very large document. As a consequence, `MultipleChunkRetrieverQa` now works better with larger documents and should return fewer `None` answers. -### Deprecations -... + ## 3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 3a05e02d7..5c3a8455a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "3.0.0" +version = "4.0.1" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"