Skip to content

Commit

Permalink
docs: Updates release number to 0.9.0
Browse files Browse the repository at this point in the history
TASK: IL-423
  • Loading branch information
FlorianSchepersAA committed Apr 15, 2024
1 parent 4889aae commit c892aef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 = "0.8.2"
version = "0.9.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c892aef

Please sign in to comment.