Skip to content

Commit 36944b3

Browse files
committed
Updated changelog
1 parent d669b5d commit 36944b3

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
# stochtree 0.1.2
4+
5+
## New Features
6+
7+
* Support for binary outcomes in BART and BCF with a probit link ([#164](https://github.com/StochasticTree/stochtree/pull/164))
8+
9+
## Bug Fixes
10+
11+
* Fixed indexing bug in cleanup of grow-from-root (GFR) samples in BART and BCF models
12+
* Avoid using covariate preprocessor in `computeForestLeafIndices` R function when a `ForestSamples` object is provided (instead of a `bartmodel` or `bcfmodel` object)
13+
14+
# stochtree 0.1.1
15+
16+
## Bug Fixes
17+
18+
* Fixed initialization bug in several R package code examples for random effects models
19+
20+
# stochtree 0.1.0
21+
22+
Initial "alpha" release
23+
24+
## New Features
25+
26+
* Support for sampling stochastic tree ensembles using two algorithms: MCMC and Grow-From-Root (GFR)
27+
* High-level model types supported:
28+
* Supervised learning with constant leaves or user-specified leaf regression models
29+
* Causal effect estimation with binary or continuous treatments
30+
* Additional high-level modeling features:
31+
* Forest-based variance function estimation (heteroskedasticity)
32+
* Additive (univariate or multivariate) group random effects
33+
* Multi-chain sampling and support for parallelism
34+
* "Warm-start" initialization of MCMC forest samplers via the Grow-From-Root (GFR) algorithm
35+
* Automated preprocessing / handling of categorical variables
36+
* Low-level interface:
37+
* Ability to combine a forest sampler with other (additive) model terms, without using C++
38+
* Combine and sample an arbitrary number of forests or random effects terms

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# stochtree 0.1.2
22

3+
## New Features
4+
5+
* Support for binary outcomes in BART and BCF with a probit link ([#164](https://github.com/StochasticTree/stochtree/pull/164))
6+
7+
## Bug Fixes
8+
39
* Fixed indexing bug in cleanup of grow-from-root (GFR) samples in BART and BCF models
4-
* Avoid using covariate preprocessor in `computeForestLeafIndices` function when a `ForestSamples` object is provided
10+
* Avoid using covariate preprocessor in `computeForestLeafIndices` function when a `ForestSamples` object is provided (rather than a `bartmodel` or `bcfmodel` object)
511

612
# stochtree 0.1.1
713

0 commit comments

Comments
 (0)