Skip to content

Commit 17d0e58

Browse files
committed
feat: Rebrand ACD SDK
BREAKING CHANGE: Packaging name change to acd_sdk
1 parent e5ca137 commit 17d0e58

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you are having problems using the SDK or have a question about the Annotator
44
refer here:
55
* [README](README.md)
66
* [Annotator for Clinical Data documentation](https://merative.github.io/acd-containers/)
7-
* [Annotator for Clinical Data product site](https://www.ibm.com/cloud/watson-annotator-for-clinical-data)
7+
* [Annotator for Clinical Data Support page](https://merative.github.io/acd-containers/support/support/)
88

99
# Issues
1010

@@ -62,8 +62,9 @@ Here are some examples of acceptable commit messages, along with the release typ
6262

6363
| Commit message | Release type |
6464
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
65-
| `fix(<optional scope>): <fix message details>` | Patch Release |
65+
| `fix(<optional scope>): <fix message details>` | ~~Patch~~ Fix Release |
6666
| `feat(<optional scope>): <feature message details>` | ~~Minor~~ Feature Release |
67+
| `feat(<optional scope>): <feature message details>`<br><br>`BREAKING CHANGE: <message details>` | ~~Major~~ Breaking Release <br/> (Note that the `BREAKING CHANGE: ` token must be in the footer of the commit) |
6768

6869
## Pull requests
6970

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install --upgrade acd-sdk
2626

2727
## Migrating from version 1.x.x
2828

29-
The 2.0 release of the Annotator for Clinical Data SDK introduces a Python package name change from `ibm_whcs_sdk` to 'acd_sdk`. For the migration from 1.x.x:
29+
The 2.0 release of the Annotator for Clinical Data SDK introduces a Python package name change from `ibm_whcs_sdk` to `acd_sdk`. For the migration from 1.x.x:
3030

3131
1. After running `pip install --upgrade acd-sdk`, confirm that you have version 2.0 installed by running `pip show acd-sdk`.
3232
2. In your application files that have a dependency on `acd-sdk`, update any import declarations from `ibm_whcs_sdk` to `acd_sdk`.
@@ -37,8 +37,8 @@ For general SDK usage information, please see [this link](https://github.com/IBM
3737
## Questions
3838

3939
For questions, refer to:
40-
* [Annotator for Clinical Data product site](https://www.ibm.com/cloud/watson-annotator-for-clinical-data)
4140
* [Annotator for Clinical Data documentation](https://merative.github.io/acd-containers/)
41+
* [Annotator for Clinical Data Support page](https://merative.github.io/acd-containers/support/support/)
4242

4343
## Issues
4444
If you encounter an issue with the project, you are welcome to submit a

0 commit comments

Comments
 (0)