In CDC, the WHO standard should be used to calculate values for the under 2s, except head circumference. It was using the CDC for all ages leading to errors for users.
4.3.4
Update
This patch replaces the rounding of centile values to the nearest 2/3 SDS if cole centiles have been requested
A test has been added to check the length of the chart_coordinates response object
4.3.3
Reimplementation of the `create_chart`
Includes all references Introduces specific decimal ages from which to generate charts Introduces new centile collection [1, 3, 5, 10, 15, 50, 85, 90, 95, 97, 99], named 'extended-who-centiles'
4.3.2
Bug fixes
1. absent `decimal_age` key in the female WHO 2007 BMI data has been replaced 2. the filtering introduced in the last release to remove >4y data from lms arrays inadvertently removed all >4y data in chart function for UK-WHO in the UK90 reference.
4.3.1
bug fixes
update midparental height calculation to allow WHO where reference data runs out at 19y
fixes the `create_chart` function broken after introduction of WHO to filter out WHO data over 4y in the UK-WHO charts
4.3.0
Implements WHO growth reference 2007 (age 5-19y) treats 37-42 w as term Corrects for gestation otherwise up until 2 y but not beyond, as for CDC No tests added, on the basis that 0-5y tests all passing. Bumps minor version