You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
# Changelog
2
2
3
-
# stochtree (development version)
4
-
5
-
## New Features
6
-
7
-
## Computational Improvements
3
+
# stochtree 0.2.1
8
4
9
5
## Bug Fixes
10
6
11
-
* Predict random effects correctly in R for univariate random effects models ([#248](https://github.com/StochasticTree/stochtree/pull/248))
12
-
13
-
## Documentation Improvements
7
+
* Fix prediction bug for univariate random effects models in R ([#248](https://github.com/StochasticTree/stochtree/pull/248))
14
8
15
9
## Other Changes
16
10
11
+
* Encode expectations about which combinations of BART / BCF features work together and ensure warning ([#250](https://github.com/StochasticTree/stochtree/pull/250))
Copy file name to clipboardExpand all lines: NEWS.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
-
# stochtree (development version)
2
-
3
-
## New Features
4
-
5
-
## Computational Improvements
1
+
# stochtree 0.2.1
6
2
7
3
## Bug Fixes
8
4
9
-
* Predict random effects correctly in R for univariate random effects models ([#248](https://github.com/StochasticTree/stochtree/pull/248))
10
-
11
-
## Documentation Improvements
5
+
* Fix prediction bug for univariate random effects models in R ([#248](https://github.com/StochasticTree/stochtree/pull/248))
12
6
13
7
## Other Changes
14
8
9
+
* Encode expectations about which combinations of BART / BCF features work together and ensure warning ([#250](https://github.com/StochasticTree/stochtree/pull/250))
"Random effects `intercept_plus_treatment` specification is not currently implemented for multivariate treatments. This model will be fit under the `intercept_only` specification instead. Please provide a custom `rfx_basis_train` if you wish to have random slopes on multivariate treatment variables."
0 commit comments