Skip to content

Releases: Azure/azure-sdk-for-python

azure-template_0.1.0b4522268

30 Jan 21:17
Compare
Choose a tag to compare
Pre-release

0.1.0b4522268 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4520287

30 Jan 02:39
0b50606
Compare
Choose a tag to compare
Pre-release

0.1.0b4520287 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4520166

30 Jan 02:02
Compare
Choose a tag to compare
Pre-release

0.1.0b4520166 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-ai-evaluation_1.2.0

30 Jan 15:28
f6d03dd
Compare
Choose a tag to compare

1.2.0 (2025-01-27)

Features Added

  • CSV files are now supported as data file inputs with evaluate() API. The CSV file should have a header row with column names that match the data and target fields in the evaluate() method and the filename should be passed as the data parameter. Column name 'Conversation' in CSV file is not fully supported yet.

Breaking Changes

  • ViolenceMultimodalEvaluator, SexualMultimodalEvaluator, SelfHarmMultimodalEvaluator, HateUnfairnessMultimodalEvaluator and ProtectedMaterialMultimodalEvaluator will be removed in next release.

Bugs Fixed

  • Removed [remote] extra. This is no longer needed when tracking results in Azure AI Studio.
  • Fixed AttributeError: 'NoneType' object has no attribute 'get' while running simulator with 1000+ results
  • Fixed the non adversarial simulator to run in task-free mode
  • Content safety evaluators (violence, self harm, sexual, hate/unfairness) return the maximum result as the
    main score when aggregating per-turn evaluations from a conversation into an overall
    evaluation score. Other conversation-capable evaluators still default to a mean for aggregation.
  • Fixed bug in non adversarial simulator sample where tasks undefined

Other Changes

  • Changed minimum required python version to use this package from 3.8 to 3.9
  • Stop dependency on the local promptflow service. No promptflow service will automatically start when running evaluation.
  • Evaluators internally allow for custom aggregation. However, this causes serialization failures if evaluated while the
    environment variable AI_EVALS_BATCH_USE_ASYNC is set to false.

azure-template_0.1.0b4519173

29 Jan 20:53
Compare
Choose a tag to compare
Pre-release

0.1.0b4519173 (2025-01-29)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-ai-inference_1.0.0b8

29 Jan 21:10
4157599
Compare
Choose a tag to compare
Pre-release

1.0.0b8 (2025-01-29)

Features Added

  • Added support for Chat Completions with audio input. See new sample sample_chat_completions_with_audio_data.py.

Bugs Fixed

  • Fix a bug that caused filtering of a package with token usage from Azure OpenAI models in the streaming mode.

azure-cosmos_4.9.1b2

26 Jan 08:56
db08404
Compare
Choose a tag to compare
azure-cosmos_4.9.1b2 Pre-release
Pre-release

4.9.1b2 (2025-01-24)

Features Added

  • Added new cross-regional retry logic for ServiceRequestError and ServiceResponseError exceptions. See PR 39396

Bugs Fixed

  • Fixed KeyError being returned by location cache when most preferred location is not present in cached regions. See PR 39396.
  • Fixed cross-region retries on CosmosClient initialization. See PR 39396

Other Changes

  • This release requires aiohttp version 3.10.11 and above. See PR 39396

azure-mgmt-kusto_3.4.0

24 Jan 06:52
0239dc2
Compare
Choose a tag to compare

3.4.0 (2024-01-24)

Features Added

  • Model Cluster added property callout_policies
  • Model Cluster added property zone_status
  • Enum ClusterPrincipalRole added member ALL_DATABASES_MONITOR
  • Model ClusterUpdate added property callout_policies
  • Model ClusterUpdate added property zone_status
  • Enum LanguageExtensionImageName added member PYTHON3_11_7
  • Enum LanguageExtensionImageName added member PYTHON3_11_7_DL
  • Model SandboxCustomImage added property base_image_name
  • Model Script added property script_level
  • Model Script added property principal_permissions_action
  • Added model CalloutPoliciesList
  • Added model CalloutPolicy
  • Added model CalloutPolicyToRemove
  • Added enum CalloutType
  • Added model FollowerDatabaseDefinitionGet
  • Added model FollowerDatabaseListResultGet
  • Added enum OutboundAccess
  • Added enum PrincipalPermissionsAction
  • Added enum ScriptLevel
  • Added enum ZoneStatus
  • Model ClustersOperations added method begin_add_callout_policies
  • Model ClustersOperations added method begin_remove_callout_policy
  • Model ClustersOperations added method list_callout_policies
  • Model ClustersOperations added method list_follower_databases_get

azure-mgmt-web_8.0.0

23 Jan 10:18
c3447b5
Compare
Choose a tag to compare

8.0.0 (2025-01-23)

Breaking Changes

  • Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.

azure-template_0.1.0b4500602

23 Jan 01:58
Compare
Choose a tag to compare
Pre-release

0.1.0b4500602 (2025-01-23)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change