gigs 0.4.0
What's Changed
- BREAKING CHANGES:
- Changed name of
classify_sga()
toclassify_sfga()
- Changed name of
- NEW FEATURES:
- Added INTERGROWTH-21st Fetal standards, including the Fetal Growth
standards, Fetal Doppler standards, Brain Development, and more! - The INTERGROWTH-21st Postnatal Growth (
ig_png
)
conversion functions now accept post-menstrual age in weeks (pma_weeks
) as
either whole weeks or decimals, e.g.37
or37.142857
, where37.142857
is equal to37
weeks +1
day, so37 + 1/7
weeks. - Added
checkmate
-based verification of inputs, with customisedwarning()
andstop()
mechanisms to exported functions. See documentation for allowed
data types/lengths in each function argument. - gigs package options via
.gigs_options
, which lets you customise warning
and error behaviour as you see fit.
- Added INTERGROWTH-21st Fetal standards, including the Fetal Growth
- INTERNAL/DOCS CHANGES:
- Added statistical review roclets tags.
- Better documentation, for compliance with SRR tags.
- Internal, non-breaking changes to test suite and documentation.
Full Changelog: v0.3.1...v0.4.0