github Azure/azure-sdk-for-python azure-ai-textanalytics_5.1.0b6

latest releases: azure-mgmt-mongocluster_1.0.0b1, azure-template_0.1.0b3920641, azure-mgmt-avs_9.0.0b1...
pre-release3 years ago

5.1.0b6 (2021-03-09)

Breaking Changes

  • By default, we now target the service's v3.1-preview.4 endpoint through enum value TextAnalyticsApiVersion.V3_1_PREVIEW
  • Removed property related_entities on HealthcareEntity and added entity_relations onto the document response level for healthcare
  • Renamed properties aspect and opinions to target and assessments respectively in class MinedOpinion.
  • Renamed classes AspectSentiment and OpinionSentiment to TargetSentiment and AssessmentSentiment respectively.

New Features

  • Added RecognizeLinkedEntitiesAction as a supported action type for begin_analyze_batch_actions.
  • Added parameter categories_filter to the recognize_pii_entities client method.
  • Added enum PiiEntityCategoryType.
  • Add property normalized_text to HealthcareEntity. This property is a normalized version of the text property that already
    exists on the HealthcareEntity
  • Add property assertion onto HealthcareEntity. This contains assertions about the entity itself, i.e. if the entity represents a diagnosis,
    is this diagnosis conditional on a symptom?

Known Issues

  • begin_analyze_healthcare_entities is currently in gated preview and can not be used with AAD credentials. For more information, see the Text Analytics for Health documentation.
  • At time of this SDK release, the service is not respecting the value passed through model_version to begin_analyze_healthcare_entities, it only uses the latest model.

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

NewReleases is sending notifications on new releases.