Skip to content

Releases: rcpch/rcpchgrowth-python

v4.3.6

31 Jan 21:32
f93d08b
Compare
Choose a tag to compare

Updates

Fix for WHO reference where LMS values missing for age 5.0 - this fills the gap in the centile lines between ages 5.0 and 5.08 y
Also fixes the WHO lookups to correctly include default_youngest_reference and return the correct WHO reference.

v4.3.5

17 Jan 21:43
9a21193
Compare
Choose a tag to compare

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

11 Jan 19:51
b5e9249
Compare
Choose a tag to compare

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

31 Dec 18:54
1f0a22d
Compare
Choose a tag to compare

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

28 Dec 23:47
e39ceab
Compare
Choose a tag to compare

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.

v4.3.1

28 Dec 20:55
e731f81
Compare
Choose a tag to compare

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

28 Dec 17:40
3ec22a4
Compare
Choose a tag to compare

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

14 Nov 19:49
ddefc14
Compare
Choose a tag to compare

Update / Fix

Rephrase the age correction advice for CDC

v4.2.7

14 Nov 18:08
3cb7f41
Compare
Choose a tag to compare

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

14 Nov 15:16
94fb49d
Compare
Choose a tag to compare

Update

Fixes the lack of meaningful error if preterm calculations are requested in the CDC reference (where no reference data exists)