Skip to content

0.11.2

Compare
Choose a tag to compare
@rickecon rickecon released this 17 Feb 19:54
· 91 commits to master since this release
ff2eb25

This release:

  • Updates demographics.py with more functionality across the time path.
    -Allow the user to have the population distribution from the initial period forward inferred from given fertility, mortality, and immigration rates (functionality to infer immigration from a given evolution of the population is retained, the user specifies what they want to do via arguments to the relevant function calls).
  • Extends all series returned from the get_pop_objs() function over the full transition path of T+S periods (except those that apply only to a single period).
  • Addresses Issues #900 and #899