Skip to content

Commit a28fbe1

Browse files
authored
Merge branch 'master' into cs-new-puf
2 parents 5d80413 + a754de0 commit a28fbe1

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/build_and_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Build
2525
shell: bash -l {0}
2626
run: |
27-
sudo apt-get update && sudo apt-get install texlive texlive-latex-extra
27+
sudo apt update
28+
sudo apt-get install texlive texlive-latex-extra
2829
pip install -e .
2930
pip install pytest-cov
3031
pip install pytest-pycodestyle

RELEASES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Tax-Brain Release History
22

3+
## 2021-09-25 Release 2.6.0
4+
5+
Last Merged Pull Request: [#186](https://github.com/PSLmodels/Tax-Brain/pull/186)
6+
7+
Changes in this release:
8+
9+
* Fix Compute Studio installation: [#170](https://github.com/PSLmodels/Tax-Brain/pull/170),
10+
[#171](https://github.com/PSLmodels/Tax-Brain/pull/171), [#172](https://github.com/PSLmodels/Tax-Brain/pull/172),
11+
[#174](https://github.com/PSLmodels/Tax-Brain/pull/174)
12+
* Update parallelization techniques for `TaxBrain.run()`: [#175](https://github.com/PSLmodels/Tax-Brain/pull/175)
13+
* Add year parameter validation on Compute Studio: [#177](https://github.com/PSLmodels/Tax-Brain/pull/177)
14+
* Use default version installed via git: [#178](https://github.com/PSLmodels/Tax-Brain/pull/178)
15+
* Update function for retrieving the PUF: [#179](https://github.com/PSLmodels/Tax-Brain/pull/179)
16+
* Add stacked reform capabilities: [#181](https://github.com/PSLmodels/Tax-Brain/pull/181)
17+
318
## 2021-03-19 Release 2.5.0
419

520
Last Merged Pull Request: [#165](https://github.com/PSLmodels/Tax-Brain/pull/165)

docs/book/_toc.yml

-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ parts:
1818
- caption: Tax-Brain Python API
1919
chapters:
2020
- file: content/api/public_api
21-
sections:
22-
- file: content/api/cli
23-
- file: content/api/report
24-
- file: content/api/report_utils
25-
- file: content/api/taxbrain
26-
- file: content/api/utils

0 commit comments

Comments
 (0)