All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.5 - 2025-11-17 23:40:00
- Updates average household income
mean_income_datato ETB 157,845 and the corresponding documentation inmatching_lwi.md - Updates initial debt-to-GDP and the corresponding documentation in
macro.md
0.0.4 - 2025-11-17 18:30:00
- Updates the TPI resource constraint
RC_TPI=0.01
0.0.3 - 2025-11-17 13:00:00
- Updates default parameters
0.0.2 - 2025-11-16 13:00:00
- Fixes black formatting in
income.pyandinput_output.py - Fixes a typo in
constants.py - Fixes an error in the
deploy_docs.ymlanddocs_check.ymlfiles - Adds Jason as a core maintainer in
intro.md. This also allows us to see if the documentation GH Actions work. - Removed
test_income.pyandtest_input_output.pytests
0.0.1 - 2025-11-16 12:30:00
- Adds 3 logo files to the
./docs/directory:OG-ETH_logo_gitfig.png,OG-ETH_logo_long.png, andOG-ETH_logo.png. - Updates a
.gitignorefile. - Fixes references in
./docs/book/content/OGETH_references.md,./docs/create_doc_figures.py,PSL_catalog.json,and./docs/README.md - Fixes badges in
README.mdandintro.md - Pins the
environment.ymlpackagejupyter-book<2.0.0so that the book can build withjb build ...command. - Updates the functions in
input_output.rstandutils.rst - Updates the Jupyter metadata in
earnings.mdandexogenous_parameters.md. This is what was stopping the Jupyter Book from compiling (once we pinnedjupyter-book<2.0.0). - Adds GH Action files
build_and_tes.yml,check_format.yml,deploy_docs.yml,docs_check.yml,publish_to_pypi.yml,ISSUE_TEMPLATE.md, andPULL_REQUEST_TEMPLATE.md. These files required me to add OG-ETH to Codecov.io, add a repository secret for Codecov, create the gh-pages branch with the files for the Jupyter Book and publish it as a GitHub pages site, create and upload the first version of theogethpackage to PyPI.org, and add a repository secret for PYPI.
- This version is a pre-release alpha. The example run script OG-ETH/examples/run_og_eth.py runs, but the model is not currently calibrated to represent the Ethiopian economy and population.