github Azure/azure-sdk-for-python azure-ai-evaluation_1.9.0

latest releases: azure-mgmt-computerecommender_1.0.0b1, azure-ai-language-conversations-authoring_1.0.0b1, azure-synapse-artifacts_0.21.0...
2 months ago

1.9.0 (2025-07-02)

Features Added

  • Added support for Azure Open AI evaluation via AzureOpenAIScoreModelGrader class, which serves as a wrapper around Azure Open AI score model configurations. This new grader object can be supplied to the main evaluate method as if it were a normal callable evaluator.
  • Added new experimental risk categories ProtectedMaterial and CodeVulnerability for redteam agent scan.

Bugs Fixed

  • Significant improvements to IntentResolution evaluator. New version has less variance, is nearly 2x faster and consumes fewer tokens.
  • 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
  • Added a new enum ADVERSARIAL_QA_DOCUMENTS which moves all the "file_content" type prompts away from ADVERSARIAL_QA to the new enum

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.