0.2.2
This release:
- Updates
get_micro_data.pyto use the new taxcalc TMD constructor method. To do this, arguments had to be passed all the way through from theCalibrationclass object incalibrate.py. - Renames and updates
run_ogusa.py,run_ogusa_tmd.py, andrun_current_policy_baseline.pyrun scripts. - Updates
.gitignoreandREADME.md. - Updates
test_get_micro_data.pytest test_tmd_path()to be consistent with new code incalibrate.pyandget_micro_data.py - Updates the
test_run_example.pytest to correspond to the new run script names. - Adds a
make formatcommand toMakefile.