v0.9.3
General
- Internal code improvements.
Bugfix
- Z-scores are now only computed for
age < 60 months
instead ofage <= 60 months
. - Z-scores for wfl were previously also computed when
age >= 60 months
and<= 1856 days
.
age < 60 months
instead of age <= 60 months
.age >= 60 months
and <= 1856 days
.