Skip to content

Commit 8f4fbda

Browse files
chore: Move all Medcat V1 projects into a subfolder (#95)
1 parent 2cd335c commit 8f4fbda

File tree

282 files changed

+15
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+15
-13
lines changed

.github/workflows/medcat-v1-tutorials_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [ main ]
66
pull_request:
77
paths:
8-
- 'medcat-v1/**'
9-
- 'medcat-v1-tutorials/**'
8+
- 'v1/medcat/**'
9+
- 'v1/medcat-tutorials/**'
1010
- '.github/workflows/medcat-v1**'
1111
- '.github/workflows/medcat-v1-tutorials**'
1212
defaults:
1313
run:
14-
working-directory: ./medcat-v1-tutorials
14+
working-directory: ./v1/medcat-tutorials
1515

1616
jobs:
1717
main:

.github/workflows/medcat-v1_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches: [ main ]
66
pull_request:
77
paths:
8-
- 'medcat-v1/**'
8+
- 'v1/medcat/**'
99
- '.github/workflows/medcat-v1**'
1010
defaults:
1111
run:
12-
working-directory: ./medcat-v1
12+
working-directory: ./v1/medcat
1313
jobs:
1414
build:
1515

.github/workflows/medcat-v1_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
working-directory: ./medcat-v1
14+
working-directory: ./v1/medcat
1515
jobs:
1616
build-n-publish-to-pypi:
1717

@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
# TODO CU-869a25n7e Use Trusted Platform Publisher based PyPI release
7272
password: ${{ secrets.PYPI_API_TOKEN }}
73-
packages_dir: medcat-v1/dist
73+
packages_dir: v1/medcat/dist

anoncat-demo-app/README.md

Lines changed: 2 additions & 2 deletions

medcat-service/models/examples/examples.md

Lines changed: 1 addition & 1 deletion

medcat-trainer/notebook_docs/API_Examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"### Create CDBs and Vocabularies\n",
217217
"The MedCAT models used by MedCATTrainer are output by MedCAT instances of classesmedcat.cdb.CDB, medcat.utils.vocab.Vocabulary. Calling save_dict('\\<file location\\>') will write a file that can be loaded in another instance of MedCAT (via load_dict()), or within MedCATTrainer.\n",
218218
"\n",
219-
"Examples models are provided on the MedCAT Repository: https://github.com/CogStack/cogstack-nlp/tree/main/medcat-v1"
219+
"Examples models are provided on the MedCAT Repository: https://github.com/CogStack/cogstack-nlp/tree/main/v1/medcat"
220220
]
221221
},
222222
{

medcat-trainer/notebook_docs/Generate_CUI_Filters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"Relation file from SNOMED-CT Preprocessing tutorial: https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v1-tutorials/notebooks/specialised/Preprocessing_SNOMED_CT.ipynb, \n",
28+
"Relation file from SNOMED-CT Preprocessing tutorial: https://github.com/CogStack/cogstack-nlp/blob/main/v1/medcat-tutorials/notebooks/specialised/Preprocessing_SNOMED_CT.ipynb, \n",
2929
"\n",
3030
"In section \"SNOMED Relationships\"\n"
3131
]

medcat-v1/medcat/datasets/medcat_annotations.py.lock

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)