File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ Go [here](https://github.com/PSLmodels/Behavioral-Responses/pulls?q=is%3Apr+is%3
44for a complete commit history.
55
66
7+ 2019-02-22 Release 0.6.0
8+ ------------------------
9+ (last merged pull request is
10+ [ #46 ] ( https://github.com/PSLmodels/Behavioral-Responses/pull/46 ) )
11+
12+ ** API Changes**
13+ - Require taxcalc package for Tax-Calculator 1.0 or higher
14+ [[ #46 ] ( https://github.com/PSLmodels/Behavioral-Responses/pull/46 )
15+ by Martin Holmer]
16+
17+ ** New Features**
18+ - Add optional dump argument to the ` response ` function
19+ [[ #39 ] ( https://github.com/PSLmodels/Behavioral-Responses/pull/39 )
20+ by Martin Holmer responding to request by Matt Jensen and Anderson Frailey]
21+
22+ - Add ` quantity_response ` function that was formerly a Tax-Calculator utility function and that provides a lower-level behavioral response capability
23+ [[ #43 ] ( https://github.com/PSLmodels/Behavioral-Responses/pull/43 )
24+ by Martin Holmer responding to suggestion by Max Ghenis]
25+
26+ ** Bug Fixes**
27+ - None
28+
29+
7302018-12-14 Release 0.5.0
831------------------------
932(last merged pull request is
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RELEASING BEHAVIORAL-RESPONSES CONDA PACKAGES
1818
1919--> create release X.Y.Z on GitHub using master branch
2020
21- --> create packages with `pbrelease Behavioral-Responses behresp X.Y.Z` command
21+ --> create packages using this command:
22+ `pbrelease Behavioral-Responses behresp X.Y.Z --also37`
2223
2324--> email policybrains-modelers list about the new release and packages
2425```
You can’t perform that action at this time.
0 commit comments