Skip to content

Releases: lshtm-gigs/gigs

gigs 0.4.1

07 Feb 12:47
a9d9654
Compare
Choose a tag to compare

What's Changed

  • Changes to documentation to facilitate autotest::autotest_package() pass.
  • Minor changes to vignettes for new patched version.

Full Changelog: v0.4.0...v0.4.1

gigs 0.4.0

06 Feb 18:13
f6b04c1
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGES:
    • Changed name of classify_sga() to classify_sfga()
  • 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 or 37.142857, where 37.142857
      is equal to 37 weeks + 1 day, so 37 + 1/7 weeks.
    • Added checkmate-based verification of inputs, with customised warning()
      and stop() 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.
  • 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

gigs 0.3.1

22 Nov 15:53
d78a18a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

gigs 0.3.0

17 Nov 13:18
aa05a22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

gigs 0.2.3

01 Sep 17:08
e31a104
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.3

gigs 0.2.1

14 Aug 15:35
6655157
Compare
Choose a tag to compare
  • First GitHub release of gigs
  • See README.md for installation/usage instructions