Skip to content

Commit

Permalink
Update changelog for 0.8.2 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA authored Apr 11, 2024
1 parent b818d29 commit b829383
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

## Unreleased

- Documentation
- fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README.
### New Features
...
### Fixes
...

## 0.8.2

### New Features
- feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases
- feature: Trace viewer and IL python package are now deployed to artifactory

### Fixes
- Documentation
- fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README.
- fix: Confusion matrix in `issue_classification_user_journey` now have rounded numbers.

## 0.8.1

### Fixes
- fix: Linting for release version

### New Features
- feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases

## 0.8.0

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

0 comments on commit b829383

Please sign in to comment.