Changes in version 0.0-8 (2024-05-17) BUG FIXES o No longer uses rpath on Window64 arm. PR thanks to Andrew Johnson. Changes in version 0.0-7 (2023-12-08) BUG FIXES o extract argument now works correctly with varcount. Bug report thanks to Joshua Bon. o predict now works with single chains. Bug report thanks to github user Pentaonia (Louis). Changes in version 0.0-4 NEW FEATURES o 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. BUG FIXES o treated argument now works correctly with logical vectors. Changes in version 0.0-3 (2022-03-31) NEW FEATURES o extract now accepts as a type "trees", which allows for easier inspection of models fit with bart_args = list("keepTrees" = TRUE). Changes in version 0.0-2 (2021-12-06) o Initial public release.