Skip to content

Releases: rcpch/rcpchgrowth-python

v2.3.9

15 Aug 20:33
Compare
Choose a tag to compare

Update github action to include pytest

v2.3.8

15 Aug 20:25
Compare
Choose a tag to compare

Workflow deploy server

v2.3.7

15 Aug 19:13
Compare
Choose a tag to compare

New features:

  1. add event list to Measurement class
  2. add bone age class
  3. refactor hard-coded measurement methods to constants
  4. add new constants
  5. add comments and reorganise functions

Midparental Height

13 Aug 23:29
Compare
Choose a tag to compare

New feature added by @a-wei-0513

Centile Format Refactor

13 Aug 19:20
Compare
Choose a tag to compare

refactor to six-centile and nine-centile constants for naming in server

v2.3.3

09 Aug 19:51
Compare
Choose a tag to compare

Minimum length and weight revised down following publication in the BBC today of baby born at 25 weeks at 24 cm and 212g discharged at 13 mths from Singapore National University Hospital.

v2.3.2

09 Aug 19:38
acddec8
Compare
Choose a tag to compare

Remove the redundant born_preterm flag

v2.3.1

08 Aug 20:44
Compare
Choose a tag to compare

error handling to create_centile

Marshmallow removed

01 Aug 21:19
Compare
Choose a tag to compare

This is a minor version increment because Marshmallow has been removed as a dependency.
It was originally added when RCPCHGrowth was part of the server and was used more for API validation than the package.
However, it does leave vulnerabilities in that there is now no error handling when the wrong type is passed to a function.

This minor version also updates fictional child so as not to cause errors for measurements outside the thresholds of the data.

v2.2.9

24 Jul 11:09
Compare
Choose a tag to compare
  1. Fix for fictional_child_data. Change noise parameter to percentage of measurement generated (1% as default).
  2. SDS drift now represents the final SDS drift relative to starting specified SDS. Intermediate points have intermediate drift.