Skip to content

Commit cb9159e

Browse files
Copilotsingankit
andcommitted
Update CHANGELOG.md for MeteorScoreEvaluator bug fix
Co-authored-by: singankit <[email protected]>
1 parent 3f50031 commit cb9159e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 1.9.0 (Unreleased)
4+
5+
### Bugs Fixed
6+
- Fixed MeteorScoreEvaluator and other threshold-based evaluators returning incorrect binary results due to integer conversion of decimal scores. Previously, decimal scores like 0.9375 were incorrectly converted to integers (0) before threshold comparison, causing them to fail even when above the threshold. [#41415](https://github.com/Azure/azure-sdk-for-python/issues/41415)
7+
38
## 1.8.0 (2025-05-29)
49

510
### Features Added

0 commit comments

Comments
 (0)