Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream updates by jbaldivieso #11

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    3e3f9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e474cb View commit details
    Browse the repository at this point in the history
  3. Fix an apparent logical bug precluding hcfa calculations btw 2-5 years

    At least, when set to use CDC data.
    jbaldivieso committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    4721825 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Use WHO's BMI and Height for Age data for children over 5 years of age

    That is, if a preference for CDC data isn't indicated (which also
    covers that range).
    jbaldivieso committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    e4c265c View commit details
    Browse the repository at this point in the history
  2. Tweak conditionals at the margin of 5 years of age

    That is, an age of 60.1 months should resolve to a table for 0-5 year
    olds, not a 5-x table.
    jbaldivieso committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    53378f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Add/use WFA data (weight-for-age) from WHO for children 5-10 yo

    Source: http://www.who.int/growthref/who2007_weight_for_age/en/
    
    (In the process, simplify (for readability) the logic for resolving the
    WFA tables.)
    jbaldivieso committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    3861822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98ad7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b8874a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Add MUAC-for-age (arm circumference) as an option

    Sample usage:
        calc = pygrowup.Calculator()
        calc.acfa(measurement=12.5,
                  age_in_months=47,
                  sex="F",
                  )
    Alternatively, there's an alias:
        calc.muacfa(measurement=12.5,
                    age_in_months=47,
                    sex="F",
                    )
    
    Source: http://www.who.int/childgrowth/standards/ac_for_age/en/
    jbaldivieso committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    8f93923 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    2dc3afc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    8ee9a5d View commit details
    Browse the repository at this point in the history