Skip to content

Releases: rcpch/rcpchgrowth-python

v3.1.11

28 Jan 23:26
Compare
Choose a tag to compare

generate_centile function to add final value in reference to make lines go up to the end of reference

v3.1.10

05 Jan 21:53
Compare
Choose a tag to compare

Allow None values in centile line data

v3.1.9

05 Jan 20:01
Compare
Choose a tag to compare

Fix to 3.1.8 - inadvertent typo in measurement_from_sds leading to wrong answers

v3.1.8

26 Dec 13:28
Compare
Choose a tag to compare

BUG FIX
In the measurement_for_sds function
x = M (1 + L S z)^(1/L)
In some cases, (1 + L S z) is negative, making a power calculation not possible.
Added fix tests for these cases and returns None

v3.1.7

25 Dec 00:56
Compare
Choose a tag to compare

Bug fix:
Cannot round complex numbers - catch this error return None

v3.1.6

24 Dec 21:39
Compare
Choose a tag to compare

Bug Fix
in the basic measurement_for_sds and z_score functions, the python math library generate an error if the exponent in math.pow is expressed as scientific notation. This is removed if the ** operator is used.
Refactored in this update.

v3.1.5

24 Dec 19:47
Compare
Choose a tag to compare

Bug Fix: if producing custom SDS lines on charts, labels report SDS, not centiles

v3.1.4

24 Dec 18:45
Compare
Choose a tag to compare

Add is_sds flag to create_chart. This will allow creation of charts with custom SDS formats, as well as custom centile formats

v3.1.3

24 Dec 17:03
Compare
Choose a tag to compare

Constrain python version also in github action as breaking deploy

v3.1.2

24 Dec 16:58
Compare
Choose a tag to compare

Remove unwanted dependencies
Constrain python version < 3.9 as breaks pytest