Releases: rcpch/rcpchgrowth-python
v3.1.2
Remove unwanted dependencies
Constrain python version < 3.9 as breaks pytest
v3.1.1
Dependency fix
v3.1.0
New feature - thrive lines: not yet ready for production
Also adding generate_sds_line function
v3.0.1
Patch to fix to prevent fictional child method from return empty objects if beyond reference data.
v3.0.0
Breaking change:
Chart return objects will all now return an array and follow the pattern:
{ "chart_data": [ "reference_name": { "male": { "height": [....], }, "female": {....} } ] }
v2.5.1
A refactor and creation of create_custom_centile function
v2.5.0
New features:
- create_chart now accepts a custom list of centiles as well as the standard cole-nine-centiles and three-percent-centiles
- the generate_centile function has been exposed as a public function
Fix - the advice strings relating to age calculation refer to 'child' rather than 'baby'
v2.4.3
@a-wei-0513 changed the centile_band function to accept different centile formats. So far only 2 are supported: the Cole 9 centile format where each centile is 2/3 of an SD, and the standard 3/5/10/25/50/75/90/95/97 format as used by CDC.
v2.4.2
Refactor centile collection names
v2.4.1
Bump version: 2.4.0 → 2.4.1