You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
9
+
## [0.14.2] - 2025-04-04 12:00:00
10
+
11
+
### Added
12
+
13
+
-`utils.pct_change_unstationarized` replaced with `utils.unstationarize_vars`, which allows for more general use of a utility to find unstationarized values of time series output
14
+
-`output_plots.py` and `output_tables.py` are updated to all for plots and tables of unstationarized output for variables of any type, not just percentage changes.
15
+
-`ouput_tables.tp_output_dump_table` has been renamed `output_tables.time_series_table`
16
+
-`utils.param_dump_json` has been renamed `utils.params_to_json`
17
+
- API docs have been updated to include functions left out previously and for new function names
18
+
9
19
## [0.14.1] - 2025-03-16 12:00:00
10
20
11
21
### Bug Fix
@@ -363,6 +373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363
373
- Version [0.7.0] on August 30, 2021 was the first time that the OG-USA repository was detached from all of the core model logic, which was named OG-Core. Before this version, OG-USA was part of what is now the [`OG-Core`](https://github.com/PSLmodels/OG-Core) repository. In the next version of OG-USA, we adjusted the version numbering to begin with 0.1.0. This initial version of 0.7.0, was sequential from what OG-USA used to be when the OG-Core project was called OG-USA.
364
374
- 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.
OG-Core is an overlapping-generations (OG) model core theory, logic, and solution method algorithms that allow for dynamic general equilibrium analysis of fiscal policy. OG-Core provides a general framework and is a dependency of several country-specific OG models, such as [OG-USA](https://github.com/PSLmodels/OG-USA) and [OG-UK](https://github.com/PSLmodels/OG-UK). The model output includes changes in macroeconomic aggregates (GDP, investment, consumption), wages, interest rates, and the stream of tax revenues over time. Regularly updated documentation of the model theory--its output, and solution method--and the Python API is available [here](https://pslmodels.github.io/OG-Core).
10
+
OG-Core is an overlapping-generations (OG) model core theory, logic, and solution method algorithms that allow for dynamic general equilibrium analysis of fiscal policy. OG-Core provides a general framework and is a dependency of several country-specific OG model caliibrations, as listed in the table belowsuch as [OG-USA](https://github.com/PSLmodels/OG-USA) and [OG-UK](https://github.com/PSLmodels/OG-UK). The model output includes changes in macroeconomic aggregates (GDP, investment, consumption), wages, interest rates, and the stream of tax revenues over time. Regularly updated documentation of the model theory--its output, and solution method--and the Python API is available [here](https://pslmodels.github.io/OG-Core).
11
+
12
+
**Country calibrations of OG-Core**
13
+
||||
14
+
| :-----------: | :---------: | :---------: |
15
+
| United States, [OG-USA](https://github.com/PSLmodels/OG-USA)| United Kingdom, [OG-UK](https://github.com/PSLmodels/OG-USA)||
16
+
| Phillipines, [OG-PHL](https://github.com/EAPD-DRB/OG-PHL)| South Africa, [OG-ZAF](https://github.com/EAPD-DRB/OG-ZAF)| Indonesia, [OG-IDN](https://github.com/EAPD-DRB/OG-IDN)|
17
+
| India, [OG-IND](https://github.com/OpenSourceEcon/OG-IND)| Malaysia, [OG-MYS](https://github.com/OpenSourceEcon/OG-MYS)||
`OG-Core` is the core logic for a country-agnostic overlapping-generations (OG) model of an economy that allows for dynamic general equilibrium analysis of fiscal policy. The source code is openly available for download or collaboration at the GitHub repository [www.github.com/PSLmodels/OG-Core](https://github.com/PSLmodels/OG-Core), or you can click on the GitHub icon at the top right of this page.
11
11
12
+
**Country calibrations of OG-Core**
13
+
||||
14
+
| :-----------: | :---------: | :---------: |
15
+
| United States, [OG-USA](https://github.com/PSLmodels/OG-USA)| United Kingdom, [OG-UK](https://github.com/PSLmodels/OG-USA)||
16
+
| Phillipines, [OG-PHL](https://github.com/EAPD-DRB/OG-PHL)| South Africa, [OG-ZAF](https://github.com/EAPD-DRB/OG-ZAF)| Indonesia, [OG-IDN](https://github.com/EAPD-DRB/OG-IDN)|
17
+
| India, [OG-IND](https://github.com/OpenSourceEcon/OG-IND)| Malaysia, [OG-MYS](https://github.com/OpenSourceEcon/OG-MYS)||
18
+
12
19
The model output focuses changes in macroeconomic aggregates (GDP, investment, consumption), wages, interest rates, and the stream of tax revenues over time. Although `OG-Core` can be run independently based on default parameter values (currently representing something similar to the United States), it is meant to be a dependency of a country-specific calibration. This documentation contains the following major sections, which are regularly updated.
0 commit comments