You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## 5.2.0b5 (Unreleased)
4
4
5
+
The version of this client library defaults to the API version `2022-05-01`.
6
+
5
7
### Features Added
6
8
7
9
- Added `begin_recognize_custom_entities` client method to recognize custom named entities in documents.
@@ -23,8 +25,6 @@
23
25
- Renamed `SingleCategoryClassifyAction` to `SingleLabelClassifyAction`
24
26
- Renamed `MultiCategoryClassifyAction` to `MultiLabelClassifyAction`.
25
27
26
-
### Bugs Fixed
27
-
28
28
### Other Changes
29
29
30
30
- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
Copy file name to clipboardExpand all lines: sdk/textanalytics/azure-ai-textanalytics/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,14 +77,14 @@ Install the Azure Text Analytics client library for Python with [pip][pip]:
77
77
pip install azure-ai-textanalytics --pre
78
78
```
79
79
80
-
> Note that `5.2.0b4`is the first version of the client library that targets the Azure Cognitive Service for Language APIs which includes the existing text analysis and natural language processing features found in the Text Analytics client library.
81
-
In addition, the service API has changed from semantic to date-based versioning. This version of the client library defaults to the latest supported API version, which currently is `2022-04-01-preview`.
80
+
> Note that `5.2.0b4`was the first version of the client library that targeted the Azure Cognitive Service for Language APIs which include the existing text analysis and natural language processing features found in the Text Analytics client library.
81
+
In addition, the service API has changed from semantic to date-based versioning. This version of the client library defaults to the latest supported API version, which currently is `2022-05-01`.
82
82
83
83
This table shows the relationship between SDK versions and supported API versions of the service
84
84
85
85
| SDK version | Supported API version of service |
0 commit comments