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
-`python tests/run_benchmarks.py --save-baseline # Save performance baseline`
50
+
-`python tests/run_benchmarks.py --compare-baseline # Compare against baseline`
51
+
- 🤖 Generated with help from Claude Code
52
+
53
+
## [0.14.7] - 2025-08-21 17:00:00
54
+
55
+
### Added
56
+
57
+
- Refactor calls to dask in `SS.py` and `TPI.py`. See PR [#1048](https://github.com/PSLmodels/OG-Core/pull/1048)
58
+
59
+
## [0.14.6] - 2025-08-15 14:00:00
60
+
61
+
### Added
62
+
63
+
- Removes `initial_guess_w_SS` in `default_parameters.json`
64
+
- Updates environment and testing to cover Python 3.13
65
+
66
+
## [0.14.5] - 2025-07-08 22:00:00
67
+
68
+
### Added
69
+
70
+
- Increases the maximum value of `initial_guess_TR_SS` in `default_parameters.json`
71
+
72
+
## [0.14.4] - 2025-06-23 18:00:00
73
+
74
+
### Added
75
+
76
+
- Fixes the sign error on the remittances `RM` term in `aggregates.py`, `resource_constraint()` function.
77
+
- Added a test with positive remittances to `test_aggregates.py`, `test_resource_constraint()` function.
78
+
9
79
## [0.14.3] - 2025-04-25 10:00:00
10
80
11
81
### Added
@@ -383,6 +453,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
383
453
- 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 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.
0 commit comments