Skip to content

Commit

Permalink
update changelog and pyproject (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFehse authored Jun 11, 2024
1 parent 631cb2e commit 5c82bd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5c82bd4

Please sign in to comment.