Releases: PSLmodels/OG-Core
Releases · PSLmodels/OG-Core
0.11.9
0.11.8
This release:
- Updates to
demographics.py
module to accept token for UN World Population Prospects database access or to download data from the Population-Data repository.
0.11.7
0.11.6
0.11.5
This release:
- Adds a list of file change event triggers to
build_and_test.yml
so that those tests only run when one of those files is changed. - Updates the codecov GH Action to version 4 and adds a secret token.
- Adds a list of file change event triggers to
deploy_docs.yml
anddocs_check.yml
, and limitsdocs_check.yml
to only run on pull requests.
0.11.4
This release:
- Adds a function to
utils.py
to shift lifetime profiles of parameters - Adds function to
utils.py
to compute percentage changes in non-stationary variables - Add more functionality to
parameters_plots.py
, allowing the user to plot parameters from multiple parameters objects together
0.11.2
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