File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " intelligence-layer"
7- version = " 0.7 .0"
7+ version = " 0.8 .0"
88description = " "
99authors = [" Aleph Alpha Engineering <engineering@aleph-alpha.com>" ]
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments