Skip to content

Releases: rcpch/rcpchgrowth-python

v3.1.2

24 Dec 16:58
Compare
Choose a tag to compare

Remove unwanted dependencies
Constrain python version < 3.9 as breaks pytest

v3.1.1

24 Dec 16:37
Compare
Choose a tag to compare

Dependency fix

v3.1.0

24 Dec 16:28
640dbbc
Compare
Choose a tag to compare

New feature - thrive lines: not yet ready for production

Also adding generate_sds_line function

v3.0.1

03 Oct 12:57
Compare
Choose a tag to compare

Patch to fix to prevent fictional child method from return empty objects if beyond reference data.

v3.0.0

16 Sep 16:07
Compare
Choose a tag to compare

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

01 Sep 19:29
Compare
Choose a tag to compare

A refactor and creation of create_custom_centile function

v2.5.0

01 Sep 16:43
Compare
Choose a tag to compare

New features:

  1. create_chart now accepts a custom list of centiles as well as the standard cole-nine-centiles and three-percent-centiles
  2. the generate_centile function has been exposed as a public function
    Fix
  3. the advice strings relating to age calculation refer to 'child' rather than 'baby'

v2.4.3

22 Aug 19:17
Compare
Choose a tag to compare

@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

22 Aug 12:19
Compare
Choose a tag to compare

Refactor centile collection names

v2.4.1

21 Aug 18:11
Compare
Choose a tag to compare
Bump version: 2.4.0 → 2.4.1