Changes in version 1.0-10 (2025-12-11) USER-VISIBLE CHANGES o Generics that accept ... arguments but do not use them will now issue warnings when called with unknown arguments. Suggestion thanks to Joshua Bon. Changes in version 1.0-8 (2024-05-01) USER-VISIBLE CHANGES o Compatible with TMLE >= 2.0.1. Changes in version 1.0-7 USER-VISIBLE CHANGES o Treatment and propensity score (when applicable) are now added to parametric model. Thanks to Joshua Bon for noticing their absence. BUG-FIXES o summary now correctly computes SATE. o summary now correctly computes sub-group averages. o Propensity score samples correctly stored for stan4bart models. Changes in version 1.0-5 NEW FEATURES o bartc now accepts a seed argument that yields reproducible results, even when running with multiple threads and multiple chains. o New parametric argument to bartc allows for arbitrary linear and multilevel models. Requires the stan4bart package to be installed. BUG-FIXES o Now works with response models in "tmle" and "p.weight" when p.scoreAsCovariate is FALSE. o Correctly summarizes the number of samples when n.chains = 1. o sumamry now correctly computes variance expansion for PATE with weighted observations. o summary correctly drops observations from averages when common support rules are being used. Bug report thanks to Marcela Veselkova. Changes in version 1.0-4 (2020-08-10) NEW FEATURES o predict now accepts as options "mu" and "y" for when the user-supplied newdata object already has a valid treatment assignment. USER-VISIBLE CHANGES o Default type argument for predict is now "mu". o bartc argument crossvalidateBinary renamed to crossvalidate. Accepts one of TRUE, FALSE, "trt", or "rsp". This feature is experimental and discouraged from use. o Confounder expressions that can evaluate successfully in the calling environment but yield a warning are now treated as if they threw an error. o summary for models fit with group.effects as TRUE will use the level names of the grouping factor when reporting the sub-group estimates. BUG-FIXES o "ite", "sate", "y.0", and "y.1" for generics now returns correctly. Report thanks to Bryan Keller. Changes in version 1.0-3 (2020-06-15) NEW FEATURES o Confounders can be passed in as literals when using data argument. This can be of assistance in using complicated formulae with many variables. BUG-FIXES o Passing check with tmle version >= 1.5.0. o Fixed effects should now execute correctly. Changes in version 1.0 o Initial public release.