Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-template_0.1.0b4522268
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
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
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
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 thedata
andtarget
fields in theevaluate()
method and the filename should be passed as thedata
parameter. Column name 'Conversation' in CSV file is not fully supported yet.
Breaking Changes
ViolenceMultimodalEvaluator
,SexualMultimodalEvaluator
,SelfHarmMultimodalEvaluator
,HateUnfairnessMultimodalEvaluator
andProtectedMaterialMultimodalEvaluator
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 variableAI_EVALS_BATCH_USE_ASYNC
is set to false.
azure-template_0.1.0b4519173
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
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
4.9.1b2 (2025-01-24)
Features Added
- Added new cross-regional retry logic for
ServiceRequestError
andServiceResponseError
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
3.4.0 (2024-01-24)
Features Added
- Model
Cluster
added propertycallout_policies
- Model
Cluster
added propertyzone_status
- Enum
ClusterPrincipalRole
added memberALL_DATABASES_MONITOR
- Model
ClusterUpdate
added propertycallout_policies
- Model
ClusterUpdate
added propertyzone_status
- Enum
LanguageExtensionImageName
added memberPYTHON3_11_7
- Enum
LanguageExtensionImageName
added memberPYTHON3_11_7_DL
- Model
SandboxCustomImage
added propertybase_image_name
- Model
Script
added propertyscript_level
- Model
Script
added propertyprincipal_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 methodbegin_add_callout_policies
- Model
ClustersOperations
added methodbegin_remove_callout_policy
- Model
ClustersOperations
added methodlist_callout_policies
- Model
ClustersOperations
added methodlist_follower_databases_get
azure-mgmt-web_8.0.0
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
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