Skip to content

Comments

EvalSDK-1-15-2#45309

Open
w-javed wants to merge 1 commit intomainfrom
EvalSDK-1-15-2
Open

EvalSDK-1-15-2#45309
w-javed wants to merge 1 commit intomainfrom
EvalSDK-1-15-2

Conversation

@w-javed
Copy link
Contributor

@w-javed w-javed commented Feb 23, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 23, 2026 17:29
@w-javed w-javed requested a review from a team as a code owner February 23, 2026 17:29
@github-actions github-actions bot added the Evaluation Issues related to the client library for Azure AI Evaluation label Feb 23, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
## Unreleased
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes

Copilot uses AI. Check for mistakes.

### Bugs Fixed

- Batch Eval fix per row use case.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- 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.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

azure-ai-evaluation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Evaluation Issues related to the client library for Azure AI Evaluation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants