Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the version of the azure-ai-evaluation SDK from 1.15.1 to 1.15.2, documenting a bug fix release for a batch evaluation per-row use case issue.
Changes:
- Version number updated from 1.15.1 to 1.15.2
- CHANGELOG updated to document the 1.15.2 release with bug fix entry
- Previous 1.15.1 unreleased section converted to released version with date 2026-02-19
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py | Updated VERSION constant from "1.15.1" to "1.15.2" |
| sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | Added new 1.15.2 release section with bug fix, updated 1.15.1 from Unreleased to released |
| @@ -1,6 +1,12 @@ | |||
| # Release History | |||
|
|
|||
There was a problem hiding this comment.
After a release is published, a new "Unreleased" section should be added at the top of the CHANGELOG with all four standard subsections (Features Added, Breaking Changes, Bugs Fixed, Other Changes). This follows the established pattern seen in other SDK CHANGELOGs like azure-core.
| ## Unreleased | |
| ### Features Added | |
| ### Breaking Changes | |
| ### Bugs Fixed | |
| ### Other Changes |
|
|
||
| ### Bugs Fixed | ||
|
|
||
| - Batch Eval fix per row use case. |
There was a problem hiding this comment.
The bug fix description "Batch Eval fix per row use case" is too vague. CHANGELOG entries should clearly describe what was fixed and how it impacts users. Consider providing more specific details about what aspect of the per-row batch evaluation was broken and what is now fixed.
| - Batch Eval fix per row use case. | |
| - Fixed batch evaluation in per-row mode where some input rows were not evaluated or their results were misaligned, ensuring one evaluation result is returned for each input row. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
No description provided.