Releases: PSLmodels/OG-USA
Releases · PSLmodels/OG-USA
0.2.1
This release:
- Adds
eta_RM
to default calibration to work with new OG-Core parameterization.
0.2.0
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
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
This release:
- Adds a module to update Tax-Calculator growth factors using OG-USA simualtions.
0.1.10
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
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
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
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
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
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