Releases: rcpch/rcpchgrowth-python
v2.3.10
Add bone age to Measurement class
v2.3.9
Update github action to include pytest
v2.3.8
Workflow deploy server
v2.3.7
New features:
- add event list to Measurement class
- add bone age class
- refactor hard-coded measurement methods to constants
- add new constants
- add comments and reorganise functions
Midparental Height
New feature added by @a-wei-0513
Centile Format Refactor
refactor to six-centile and nine-centile constants for naming in server
v2.3.3
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
Remove the redundant born_preterm flag
v2.3.1
error handling to create_centile
Marshmallow removed
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.