Skip to content

Commit

Permalink
chore: bump version to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhammeralephalpha committed Jul 1, 2024
1 parent 7aea3ae commit 64af939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
### Features
...

### Fixes
...

### Deprecations
...

## 5.0.1

### Fixes
- Serialization and deserialization of `ExportedSpan` and its `attributes` now works as expected.
- `PromptTemplate.to_rich_prompt` now always returns an empty list for prompt ranges that are empty.
- `SingleChunkQa` no longer crashes if given an empty input and a specific prompt template. This did not affect users who used models provided in `core`.
- Added default values for `labels` and `metadata` for `EvaluationOverview` and `RunOverview`
- In the `MultipleChunkRetrieverQa`, text-highlight start and end points are now restricted to within the text length of the respective chunk.

### Deprecations
...

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

0 comments on commit 64af939

Please sign in to comment.