diff --git a/docs/changelog_v2.1.md b/docs/changelog_v2.1.md new file mode 100644 index 0000000..a6f891e --- /dev/null +++ b/docs/changelog_v2.1.md @@ -0,0 +1,6 @@ +# Changelog 2.1 + +* Reduce the threshold for child undetermined causes of death (PR8) +* Remove the majority of child sepsis spurious symptoms (PR8) +* Amend the child homicide rule (PR8) + diff --git a/pkg/smartva.xml b/pkg/smartva.xml index 96064e0..f0e73c5 100644 --- a/pkg/smartva.xml +++ b/pkg/smartva.xml @@ -1,7 +1,7 @@ SmartVA SmartVA-Analyze - 2.0.0 + 2.1.0 default diff --git a/smartva/__init__.py b/smartva/__init__.py index de315da..d2e8908 100644 --- a/smartva/__init__.py +++ b/smartva/__init__.py @@ -1,2 +1,2 @@ prog_name = 'SmartVA-Analyze' -version = '2.0.0' +version = '2.1.0' diff --git a/smartva/data/child_tariff_data.py b/smartva/data/child_tariff_data.py index 871fe13..4126a96 100644 --- a/smartva/data/child_tariff_data.py +++ b/smartva/data/child_tariff_data.py @@ -10,7 +10,7 @@ CUTOFF_POS = 0.95 -UNIFORM_LIST_POS = 0.24 +UNIFORM_LIST_POS = 0.30 MIN_CAUSE_SCORE = defaultdict(lambda: 3.7) @@ -161,28 +161,9 @@ 's99992', # word_accid ], 20: [ # Sepsis - 's999924', # word_icu - 's2991', # quintile 1 of age - 's999923', # word_heart - 's999911', # word_cold 's999929', # word_lung - 's13991', # decedent was small or very small - 's999947', # word_swell 's999933', # word_pneumonia - 's2992', # quintile 2 of age - 's164', # Decedent did not suffer accident - 's14', # What was the weight of the deceased at birth? - 's188', # Has the deceased's (biological) mother ever been tested for HIV? 's99998', # word_breath - 's125', # During the illness that led to death, did [name] have difficult breathing? - 's117', # How many days before death did the frequent loose or liquid stools start? [days] - 's28', # How old was the baby/child when the fatal illness started? [days] - 's31', # How old was the deceased at the time of death? [days] - 's2994', # quintile 4 of age - 's2995', # quintile 5 of age - 's17', # Did the baby ever cry? - 's18', # Did the baby ever move? - 's19', # Did the baby ever breathe? ], 21: [ # Homicide 's153', diff --git a/smartva/data/constants.py b/smartva/data/constants.py index 39ed557..8130dfa 100644 --- a/smartva/data/constants.py +++ b/smartva/data/constants.py @@ -102,6 +102,7 @@ class Child(object): POISONING = 'c4_47_4' BITE = 'c4_47_5' BURN = 'c4_47_6' + VIOLENCE = 'c4_47_7' NO_INJURY = 'c4_47_11' OTHER_INJURY = 'c4_47_8a' INFLICTED_BY_OTHER = 'c4_48' diff --git a/smartva/res/about.html b/smartva/res/about.html index 743f636..1e5e5c8 100644 --- a/smartva/res/about.html +++ b/smartva/res/about.html @@ -46,7 +46,7 @@ Version

- Smart VA 2.0.0 + Smart VA 2.1.0

diff --git a/smartva/res/documentation.docx b/smartva/res/documentation.docx index df7d280..0c9b418 100644 Binary files a/smartva/res/documentation.docx and b/smartva/res/documentation.docx differ diff --git a/smartva/res/documentation.fld/image001.png b/smartva/res/documentation.fld/image001.png index b30c70a..3f48723 100644 Binary files a/smartva/res/documentation.fld/image001.png and b/smartva/res/documentation.fld/image001.png differ diff --git a/smartva/res/documentation.fld/props002.xml b/smartva/res/documentation.fld/props002.xml index 327be69..e5a66b4 100644 --- a/smartva/res/documentation.fld/props002.xml +++ b/smartva/res/documentation.fld/props002.xml @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/smartva/res/documentation.html b/smartva/res/documentation.html index f6ee4a6..cbf7b0d 100644 --- a/smartva/res/documentation.html +++ b/smartva/res/documentation.html @@ -23,10 +23,10 @@ Jonathan Joseph Riley Hazard 2 - 1 + 2 2018-10-29T22:20:00Z - 2018-11-26T19:17:00Z - 2018-11-26T19:17:00Z + 2020-11-16T13:54:00Z + 2020-11-16T13:54:00Z 10 1644 9371 @@ -85,7 +85,7 @@