Releases: PSLmodels/OG-USA
Releases · PSLmodels/OG-USA
0.2.2
This release:
- Updates
get_micro_data.py
to use the new taxcalc TMD constructor method. To do this, arguments had to be passed all the way through from theCalibration
class object incalibrate.py
. - Renames and updates
run_ogusa.py
,run_ogusa_tmd.py
, andrun_current_policy_baseline.py
run scripts. - Updates
.gitignore
andREADME.md
. - Updates
test_get_micro_data.py
test test_tmd_path()
to be consistent with new code incalibrate.py
andget_micro_data.py
- Updates the
test_run_example.py
test to correspond to the new run script names. - Adds a
make format
command toMakefile
.
0.2.1
0.2.0
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
This release:
- Updates the
ogusa
package to include the zippedpsid_lifetime_income.csv.gz
file, which is now called in some calibration modules (bequest_transmission.py
,deterministic_profiles.py
, andtransfer_distirbution.py
), but with an option for the user to provide their own custom datafile. These changes allow for Jupyter notebook users to execute theCalibration
class object and for those who install theogusa
package from PyPI to have the required datafile for the major calibration modules.
0.1.7
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)