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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
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
+
## [0.15.1] - 2026-01-19 12:00:00
9
+
10
+
### Added
11
+
12
+
- A new parameter `c_min` to the `Parameters` class that allows the user to specify minium consumption amounts by consumption good. See PR [#1085](https://github.com/PSLmodels/OG-Core/pull/1085)
_Description:_ Flag to run model without any individual income taxes.
593
609
_Value Type:_ bool
610
+
_Valid Choices:_[True, False]
594
611
595
612
596
613
#### `analytical_mtrs`
597
614
_Description:_ Flag to use analytically derived marginal tax rates in tax functions.
598
615
_Value Type:_ bool
616
+
_Valid Choices:_[True, False]
599
617
600
618
601
619
#### `age_specific`
602
620
_Description:_ Flag to use analytically derived marginal tax rates in tax functions.
603
621
_Value Type:_ bool
622
+
_Valid Choices:_[True, False]
604
623
605
624
606
625
#### `tax_func_type`
@@ -730,6 +749,7 @@ _Out-of-Range Action:_ error
730
749
_Description:_ Use constant demographics.
731
750
_Notes:_ This boolean allows one to use empirical mortality rates, but keep the population distribution constant across periods. Note that immigration is shut off when this is true.
732
751
_Value Type:_ bool
752
+
_Valid Choices:_[True, False]
733
753
734
754
735
755
#### `omega`
@@ -842,6 +862,7 @@ _Out-of-Range Action:_ error
842
862
#### `reform_use_baseline_solution`
843
863
_Description:_ Whether or not the baseline SS solution is used for starting values when solving the reform.
0 commit comments