Releases: PSLmodels/Cost-of-Capital-Calculator
Releases · PSLmodels/Cost-of-Capital-Calculator
1.0.1
This release updates the example script and output, renames the Specification() class, and makes other minor adjustments to the code.
0.2.9
Release 0.2.9 includes a change in the name of the repository from B-Tax to Cost-of-Capital-Calculator and a change in the name of the python package for the model from btax
to ccc
.
In addition, the model now includes a new parameters
class object that performs parameter validation and allows users to modify all parameters of the model.
0.2.8
Merge pull request #233 from jdebacker/more_files
Add xls BEA files
0.2.7
Update to help build conda package for TaxBrain.
0.2.6
This release includes changes to versioning that will help build a conda package more easily.
0.2.5
Updates from 0.2.4 are in the conda.recipe
scripts. This should help in building a conda package.
0.2.4
This release updates the meta.yaml
file from release 0.2.3 so that one can build a conda package from the source code.
0.2.3
This release adds the following:
- More consistency in the names of the output files generated from
run_btax_example.py
.
- Updates to run with more recent versions of Pandas and Tax-Calculator.
- Miscellaneous other small changes.
0.2.2
Merge pull request #199 from jdebacker/yaml
Pin taxcalc version