Skip to content

Releases: PSLmodels/OG-USA

0.2.0

30 Aug 02:03
a504ff6
Compare
Choose a tag to compare

This release:

  • Updates the default calibration to represent 2024 values of policy and economic parameters and adds a calibration for 2 sector model with a corporate and non-corporate sector.

0.1.12

26 Aug 17:58
42a4ff8
Compare
Choose a tag to compare

This release:

  • Streamlines the run_og_usa.py script to make the example more clear, run faster, and save output in a common directory.

0.1.11

26 Jul 14:26
f20a9fe
Compare
Choose a tag to compare

This release:

  • Adds a module to update Tax-Calculator growth factors using OG-USA simualtions.

0.1.10

11 Jun 08:47
acb734c
Compare
Choose a tag to compare

This release:

  • Removes the rpy2 dependency from the environment.yml and setup.py files, and modifies use of PSID data to avoid needing this package in OG-USA.

0.1.9

07 Jun 22:40
e994433
Compare
Choose a tag to compare

This release:

  • Updates the get_micro_data.py and calibration.py modules to allow for the user to use the CPS, PUF, and TMD files with Tax-Calculator or to provide their own custom datafile, with associated grow factors and weights.

0.1.8

04 Jun 07:29
29acbee
Compare
Choose a tag to compare

This release:

  • Updates the ogusa package to include the zipped psid_lifetime_income.csv.gz file, which is now called in some calibration modules (bequest_transmission.py, deterministic_profiles.py, and transfer_distirbution.py), but with an option for the user to provide their own custom datafile. These changes allow for Jupyter notebook users to execute the Calibration class object and for those who install the ogusa package from PyPI to have the required datafile for the major calibration modules.

0.1.7

17 May 14:57
60f204f
Compare
Choose a tag to compare

This release:

  • PR #110 Updates the dependency rpy2>=3.5.12 in environment.yml and setup.py, with accompanying updates to psid_data_setup.py.
  • PR #111 Updates example script.

0.1.6

09 May 00:23
3135391
Compare
Choose a tag to compare

This release:

  • PR #99, updating the continuous integration tests
  • PR #101, which sets plotting to "off" by default for the Calibrate class
  • PR #102, PR #103, PR #104, which change dask client parameters for better memory performance
  • PR #106, which allows for alternative policy baselines and updates calls to the ogcore.txfunc module.
  • Updated build_and_test.yml to run on Python 3.10 and 3.11 (dropped Python 3.9)

0.1.4

11 Apr 07:54
9f1d02f
Compare
Choose a tag to compare

This release:

  • PRs, #91, #93, and #94 update the configuration of Compute Studio hosted OG-USA web apps
  • PR #89 adds more CI tests, updates the Jupyter Book documentation, and make fixes for the latest pandas-datareader
  • PR #87 updates the run_og_usa.py script for better use of dask multiprocessing

0.1.3

12 Feb 23:24
e7b564b
Compare
Choose a tag to compare

This release:

  • Restricts Python version in environment.yml and setup.py to be <3.12
  • Updates the Jupyter Book copyright to 2024 in _config.yml
  • Updates the pandas_datareader quarterly calls in macro_params.py to be "QE" instead of just "Q"
  • Adds Jupyter Book and Black tags to README.md and intro.md
  • Adds back Windows tests to build_and_test.yml
  • PR #84 fixed some formatting
  • PR #85 updated the way the dask client is set in run_og_usa.py script
  • PR #86 moved demographics.py out of OG-USA and into OG-Core