Skip to content

Commit

Permalink
doc(changelog): Update changelog TASK: IL-411
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinKallenbornTNG committed Apr 8, 2024
1 parent 49263da commit 257edae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 0.8.0

### Breaking Changes

### New Features
- feature: Expose start and end index in DocumentChunk
- feature: Add sorted_scores property to `SingleLabelClassifyOutput`.
- feature: Error information is printed to the console on failed runs and evaluations.
- feature: The stack trace of a failed run/evaluation is included in the `FailedExampleRun`/`FailedExampleEvaluation` object
Expand All @@ -14,10 +14,17 @@
- feature: Added optional argument to set an id when creating a `Dataset` via `DatasetRepository.create_dataset(..)`
- feature: Traces now log exceptions using the `ErrorValue` type.


- Documentation:
- feature: Add info on how to run tests in VSCode
- feature: Add `issue_classification_user_journey` notebook.
- feature: Add documentation of newly added data retrieval methods `how_to_retrieve_data_for_analysis`
- feature: Add documentation of release workflow


### Fixes
- fix: Fix version number in pyproject.toml in IL
- fix: Fix instructions for installing IL via pip.

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

0 comments on commit 257edae

Please sign in to comment.