Skip to content

Commit df7b128

Browse files
authored
Merge pull request #1067 from jdebacker/eth
Merging
2 parents b333e10 + 3bd17e9 commit df7b128

6 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.14.11] - 2025-11-07 12:00:00
10+
11+
### Added
12+
13+
- Adds Ethiopia demographic data mapping ((PR #1054)[https://github.com/PSLmodels/OG-Core/pull/1063])
14+
-
915
## [0.14.10] - 2025-09-11 12:00:00
1016

1117
### Added
@@ -453,6 +459,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453459
- Any earlier versions of OG-USA can be found in the [`OG-Core`](https://github.com/PSLmodels/OG-Core) repository [release history](https://github.com/PSLmodels/OG-Core/releases) from [v.0.6.4](https://github.com/PSLmodels/OG-Core/releases/tag/v0.6.4) (Jul. 20, 2021) or earlier.
454460

455461

462+
[0.14.11]: https://github.com/PSLmodels/OG-Core/compare/v0.14.10...v0.14.11
456463
[0.14.10]: https://github.com/PSLmodels/OG-Core/compare/v0.14.9...v0.14.10
457464
[0.14.9]: https://github.com/PSLmodels/OG-Core/compare/v0.14.8...v0.14.9
458465
[0.14.8]: https://github.com/PSLmodels/OG-Core/compare/v0.14.7...v0.14.8
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Model variables
2+
=================
3+
4+
This section summarizes variables output from the model in a format
5+
that is easy to search and print.
6+
The model variables are grouped together in common categories and are
7+
available in both the dictionaries of steady-state and transition-path
8+
output, unless noted otherwise in these docs.
9+

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- sphinxcontrib-bibtex>=2.0.0
2020
- sphinx-math-dollar
2121
- pydata-sphinx-theme
22-
- jupyter-book>=0.11.3
22+
- jupyter-book<2.0.0
2323
- jupyter
2424
- pytest>=6.0
2525
- pytest-cov

ogcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from ogcore.txfunc import *
2121
from ogcore.utils import *
2222

23-
__version__ = "0.14.10"
23+
__version__ = "0.14.11"

ogcore/demographics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def get_un_data(
118118
"764": "THA",
119119
"076": "BRA",
120120
"410": "KOR",
121+
"231": "ETH",
121122
}
122123
un_variable_dict = {
123124
"68": "fertility_rates",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ogcore",
8-
version="0.14.10",
8+
version="0.14.11",
99
author="Jason DeBacker and Richard W. Evans",
1010
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
1111
description="A general equilibrium overlapping generations model for fiscal policy analysis",

0 commit comments

Comments
 (0)