Skip to content

Commit 4a74741

Browse files
authored
Merge pull request #40 from martinholmer/0-6-0
Documentation for pending release 0.6.0
2 parents 06e08f5 + feb7c66 commit 4a74741

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

RELEASES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ Go [here](https://github.com/PSLmodels/Behavioral-Responses/pulls?q=is%3Apr+is%3
44
for 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+
730
2018-12-14 Release 0.5.0
831
------------------------
932
(last merged pull request is

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)