No longer uses rpath
on Window64 arm. PR thanks to
Andrew Johnson.
extract
argument now works correctly with varcount. Bug
report thanks to Joshua Bon.
predict
now works with single chains. Bug report thanks to
github user Pentaonia (Louis).
An experimental implementation of callbacks has been added as has the option to avoid writing out the full set of Stan and BART samples. This allows a model to be fit just saving samples of the quantity of interested.
treated
argument now works correctly with logical vectors.
extract
now accepts as a type "trees"
, which
allows for easier inspection of models fit with
bart_args = list("keepTrees" = TRUE)
.
Initial public release.