Skip to content

Commit 257edae

Browse files
doc(changelog): Update changelog TASK: IL-411
1 parent 49263da commit 257edae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 0.8.0
44

5-
### Breaking Changes
65

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

17+
1718
- Documentation:
19+
- feature: Add info on how to run tests in VSCode
1820
- feature: Add `issue_classification_user_journey` notebook.
21+
- feature: Add documentation of newly added data retrieval methods `how_to_retrieve_data_for_analysis`
22+
- feature: Add documentation of release workflow
23+
1924

2025
### Fixes
26+
- fix: Fix version number in pyproject.toml in IL
27+
- fix: Fix instructions for installing IL via pip.
2128

2229
## 0.7.0
2330

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "intelligence-layer"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = ""
99
authors = ["Aleph Alpha Engineering <engineering@aleph-alpha.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)