Skip to content

Commit

Permalink
Merge pull request #310 from smart-on-fhir/mikix/bump-ctakes
Browse files Browse the repository at this point in the history
docker: depend on ctakes 1.1.1
  • Loading branch information
mikix authored May 9, 2024
2 parents 330e79b + 1a01c49 commit 3db0c9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- etl-gpu

ctakes-covid-base:
image: smartonfhir/ctakes-covid:1.1.0
image: smartonfhir/ctakes-covid:1.1.1
environment:
- ctakes_umlsuser=umls_api_key
- ctakes_umlspw=$UMLS_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion cumulus_etl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Cumulus public entry point"""

__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion cumulus_etl/etl/studies/covid_symptom/covid_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class BaseCovidSymptomNlpResultsTask(tasks.BaseNlpTask):
task_version = 4
# Task Version History:
# ** 4 (2024-01): Fixed bug preventing our cTAKES symptoms file from having any effect **
# cTAKES: smartonfhir/ctakes-covid:1.1.0
# cTAKES: smartonfhir/ctakes-covid:1.1.[01]
# cNLP: smartonfhir/cnlp-transformers:negation-0.6.1
# cNLP: smartonfhir/cnlp-transformers:termexists-0.6.1
# ctakesclient: 5.0
Expand Down

0 comments on commit 3db0c9c

Please sign in to comment.