Releases: rcpch/rcpchgrowth-python
v4.3.6
v4.3.5
Update
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.
v4.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
v4.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'
v4.3.2
Bug fixes
- absent
decimal_age
key in the female WHO 2007 BMI data has been replaced - 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.
v4.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
v4.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
v4.2.8
Update / Fix
Rephrase the age correction advice for CDC
v4.2.7
Update
Babies measured against CDC reference are not corrected for gestational age at 37 weeks and above, nor are they corrected for gestational age if born premature once they reach two years of age.
The update implements this rule and updates the advice strings for clinicians and lay members.
v4.2.6
Update
Fixes the lack of meaningful error if preterm calculations are requested in the CDC reference (where no reference data exists)