Skip to content

Releases: PSLmodels/OG-Core

0.10.8

22 Apr 22:53
5a770b5
Compare
Choose a tag to compare

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 and mono2D options.

0.10.7

31 Mar 22:22
fdff510
Compare
Choose a tag to compare

This release incorporates the changes from PR #861.

  • Uses lists to pass and access effective tax rate objects etr_params and marginal tax rate objects mtrx_params and mtry_params.

0.10.6

16 Feb 06:14
31a0d66
Compare
Choose a tag to compare

This release incorporates the changes from PR #857:

  • Uses 300 dpi when saving plots to disk
  • Better labels of the plot_industry_aggregates plots

0.10.5

14 Feb 20:37
4fb68cb
Compare
Choose a tag to compare

Updates in this release:

  • Fix to SS.py to use baseline solution on reform run if dimensions match
  • Fix to test_basic.py dimensions for r_gov_scale

0.10.4

06 Feb 20:30
f4d3aaa
Compare
Choose a tag to compare

This release adds the following to OG-Core.

  • New calibration section to documentation (PR #850)
  • Allow government risk premia to vary across time path for parameters r_gov_shift and r_gov_scale (PR #852)

0.10.3

21 Jan 23:08
842b07d
Compare
Choose a tag to compare

Bug fixes for new tax function parameter estimation.

0.10.2

13 Jan 03:03
1ac812b
Compare
Choose a tag to compare

This version:

  • Adds a new minimum value to the r_gov_shift parameter of -0.3.

0.10.1

08 Jan 08:40
ce19afa
Compare
Choose a tag to compare

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 and test_parameters.py (PR #830)
  • Restricts Python version to be < 3.11 and removes the mkl dependency in environment.yml and setup.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 and r_gov_scale in default_parameters.json (PR #838)
  • Removes the mkl dependency from environment.yml and setup.py (PR #840)

0.10.0

27 Sep 16:26
8fa0cbf
Compare
Choose a tag to compare

This version:

  • Adds matrix of tax noncompliance parameters to households (PR #816)
  • Incorporate input/output matrix mapping production goods to consumption goods (PR #818)
  • Adds a new monotonic tax function estimation method to txfunc.py (PR #819)

0.9.2

22 Aug 01:54
1020179
Compare
Choose a tag to compare

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.