Skip to content

Commit 6cc25ef

Browse files
authored
[Cognitive Services] officially deprecate textanalytics (#35391)
* officially deprecate cs textanalytics * update status to inactive * update release date
1 parent 20cf5b0 commit 6cc25ef

File tree

6 files changed

+7
-29
lines changed

6 files changed

+7
-29
lines changed

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 0.2.2 (2024-04-30)
4+
5+
- This package is no longer being maintained. Please install the [azure-ai-textanalytics](https://pypi.org/project/azure-ai-textanalytics/) package for the latest features and support.
36

47
## 0.2.1 (2022-02-15)
58

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
# NOTE: There is a newer version of this package
2-
3-
Please install the [azure-ai-textanalytics](https://pypi.org/project/azure-ai-textanalytics/) package for the latest features and support.
4-
51
# Microsoft Azure SDK for Python
62

7-
This is the Microsoft Azure Cognitive Services Text Analytics Client Library.
8-
This package has been tested with Python 2.7, 3.6+.
9-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
10-
11-
12-
# Usage
13-
14-
15-
16-
17-
For code examples, see [Cognitive Services Text Analytics](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
18-
19-
20-
# Provide Feedback
21-
22-
If you encounter any bugs or have suggestions, please file an issue in the
23-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
24-
section of the project.
25-
26-
27-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-textanalytics%2FREADME.png)
3+
This package is no longer being maintained. Please install the [azure-ai-textanalytics](https://pypi.org/project/azure-ai-textanalytics/) package for the latest features and support.

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/azure/cognitiveservices/language/textanalytics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.2.1"
12+
VERSION = "0.2.2"

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package_doc_id = "cognitive-services"
66
is_stable = false
77
is_arm = false
88
need_msrestazure = false
9+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
keywords="azure, azure sdk",
6464
classifiers=[
65-
'Development Status :: 4 - Beta',
65+
'Development Status :: 7 - Inactive',
6666
'Programming Language :: Python',
6767
'Programming Language :: Python :: 2',
6868
'Programming Language :: Python :: 2.7',

sdk/cognitiveservices/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ extends:
3737
safeName: azurecognitiveserviceslanguageluis
3838
- name: azure-cognitiveservices-language-spellcheck
3939
safeName: azurecognitiveserviceslanguagespellcheck
40-
- name: azure-cognitiveservices-language-textanalytics
41-
safeName: azurecognitiveserviceslanguagetextanalytics
4240
- name: azure-cognitiveservices-personalizer
4341
safeName: azurecognitiveservicespersonalizer
4442
- name: azure-cognitiveservices-search-autosuggest

0 commit comments

Comments
 (0)