Skip to content

Commit 132066a

Browse files
refactor(cc,pi,tests): no significant changes
1 parent d33caba commit 132066a

11 files changed

+877
-861
lines changed

ibm_watson/compare_comply_v1.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
# (C) Copyright IBM Corp. 2019, 2020.
3+
# (C) Copyright IBM Corp. 2019, 2021.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -14,10 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-a45d89ef-20201209-192237
17+
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-902c9336-20210507-162723
1818
"""
19-
IBM Watson™ Compare and Comply analyzes governing documents to provide details about
20-
critical aspects of the documents.
19+
IBM Watson™ Compare and Comply is discontinued. Existing instances are supported
20+
until 30 November 2021, but as of 1 December 2020, you can't create instances. Any
21+
instance that exists on 30 November 2021 will be deleted. Consider migrating to Watson
22+
Discovery Premium on IBM Cloud for your Compare and Comply use cases. To start the
23+
migration process, visit
24+
[https://ibm.biz/contact-wdc-premium](https://ibm.biz/contact-wdc-premium).
25+
{: deprecated}
26+
Compare and Comply analyzes governing documents to provide details about critical aspects
27+
of the documents.
2128
"""
2229

2330
from datetime import datetime

ibm_watson/personality_insights_v3.py

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
# (C) Copyright IBM Corp. 2016, 2020.
3+
# (C) Copyright IBM Corp. 2016, 2021.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -14,17 +14,19 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-a45d89ef-20201209-192237
17+
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-902c9336-20210507-162723
1818
"""
19-
IBM® will begin sunsetting IBM Watson™ Personality Insights on 1 December 2020.
20-
For a period of one year from this date, you will still be able to use Watson Personality
21-
Insights. However, as of 1 December 2021, the offering will no longer be
22-
available.<br/><br/>As an alternative, we encourage you to consider migrating to IBM
23-
Watson&trade; Natural Language Understanding, a service on IBM Cloud&reg; that uses deep
24-
learning to extract data and insights from text such as keywords, categories, sentiment,
25-
emotion, and syntax to provide insights for your business or industry. For more
26-
information, see [About Natural Language
27-
Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-about).
19+
IBM Watson&trade; Personality Insights is discontinued. Existing instances are supported
20+
until 1 December 2021, but as of 1 December 2020, you cannot create new instances. Any
21+
instance that exists on 1 December 2021 will be deleted.<br/><br/>No direct replacement
22+
exists for Personality Insights. However, you can consider using [IBM Watson&trade;
23+
Natural Language
24+
Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-about)
25+
on IBM Cloud&reg; as part of a replacement analytic workflow for your Personality Insights
26+
use cases. You can use Natural Language Understanding to extract data and insights from
27+
text, such as keywords, categories, sentiment, emotion, and syntax. For more information
28+
about the personality models in Personality Insights, see [The science behind the
29+
service](https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-science).
2830
{: deprecated}
2931
The IBM Watson Personality Insights service enables applications to derive insights from
3032
social media, enterprise data, or other digital communications. The service uses

test/unit/test_assistant_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# (C) Copyright IBM Corp. 2021.
2+
# (C) Copyright IBM Corp. 2018, 2021.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

test/unit/test_compare_comply_v1.py

Lines changed: 114 additions & 113 deletions
Large diffs are not rendered by default.

test/unit/test_discovery_v1.py

Lines changed: 406 additions & 404 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)