Releases: PSLmodels/OG-Core
Releases · PSLmodels/OG-Core
0.10.8
This release incorporates the changes from PR #839.
- Adds a 2D monotonic smoothing spline tax function estimation to
txfunc.py
- Changes the tax function parameters objects from NumPy arrays to lists in order to accomodate the nonparametric functions that get passed with the
mono
andmono2D
options.
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
This version:
- Removes hard coded year label in
parameter_plots.plot_population_path()
(PR #825) - Fixes documentation (PR # 827)
- Adds "mono" specification to
default_parameter.json
andtest_parameters.py
(PR #830) - Restricts Python version to be < 3.11 and removes the
mkl
dependency inenvironment.yml
andsetup.py
(PR #833 and #840) - Updates CI testing to include Mac, Windows, and Linux operating systems and Python 3.9 and 3.10, and solves some CI test issues (PR #836)
- Increases the maximum values for
r_gov_shift
andr_gov_scale
indefault_parameters.json
(PR #838) - Removes the
mkl
dependency fromenvironment.yml
andsetup.py
(PR #840)
0.10.0
0.9.2
This version:
- Updates the form of the investments tax credit to be on a proxy for investment (depreciated capital) in order to satisfy theoretical requirements of static firms in each industry.
- Update the documentation
- Update the requirement for the
m_wealth
parameter in the wealth tax function to be strictly greater than zero.